You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Alan Bryant <mo...@gmail.com> on 2004/11/15 04:27:10 UTC

Moving Projects

I'm sure I've just missed it in my search of the book and available
FAQs, but how does one move only a portion of a repository (e.g., a
specific project / directory tree) from one repository to another?

After setting everything up, I've decided to organize my repositories
differently, but as I said, can't seem to find the nugget of info I
need to do this efficiently on the server side.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Moving Projects

Posted by kf...@collab.net.
Alan Bryant <mo...@gmail.com> writes:
> I'm sure I've just missed it in my search of the book and available
> FAQs, but how does one move only a portion of a repository (e.g., a
> specific project / directory tree) from one repository to another?
> 
> After setting everything up, I've decided to organize my repositories
> differently, but as I said, can't seem to find the nugget of info I
> need to do this efficiently on the server side.

There isn't any official support for cross-repository moves,
unfortunately.  You can just copy the data and re-import it.  Or you
could try to do something fancier, involving 'svnadmin dump' and
'svnadmin load' and (possibly) tweaking the dumpfile.

Is that the nugget you were looking for?

-Karl


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org