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

Book and command line option inconsistency

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-12-10 06:51:27 CET

I noticed that the book has inconsistent command line option spacing
with a space or no space after the -r option:

% cd svn/doc/book/book
 grep ' -r' *
ch03.xml:$svn log -r {11/20/02}:4040
ch03.xml:$ svn log -r 19:5 # shows logs 5 through 19 in reverse order
ch03.xml:$ svn log -r 8 # shows log for revision 8
ch03.xml:$ svn log -r 8 -v
ch03.xml:$ svn log -r 2
ch04.xml:$ svn diff -r343:344 http://svn.example.com/repos/trunk/calc
ch04.xml:$ svn merge -r343:344 http://svn.example.com/repos/trunk/calc
ch04.xml:$ svn diff -r343:344 http://svn.example.com/repos/trunk/calc > patchfile
ch04.xml:$ svn merge -r343:344 http://svn.example.com/repos/trunk/calc my-calc-branch
ch04.xml:$ svn merge -r 303:302 http://svn.example.com/trunk/calc
.
.
.

Subversion handles both just fine, but should we refer to one usage
over the other? I'm not a fan of the -rXXX:YYY and visually prefer
to see the whitespace in there.

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 10 06:51:35 2002

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.