[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: <cmpilato_at_collab.net>
Date: 2003-01-28 17:29:14 CET

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?

---------------------------------------------------------------------
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:13 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.