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

Merging between trunk and a vendor branch

From: kkrikor <krikor.krumlian_at_gmail.com>
Date: 2006-12-07 20:20:06 CET

Hey guys I have the following scenario

Code:

1. in /trunk i have the code for my project
2. A vendor took this code in other words they have an export of the code
and did some work on it
3. they sent me the new project.
4. Now i need to integrate their changes into my trunk

First i did the following
1. svn import /home/vendor-project/ http://url/repo/project/vendor/x/current
-m 'importing vendor drop'
2. svn copy http://url/repo/project/vendor/x/current
http://url/repo/project/vendor/x/1 -m 'tagging1'

Now i need to merge this code to my trunk how do i do that ?

I tried the following
Code:

In my working directory which has the trunk
svn merge http://url/repo/project/trunk
http://url/repo/project/vendor/x/current .

But that is doing deletes and then adds for the same files.

Any suggestions ???

-- 
View this message in context: http://www.nabble.com/Merging-between-trunk-and-a-vendor-branch-tf2776511.html#a7745765
Sent from the Subversion Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 7 20:22:19 2006

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.