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

Re: Cloning Subversion system information

From: Matt Sickler <crazyfordynamite_at_gmail.com>
Date: 2007-03-23 13:12:50 CET

Generally its svnadmin dump <skeleton repo> | svndumpfilter
/path/to/what/you/want | svnadmin load <new repo>
if you dont have access to the repo filesystem, you will need to use an
automated script to checkout each revision and somehow copy that commit to a
new repo (im pretty sure theres a script somewhere, and svk probably uses
it)

On 3/22/07, Pavel Shevaev <pacha.shevaev@gmail.com> wrote:
>
> > :: Create a dumped version of the template
> > svnadmin dump templ > templ.dump
>
> The main problems with this approach as I mentioned in the very first mail
> are:
>
> a) I don't have physical access to the repository
> b) The skeleton project is not a whole repository, it's just a
> directory inside of the huge repository
>
> --
> Best regards, Pavel
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
Received on Fri Mar 23 13:13:32 2007

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.