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