You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2001/01/25 13:53:38 UTC

Re: CVS update: subversion/subversion/svnadmin - New directory

On Thu, Jan 25, 2001 at 01:42:07PM -0000, gstein@tigris.org wrote:
>   User: gstein  
>   Date: 01/01/25 05:42:07
> 
>   subversion/subversion/svnadmin - New directory

The "svnadmin" program is targeted at the server administrator. Some
commands off the top of my head:

create: create a new repository
listtxn: list all open transactions
deletetxn: delete a specific transaction
timeouttxn: delete txns based on a timeout
start: start the SVN server (used in the embedded-Apache case rather than
       the server administrator installing into an existing Apache;
       basically a cover for apachectl)
stop: stop the SVN server

etc.

The above names are only for educational purposes. I'm not tied to any.

Note that I'll do the "create" asap, and only worry about the others as they
come up (or we near the release date :-).

Hmm. Also note that some FS tests may be obsoleted by this (a "real" tool).
But mebbe not... automated tests are usually a Good Thing.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/