I know this question may be similar to others, but I could not find the solution. My SVN version is 1.8.2 I am using Visual Studio 2005 and I accidentally have reverted a file that I was working on. I watched on Recycle Bin, but could not find that file. What ways are there to get back my reverted file ? I need back not the base file, but my working copy. Thanks
Asked
Active
Viewed 30 times
1 Answers
1
No, subversion does not have a built in "revert reverted file"-function. You could download a recovery-program and hope that the file hasn't been overwritten so you can recover it.

chmod
- 278
- 1
- 2
- 7
-
Is not there any other way, I Don't know, maybe SVN merge will work ? – Romo Daneghyan Jul 24 '14 at 08:31
-
1Not that I'm aware of. SVN merge will merge two files, so you'll still need the "deleted" file. – chmod Jul 24 '14 at 09:37