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

Re: versioning unversioned metadata + anonsvn strategies....

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-02-18 20:29:07 CET

Perry E. Metzger wrote:

> 0) The documentation does not make it clear if "svnadmin dump" is safe
> to run at any time (i.e. without quiescing the database). I assume
> it is, but the docs might make that clear.

Check out the BerkeleyDB docs if in doubt. I believe that it is safe at all
times (i.e. a consistent dumpfile is guaranteed), but don't take my word for it.

> 1) Having an ancient fear of binary databases, I'd like to back up my
> subversion database to a text format dump file after every
> commit.

You need to get over that fear. ;~) Replace the word "subversion" in that
paragraph with "Oracle" or "SQLServer" and you'll see exactly how crazy that
scheme sounds.

> 2) I'd like (for an open source project) to run a separate anonsvn
> server that is pretty close to "real time".

See the svk project, which might be what you want:

        http://svk.elixus.org/

The anonsvn server would have an svk repository that mirrors the production
server. A post-commit on the production server (or a cron job for less "real
time") would do

        svk sync //project

(where //project is the local copy of the primary repository). Once that is
done, this is a completely conventional svn repository.

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 18 20:29:08 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.