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

Re: Enhancement suggestion for svnadmin create and default hook files

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-06-04 20:02:20 CEST

"Max Bowsher" <maxb@ukf.net> writes:

> > I've read that people create a template repository with the right
> > hooks and initial structure in place. When they need a new
> > repository, instead of running svnadmin, they copy the template
> > repository.
>
> Won't that cause duplicate repository UUIDs?

Yes. But that's easily remedied:

   $ cp -a template-repos new-repos
   $ rm new-repos/db/uuids
   $ svnadmin recover new-repos

NOTE: This is not to be considered recommended behavior.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 4 20:02:58 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.