From: Stefan Monnier <monnier@iro.umontreal.ca>
To: 9993@debbugs.gnu.org
Subject: bug#9993: `vc-svn-checkin' needs "--non-interactive"
Date: Thu, 10 Nov 2011 00:14:52 -0500 [thread overview]
Message-ID: <jwvy5vok1af.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <0uzkg4n1je.fsf@fencepost.gnu.org> (Glenn Morris's message of "Wed, 09 Nov 2011 21:39:49 -0500")
>>> 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
Yes, I think the real test is not "is stdin a tty" but "are we connected
to a tty", which would work right in both cases (an Emacs subprocess
connected via a pipe does not have an associated tty whereas the above
svn command would if typed in bash).
Stefan
next prev parent reply other threads:[~2011-11-10 5:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-08 13:57 bug#9993: `vc-svn-checkin' needs "--non-interactive" Richard Copley
2011-11-08 22:31 ` Glenn Morris
2011-11-09 1:25 ` Stefan Monnier
2011-11-10 2:39 ` Glenn Morris
2011-11-10 5:14 ` Stefan Monnier [this message]
2011-11-10 9:25 ` Andreas Schwab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvy5vok1af.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=9993@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).