|
From: Tom H. <to...@co...> - 2009-06-02 14:08:37
|
Bart Van Assche wrote: > Did you delete the aforementioned revisions from the repository ? Did > you know that you can also back out changes using a command like svn > -r10203:10202 (highest revision number first) ? I prefer the latter > because it preserves the entire modification history. A common way to > move changes between revisions r1 and r2 from the trunk to a branch > when using Subversion is to remove these from the trunk first (by > merging r2:r1, which generates revision r3), then creating a branch, > and then merging r3:r2 on the branch. The last command reverts the > undelete, and hence restores r1. That's exactly what Nick did - he committed r10204 which reverted those earlier revisions. You can't actually delete revisions - well not without lots of fiddling on the server anyway. Tom -- Tom Hughes (to...@co...) http://www.compton.nu/ |