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

Re: svnadmin dump w/o stopping repository access

From: <kfogel_at_collab.net>
Date: 2004-06-14 17:49:01 CEST

You should not need to stop other access; dumping a live repository is fine.

-K

"Scott Wolford" <wolford@enews.nrl.navy.mil> writes:
> Can svnadmin dump be run without stopping all repository access? I've been very conservative in the past, only running svnadmin dump after stopping repository access, e.g.:
>
> # apachectl stop
> # svnadmin dump . | bzip2 > dump.bz2
> # apachectl start
>
> I'd like to be able to run svnadmin dump as part of a post-commit hook, which basically requires the repository to remain up. I know you can issue svnlook commands but I'm not sure about svnadmin.
>
> Thanks,
> Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 14 19:13:22 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.