0

So, I did what seems to be a big mistake. I accidentally deleted a very important file in Cornerstone from my Repository and can't get it back.

I have clicked at Revert 20-30 times now but it seems that it won't revert changes since the first change I did today (which was when the file was deleted). How can I go back to earlier revisions?

I really appreciate help!

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
holyredbeard
  • 19,619
  • 32
  • 105
  • 171

1 Answers1

2

"Revert" only reverts local changes that are not yet checked in. If you want to roll back to a previous revision, use svn update -r1234 with the revision number you want to go back to.

Russell Zahniser
  • 16,188
  • 39
  • 30