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

Re: subversion on multisite

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-08-19 11:45:53 CEST

On Mon, Aug 18, 2003 at 10:26:32PM +0200, Philippe JUGLA wrote:
> Hi,
> i'm a beginner with suversion.
> is it possible to work on a same project with 2 subversions on a different
> network (2 different locations) ?
> and let's say few month latter, to synchronize the 2 projects on only one
> subversion.

There is no built in support for this, but you might be able to do this:

On server1, create repos1 and do development.
On server2, create repos2 and do development.

After a few months, stop access to repos2.

svnadmin dump repos2

Transport the dump file from repos2 to server1.

On server1:
  svn mkdir http://blah/path/to/repos1/branches/repos2
  svnadmin load --ignore-uuid --parent-dir branches/repos2 repos1 <repos2.dump

Then you would have to merge the repos2 stuff into /trunk. This merge
might be painful though, because Subversion would not know that the
files in /branches/repos2/trunk correspond with the files in /trunk.

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 19 11:46:58 2003

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.