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

Re: svn commit: rev 1329 - trunk/subversion/svnadmin trunk/subversion/tests/clients/cmdline

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-02-20 07:34:45 CET

cmpilato@tigris.org wrote:
>
> Author: cmpilato
> Date: 2002-02-20 03:36 GMT
> New Revision: 1329
>
> Modified:
> trunk/subversion/svnadmin/main.c
> trunk/subversion/tests/clients/cmdline/svnadmin_tests.py
> Log:
> Now, you can do:
>
> svnadmin lstxns REPOS_PATH | xargs svnadmin rmtxns REPOS_PATH
>
> to quickly blow away all outstanding transactions. Fun, yes? Before,
> this would have taken forever, and you would have had to parse out a
> bunch of useless tree information.
>
> * subversion/svnadmin/main.c
>
> (main): Only print extra transaction metadata if "long" is passed as
> the second command-line argument to `lstxns'.
>
[snip]

> - " lstxns REPOS_PATH\n"
> - " Print all txns and their trees.\n"
> + " lstxns REPOS_PATH [long]\n"
> + " Print all txn names and, if \"long\" is specified, their\n"
> + " metadata and trees.\n"

Shouldn't we have that as a --long option instead? It's odd to have a
command modifier after the target of the command.

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - 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 Sat Oct 21 14:37:09 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.