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

svnlook/svnadmin proposal.

From: <cmpilato_at_collab.net>
Date: 2002-11-08 07:03:03 CET

I'd like to shift around some functionality in the svnlook and
svnadmin tools. Specifically, I'd like to do the following:

1. Fix svnlook's syntax (using the option parsing code) to be
    consistent with svnadmin's.

    Usage: svnlook [OPTIONS] [SUBCOMMAND] REPOS_PATH
    Options:
       -r REV
       -t TXN
    Subcommands:
       author: print author.
       changed: print full change summary: all dirs & files changed.
       date: print the timestamp (revisions only).
       diff: print GNU-style diffs of changed files and props.
       dirs-changed: print changed directories.
       ids: print the tree, with nodes ids.
       info: print the author, data, log_size, and log message.
       log: print log message.
       tree: print the tree.

2. Move some stuff from svnadmin into either svnlook or the bitbucket:

    svnadmin youngest ==> svnlook youngest
    svnadmin lscr ==> svnlook lscr
    svnadmin lsrevs ==> /dev/null
    svnadmin setlog ==> /dev/null (we can do this 'svn' now)
    svnadmin lstxns

3. (Optional) Invest a little time cleaning up 'svnadmin shell',
    which is a *wonderful* debugging/admin tool (thanks, Ben!). My
    first wishlist item would be to add the ability to browse not just
    revisions, but transactions as well. Though, I guess if you
    torture me long enough, I could probably agree to gank this outta
    svnadmin and re-write it as Python tool.

Comments?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 8 07:05:20 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.