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

svn merge, disjoint working copies, and svn:externals

From: Jared Silva <jayrod_at_gmail.com>
Date: 2007-01-19 00:47:08 CET

Assume, for example, I have the following:
/repos1/vendor/current
/repos1/vendor/1
/repos1/vendor/2

I then do:
svn copy /repos1/vendor/1 /repos1/project

I then make changes to /repos1/project

I can merge the changes from vendor/1 and vendor/2 as follows
(everything in same repository, non-disjoint working copies):
svn merge /repos1/vendor/1 /repos1/vendor/2 /repos1/project

Can I do the same using disjoint working copies? Maybe even externals?
svn merge /repos1/vendor/1 /repos1/vendor/2 /repos2/project

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 19 00:47:37 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.