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

RE: Same project in 2 repositories

From: Dale Worley <dworley_at_pingtel.com>
Date: 2004-12-28 00:11:42 CET

If your code and the 3rd party code can be kept in separate files, then you
probably want to use an "svn:externals" property to cause the separate
sections of the repository to be assembled in your working copy.

If you have made customizations to the 3rd party code, you probably need to
set up a "vendor branch" structure. (It's described in the Subversion
book.)

Dale

-----Original Message-----
From: Joel Alexandre [mailto:joel@zmail.pt]
Sent: Thursday, December 23, 2004 9:26 PM
To: users@subversion.tigris.org
Subject: Same project in 2 repositories

Hi,

i'm using 3º party code for a project. I get the code from subversion.

But i want to create a repository for my code. There are parts of the
code that are mixed.

Is it possible to do something like:

svn update 3rd-party-repository (keep the 3rd party code updated)
svn commit my-repository (keep the whole project in a different repository)

If this isn't possible with subversion, will it be if i use a CVS
repository for my project ?

Thanks,

Joel

---------------------------------------------------------------------
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 Tue Dec 28 00:14:07 2004

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.