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

Re: Merge problem

From: Kalin KOZHUHAROV <kalin_at_thinrope.net>
Date: 2005-08-31 05:25:03 CEST

Sergey Popov wrote:
> 1) I create a branch: trunk > branches\branch1
> 2) Then I deleted branches\branch1\dir
> 3) Then I created branches\branch1\dir
> 4) Then I tried to perform merge branches\branch1 928:HEAD > trunk, and
> I got the following error message:
> Revision 928 doesn't match existing revision 946 in (working copy)\dir
>
> How can I solve it?
You probably can do that iwth a peg revision.
   http://svnbook.red-bean.com/nightly/en/svn.advanced.pegrevs.html

Apart from that, just find the revision the new branch1 sprung into
existence:
   svn log --stop-on-copy branches/branch1
and repeat the merge from that revision.

Kalin.

-- 
|[ ~~~~~~~~~~~~~~~~~~~~~~ ]|
+-> http://ThinRope.net/ <-+
|[ ______________________ ]|
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 31 05:27:21 2005

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.