[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Fix Issue 1117: Send prompts to stderr

From: <cjwatson_at_flatline.org.uk>
Date: 2003-01-28 17:51:24 CET

On Tue, Jan 28, 2003 at 10:29:14AM -0600, cmpilato@collab.net wrote:
 Peter Davis peter@pdavis.cx writes:
  Index: subversion/clients/cmdline/prompt.c
  ===================================================================
  --- subversion/clients/cmdline/prompt.c (revision 4632)
  +++ subversion/clients/cmdline/prompt.c (working copy)
  @@ -103,8 +103,8 @@
  
     if (! hide)
       {
       printf (prompt_native);
       fflush (stdout);
  + fprintf (stderr, prompt_native);
  + fflush (stderr);
  
         while (1)
           {
  
 
 Hmm... looks like your mailer might have garbled this patch. Does it
 have a tendency to turn lines that start with '-' into, say, bulleted
 lists or something?

I saw:

Index: subversion/clients/cmdline/prompt.c
=====================================================================
- --- subversion/clients/cmdline/prompt.c (revision 4632)
+++ subversion/clients/cmdline/prompt.c (working copy)
@@ -103,8 +103,8 @@

   if (! hide)
     {
- - printf (prompt_native);
- - fflush (stdout);
+ fprintf (stderr, prompt_native);
+ fflush (stderr);

       while (1)
         {

... which looks like RFC2440-style PGP escaping to me. I'm not sure why
some clients seem to drop everything after the - rather than just
removing those two characters when extracting the signed body.

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:22:15 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.