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

Re: Relocating a project across server and location?

From: Rob van Oostrum <rvanoo_at_gmail.com>
Date: 2007-10-21 15:48:22 CEST

You need to 'svnadmin dump' your repository and pipe it through
svndumpfilter to only include the tree you want. If you run into
entanglements where files inside your project were copied/moved from
somewhere else in your repository, you may want to look at
svndumpfilter3.

http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.ref.svnadmin.c.dump
http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.reposadmin.maint.tk.svndumpfilter
http://furius.ca/pubcode/pub/conf/common/bin/svndumpfilter3.html

HTH,
R.

On 10/21/07, Sander Marechal <s.marechal@jejik.com> wrote:
> Hello,
>
> What is the best way to relocate a project in subversion across servers
> *and* repository path at the same time?
>
> Currently I have multiple projects inside a single repository on
> server1. I would like to spin-off one of these projects into a
> repository of it's own on server2. E.g, from:
>
> https://server1.example.com/my-repository/my-project/(branches|tags|trunk)
>
> to:
>
> https://server2.example.com/my-new-project-repository/(branches|tags|trunk)
>
> What's the best way to do this?
>
> Kind regards,
>
> --
> Sander Marechal
> http://www.jejik.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Oct 21 15:48:43 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.