Estrepeya:Community Portal

From Estrepeya

Revision as of 07:21, 29 October 2012 by 173.12.28.45 (Talk)

As Robert notes, you can do:svn merge -c-Xwhere X is the single revsiion the change happened. the -c is to specify a single revsiion, and leading the revsiion with a '-' indicates it should be reversed.Ash, that's just wrong! The whole point of revsiion control is that it should maintain a complete history of the changes to your code. The metadata associated with each change (the log message, for example) is invaluable in explaining *why* something was done, or why it was wrong. It's one of the major problems I have with most dvcs (git, darcs, etc) solutions; it becomes possible to lose revsiions and revise history.

Personal tools