문제

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!

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top