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

Re: svnadmin --on-disk-template and --in-repos-template options gone!

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-10-29 20:04:26 CET

Russell Glaue <rglaue@cait.org> writes:

> Argh. Mistake!
> Should have been:
>
> svnadmin create myrepos100
> cp ../templates/svn-repos-template/db/* myrepos100/db/*
>
> Is this acceptable to svn operations?

As I said earlier, it works, but is not recommended.

If you a have an in-repos layout you wish to use as a initial layout
for all repositories, I'd recommend using 'svnadmin dump' to create a
dumpfile of the base snapshot of one such repos, then for each new
repos, do:

   $ svnadmin create newrepos
   $ svnadmin load newrepos --ignore-uuid < template-dumpfile

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 29 20:05:42 2003

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.