r**u 发帖数: 1567 | 1 I need to test some old code so I reverted my working copy back to an old
revision. But, after that, how can I make my working copy go back to the
latest revision?
I tried update to head but the working copy still has the state of the old
revision.
Thanks. | t****t 发帖数: 6806 | 2 how did you "revert" to old revision?
ideally, you can use "svn update -r old_version" to use the old revision.
subsequent "svn update" will go back to HEAD.
worst case, just delete all working copy and co again.
【在 r**u 的大作中提到】 : I need to test some old code so I reverted my working copy back to an old : revision. But, after that, how can I make my working copy go back to the : latest revision? : I tried update to head but the working copy still has the state of the old : revision. : Thanks.
|
|