Problems merging a branch back to the trunk
From: Peter A. Felvegi <petschy_at_praire-chicken.com>
Date: Thu, 24 Sep 2009 12:01:36 +0200
Hello,
I've run into the following problems when merging back a branch to the
svn merge -rR1:R2 svn://repos/branch
in the working copy of the trunk (assured that there were no local
- there were files with conflicts that were _not_ changed on the trunk.
- there were files on the branch that changed, but weren't merged at all
- there were 4 path conflicts due to file renaming, but this was easy to
Now the source doesn't compile (resolved all conflicts already), because
I made lists of changed files between R1 and R2 on the trunk, branch,
svn diff -rR1:R2 svn://repos/branch|grep ^Index|cut -d " " -f 2|sort >
svn diff -rR1:R2|grep ^Index|cut -d " " -f 2|sort >
svn diff|grep ^Index|cut -d " " -f 2|sort >
In theory (unless I got something completely wrong) all files listed in
What am I doing wrong?
The svn client is running under debian squeeze, amd64, 1.6.3-dfsg-1.
Regards, Peter
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.