Re: [Fwd: Re: incorrect result of merge]
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-12-21 01:59:42 CET
Michael Colefax <MichaelCo@resmed.com.au> writes:
> ## 6. merge in the changes made on the branch in step 2
This merge adds a directory and a file:
A work1/folder
> ## 7. merge in the changes made on the branch in revision 4
This merge adds a file, but skips deleting the file added by the
A wc/file1.cpp
> ## 8. commit the merges to the main trunk
This commits the directory and both files:
Adding wc/file1.cpp
> ## now to see the problem:
It's possible that the second merge should delete the file added by
Should merge tree changes (adds/deletes) simply overwrite local tree
> But the log for the main trunk doesnt show this -
That looks like a misunderstanding on your part. The log doesn't show
$ svn log -vqr6 file://`pwd`/repo/main
but that's because it's included implicitly since /main/folder is an
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Dec 25 05:59:57 2005 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.