Question

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!

Was it helpful?

Solution

"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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top