How to recover deleted files which TortoiseSVN accidentally removed? - Stack Overflow most recent 30 from stackoverflow.com2010-03-19T13:20:51Zhttp://stackoverflow.com/feeds/question/238995http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/238995/how-to-recover-deleted-files-which-tortoisesvn-accidentally-removed0How to recover deleted files which TortoiseSVN accidentally removed?MrValdezhttp://stackoverflow.com/users/15992008-10-27T03:20:30Z2008-10-27T03:23:18Z
<p>This is an accident and I don't think there's a solution. But I'm asking anyways.</p>
<p>I introduced SVN to our webshop and I set all the dev pc's htdocs as part of the repository. (my first mistake)</p>
<p>Now, one of my coworkers are working on a project and didn't commit their code to svn (second mistake). His reasoning was that he's the only one who's doing work on that site and he don't need svn (another mistake: I introduced SVN as a collaborative tool)</p>
<p>I instructed everyone's SOP to be: update and then checkout when starting and shutting down their PC.</p>
<p>Needless to say, my coworker's project disappeared.</p>
<p>So my question is: is there any way to recover the uncomitted code?</p>
<p>P.s., I'm planning to add "source code doesn't exist unless its in subversion" and "backup daily" to our rules to prevent this from happening again.</p>
http://stackoverflow.com/questions/238995/how-to-recover-deleted-files-which-tortoisesvn-accidentally-removed/238999#2389993Answer by Brian R. Bondy for How to recover deleted files which TortoiseSVN accidentally removed?Brian R. Bondyhttp://stackoverflow.com/users/31532008-10-27T03:22:56Z2008-10-27T03:22:56Z<p>You won't find the answer in SVN, but you can use something like this <a href="http://www.altap.cz/salam_en/features/undelete.html" rel="nofollow">undelete tool</a>. </p>
<p>A file isn't really gone until the drive is formatted (long).</p>
http://stackoverflow.com/questions/238995/how-to-recover-deleted-files-which-tortoisesvn-accidentally-removed/239000#2390000Answer by Rob for How to recover deleted files which TortoiseSVN accidentally removed?Robhttp://stackoverflow.com/users/35422008-10-27T03:23:18Z2008-10-27T03:23:18Z<p>If the files were never committed and they're no longer on the hard drive, then I'm afraid they're probably gone, unless your user has manual backups, or some other recovery/undeletion strategy works out.</p>