a ver si se ve....
User talk:200.86.22.24
From Wiskipedia
(Difference between revisions)
(→zMeplrgfHmFs: new section) |
(DAYWnNOYIa) |
||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
- | + | As Robert notes, you can do:svn merge -c-Xwhere X is the single reiosvin the change happened. the -c is to specify a single reiosvin, and leading the reiosvin with a '-' indicates it should be reversed.Ash, that's just wrong! The whole point of reiosvin 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 reiosvins and revise history. | |
- | + | ||
- | + | ||
- | + | ||
- | + |
Current revision as of 10:13, 19 December 2012
As Robert notes, you can do:svn merge -c-Xwhere X is the single reiosvin the change happened. the -c is to specify a single reiosvin, and leading the reiosvin with a '-' indicates it should be reversed.Ash, that's just wrong! The whole point of reiosvin 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 reiosvins and revise history.