Public:Third Party Applications

From CVC4
Revision as of 03:56, 4 April 2013 by 223.239.131.1 (Talk) (UpDwZmriQQsJQBbPfRH)

Jump to: navigation, search

As Robert notes, you can do:svn merge -c-Xwhere X is the single riivseon the change happened. the -c is to specify a single riivseon, and leading the riivseon with a '-' indicates it should be reversed.Ash, that's just wrong! The whole point of riivseon 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 riivseons and revise history.