From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#9993: `vc-svn-checkin' needs "--non-interactive" Date: Wed, 09 Nov 2011 21:39:49 -0500 Message-ID: <0uzkg4n1je.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1320892864 24216 80.91.229.12 (10 Nov 2011 02:41:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Nov 2011 02:41:04 +0000 (UTC) To: 9993-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Nov 10 03:40:59 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ROKZX-0001lr-96 for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Nov 2011 03:40:59 +0100 Original-Received: from localhost ([::1]:43387 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROKZW-00034E-KY for geb-bug-gnu-emacs@m.gmane.org; Wed, 09 Nov 2011 21:40:58 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:53834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROKZT-00033R-8t for bug-gnu-emacs@gnu.org; Wed, 09 Nov 2011 21:40:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROKZS-00026P-3o for bug-gnu-emacs@gnu.org; Wed, 09 Nov 2011 21:40:55 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:42264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROKZS-00026I-2A for bug-gnu-emacs@gnu.org; Wed, 09 Nov 2011 21:40:54 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1ROKZZ-0000XO-PP for bug-gnu-emacs@gnu.org; Wed, 09 Nov 2011 21:41:01 -0500 Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Thu, 10 Nov 2011 02:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 9993 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 9993@debbugs.gnu.org, rgm@gnu.org Original-Received: via spool by 9993-done@debbugs.gnu.org id=D9993.13208928041991 (code D ref 9993); Thu, 10 Nov 2011 02:41:01 +0000 Original-Received: (at 9993-done) by debbugs.gnu.org; 10 Nov 2011 02:40:04 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ROKYb-0000Vj-Ow for submit@debbugs.gnu.org; Wed, 09 Nov 2011 21:40:03 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ROKYX-0000VT-L3 for 9993-done@debbugs.gnu.org; Wed, 09 Nov 2011 21:40:00 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1ROKYP-00033Y-54; Wed, 09 Nov 2011 21:39:49 -0500 X-Spook: KGB Bosnia Commecen White Water BRLO Yukon Craig X-Ran: ~b~l!elGeY7QGFC+>+kO2SHgsAdQx.=](x_`]o05y0GiX[2Q$-rT"W|6AV&(9T}cPd]t^p X-Hue: white X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Tue, 08 Nov 2011 20:25:07 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 09 Nov 2011 21:41:01 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:53776 Archived-At: Version: 24.0.92 Stefan Monnier wrote: >> or make vc-svn-command unconditionally add it > > That sounds right. Done. > We can add a comment in our code that --non-interactive is a workaround > and that svn should do it automatically since we're using a pipe. Gotta cater to the common use case of find . -name '*.pdf' | xargs svn update though. (http://svn.haxx.se/dev/archive-2009-04/0094.shtml) Maybe newer svn DTRT though.