Merging confuses renamed files
From: John Goerzen <jgoerzen_at_complete.org>
Date: 2003-08-22 17:33:08 CEST
Hi,
I've been playing around with Subversion's merging features and have
Consider this example. We have Bob maintaining the main tree for
Alice has her own repository for foo.py, which contains a couple of
She keeps it up to date with commands like:
svn merge -r 5:7 http://foo.com/somewhere .
...
svn merge -r 7:15 http://foo.com/somewhere .
Now, this all goes along happily. Alice's changes follow along as she
svn mv foo.py bar.py
Later, Candice updates with:
svn merge -r 15:20 http://foo.com/somewhere .
But her changes get lost. bar.py now contains the vanilla upstream,
My question is: why? Subversion has enough information to duplicate
Can anybody shed some light on this?
Thanks,
---------------------------------------------------------------------
|
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.