From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#9993: `vc-svn-checkin' needs "--non-interactive" Date: Tue, 08 Nov 2011 20:25:07 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1320801974 18735 80.91.229.12 (9 Nov 2011 01:26:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Nov 2011 01:26:14 +0000 (UTC) Cc: Richard Copley , 9993@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Nov 09 02:26:10 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 1RNwvV-0002PE-QW for geb-bug-gnu-emacs@m.gmane.org; Wed, 09 Nov 2011 02:26:05 +0100 Original-Received: from localhost ([::1]:45746 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNwvV-0002rX-1t for geb-bug-gnu-emacs@m.gmane.org; Tue, 08 Nov 2011 20:26:05 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:47878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNwvS-0002rH-4j for bug-gnu-emacs@gnu.org; Tue, 08 Nov 2011 20:26:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNwvR-0008Cx-2V for bug-gnu-emacs@gnu.org; Tue, 08 Nov 2011 20:26:02 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:40790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNwvR-0008Ct-10 for bug-gnu-emacs@gnu.org; Tue, 08 Nov 2011 20:26:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RNwvS-00064Y-Mm for bug-gnu-emacs@gnu.org; Tue, 08 Nov 2011 20:26:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 09 Nov 2011 01:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9993 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9993-submit@debbugs.gnu.org id=B9993.132080191923293 (code B ref 9993); Wed, 09 Nov 2011 01:26:02 +0000 Original-Received: (at 9993) by debbugs.gnu.org; 9 Nov 2011 01:25:19 +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 1RNwul-00063e-6n for submit@debbugs.gnu.org; Tue, 08 Nov 2011 20:25:19 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RNwui-00063Q-GO for 9993@debbugs.gnu.org; Tue, 08 Nov 2011 20:25:17 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmwFAEHWuU5MCoYy/2dsb2JhbABEqH6BJYEGgXIBAQQBViMFCwsOJhIUGA0kiBUIuEWJLQSIC5lahEg X-IronPort-AV: E=Sophos;i="4.69,480,1315195200"; d="scan'208";a="146985506" Original-Received: from 76-10-134-50.dsl.teksavvy.com (HELO pastel.home) ([76.10.134.50]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 08 Nov 2011 20:25:08 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 692D65936A; Tue, 8 Nov 2011 20:25:07 -0500 (EST) In-Reply-To: (Glenn Morris's message of "Tue, 08 Nov 2011 17:31:16 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 08 Nov 2011 20:26:02 -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:53731 Archived-At: > Perhaps we should just add --non-interactive to vc-svn-global-switches, That's a user var, so better leave it alone. > or make vc-svn-command unconditionally add it, and be done with this > once and for all (hopefully...). That sounds right. > Although like http://svn.haxx.se/dev/archive-2008-05/0762.shtml, > I wonder why svn cannot default to non-interactive when stdin is not a > tty. 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. Stefan