You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jon Scott Stevens <jo...@latchkey.com> on 2004/05/07 16:08:40 UTC

picky minor typo

v1.0.2

notify.c:247          printf ("Transmitting file data ");

Does that space belong after the "a"?

ie:

[12][ ~/checkout/studioz/trunk/common ]% svn ci settings.inc
Sending        settings.inc
Transmitting file data .
Committed revision 3.

Looks kind of funny to have the extra space there...

jon


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: picky minor typo

Posted by Emmanuel-G BLOT <em...@st.com>.
Jon Scott Stevens wrote:

> Looks kind of funny to have the extra space there...

Try to send (commit) several files or large ones, you'll probably 
understand the space character 8')
The stop character is not tied to the sentence, but acts as a poor man's 
progress bar.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: picky minor typo

Posted by "C. Michael Pilato" <cm...@collab.net>.
Jon Scott Stevens <jo...@latchkey.com> writes:

> v1.0.2
> 
> notify.c:247          printf ("Transmitting file data ");
> 
> Does that space belong after the "a"?
> 
> ie:
> 
> [12][ ~/checkout/studioz/trunk/common ]% svn ci settings.inc
> Sending        settings.inc
> Transmitting file data .
> Committed revision 3.
> 
> Looks kind of funny to have the extra space there...

It only looks funny when there's one '.', because it looks like a
goofed-up sentence terminator.  Not so bad when you see:

   [...]
   Sending        settings.inc
   Sending        foo
   Sending        bar
   Sending        baz
   Transmitting file data ..............................
   Committed revision 4.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org