Benjamin Peterson wrote:
> 2010/3/17 Nick Coghlan <[email protected]>:
>> Short version: SVN and other non-DVCS systems don't store enough (or the
>> right) metadata to support merging properly, so branching becomes
>> unnecessarily painful.
> 
> This isn't really true these days given svn merge --reintegrate.

File renaming/moving still doesn't work properly though:
http://blogs.open.collab.net/svn/2008/07/subversion-merg.html

There are limits to what you can do without tracking the original
changesets. A DVCS does that, but SVN works by calculating diffs between
different revisions without really caring about how those revisions came
about.

Cheers,
Nick.

-- 
Nick Coghlan   |   [email protected]   |   Brisbane, Australia
---------------------------------------------------------------
_______________________________________________
python-committers mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-committers

Reply via email to