Re: Effects of merge on added files
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-10-11 06:59:18 CEST
Eric Sammer <eric@ineoconcepts.com> writes:
> If I try the following to merge the branch back into trunk:
Well, Eric, I am not a Subversion "noob", but I too would complain
Now, I can understand doing this if we receive as part of the merge
[ C-Mike goes to see what we really do. ]
Hm. I'm not seeing what you're seeing.
If I copy a directory, commit, add a file to that copy, commit, and
Ah, ah. I see.
I did:
$ svn merge -r N-1:N ../branch .
where N was the revision in which I added the new file. But when I
$ svn merge ../branch@HEAD ./@HEAD
I got the "skip" notification.
I think I know what's happened here. You're commandline is not quite
You want:
svn merge ./@HEAD ../dev_0_01@HEAD
---------------------------------------------------------------------
|
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.