How to recover deleted files which TortoiseSVN accidentally removed? - Stack Overflow most recent 30 from stackoverflow.com 2010-03-19T13:20:51Z http://stackoverflow.com/feeds/question/238995 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/238995/how-to-recover-deleted-files-which-tortoisesvn-accidentally-removed 0 How to recover deleted files which TortoiseSVN accidentally removed? MrValdez http://stackoverflow.com/users/1599 2008-10-27T03:20:30Z 2008-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#238999 3 Answer by Brian R. Bondy for How to recover deleted files which TortoiseSVN accidentally removed? Brian R. Bondy http://stackoverflow.com/users/3153 2008-10-27T03:22:56Z 2008-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#239000 0 Answer by Rob for How to recover deleted files which TortoiseSVN accidentally removed? Rob http://stackoverflow.com/users/3542 2008-10-27T03:23:18Z 2008-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>