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

svnadmin dump w/o stopping repository access

From: Scott Wolford <wolford_at_enews.nrl.navy.mil>
Date: 2004-06-14 18:46:30 CEST

Hello all,

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
Received on Mon Jun 14 18:48:02 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.