r845707 | blair | 2003-04-15 19:18:25 +0000 (Tue, 15 Apr 2003)
* tools/client-side/svn_load_dirs.pl.in:
Resolve issue #1223. Add a -wc command line option that specifies
an existing working copy to work in instead of checking out a
fresh working copy. Patch submitted by John Goerzen
<jgoerzen@tigris.org>.
When running 'svn log' on the repository to find out the root URL,
use -r HEAD. There's no need to see all the log messages, which
just wastes bandwidth.
Patch by: John Goerzen <jgoerzen@tigris.org>
(First change only.)