You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by go...@yahoo.com on 2009/01/20 08:45:42 UTC

Move\Rename status

I would appreciate any update about how SVN is going to handle moved\renamed files in the future (and current status if possible).
Currently if you merge such file\folder you are loosing all your latest work on branch (not the history) without any warning.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1037176

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

RE: Re: Move\Rename status

Posted by po...@tigris.org.
Hello Stefan,

Thank you for the detailed update.
The "tree conflict detection" feature is exactly what i was looking for!

When do you plan to release 1.6?
I will be glad to test it as you suggested. Is there by chance any RC binary release?
Also, will 1.6 require server upgrade as well or client will be enough?

Thanks,
Golan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1042295

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Move\Rename status

Posted by Stefan Sperling <st...@elego.de>.
On Tue, Jan 20, 2009 at 12:45:42AM -0800, golandav@yahoo.com wrote:
> I would appreciate any update about how SVN is going to handle
> moved\renamed files in the future (and current status if possible).
> Currently if you merge such file\folder you are loosing all your
> latest work on branch (not the history) without any warning.

I think your problem (which you did not describe in any detail,
so I might be totally wrong here) should be addressed by a new
feature called "tree conflict detection", which will be included
in the upcoming Subversion 1.6 release.

Unfortunately there is not much documentation for this feature as
of yet. I am working on this, a small bit of information has already
been added to the svnbook for 1.6:
http://svnbook.red-bean.com/nightly/en/svn.tour.treeconflicts.html
That section still needs to be extended with examples.

You might be interested in these slides for a talk Stephen Butler
and myself gave at Subconf:
http://www.subconf.de/fileadmin/PDF_Dateien/SubConf/SubConf_2008/Vortraege/Stephen_Butler_und_Stefan_Sperling.pdf
(Some of the graphics-slides are missing in the PDF, I don't know why.
Someone must have done something wrong when converting the power
point file to PDF. Also, the example output you can see on these
slides looks a lot different now.)

If you can, please install Subversion from current trunk, and test
your problematic scenarios with it. You will likely see different
behaviour than with 1.5. The feature will soon be released with
Subversion 1.6, and the sooner we get feedback for this new feature
the better it will be when (and after) 1.6 is released.

Your feedback would really help us a lot.

Thanks,
Stefan