Merging not working correctly
From: mal content <artifact.one_at_googlemail.com>
Date: 2006-05-07 22:47:00 CEST
Hello.
I'm having difficulty doing a merge.
I have a project trunk and one branch:
file:///source/cland/cpject/trunk
I am following this link as a basic guide:
http://svnbook.red-bean.com/en/1.1/ch04s04.html#svn-ch-4-sect-4.1
I go into the project trunk:
$ cd trunk
final update, see CHANGES for details.
The multidir branch was created at revision 135. I am attempting to
Now the problem I am having is that certain files just don't want to
(still in trunk)
basic input
$ svn log file:///source/cland/cpject/branches/multidir/cpj-gentarg.c
squashed target bug (see CHANGES)
Even a simple diff shows:
$ diff cpj-gentarg.c ../branches/multidir/cpj-gentarg.c
Now, to attempt the merge the entire multidir branch into the trunk:
$ svn merge --dry-run -r135:HEAD file:///source/cland/cpject/branches/multidir
There is absolutely no mention of cpj-gentarg.c in the merge output!
Perhaps I'm doing something incredibly wrong. Any help would be appreciated.
---------------------------------------------------------------------
|
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.