On Sun, Dec 4, 2016 at 10:17 PM, Daniel Shahaf <danie...@apache.org> wrote: > Johan Corveleyn wrote on Sun, Dec 04, 2016 at 18:27:48 +0100: >> It's impossible to say now which files were there before, and which >> were added by the checkout (OK, the unversioned items were certainly >> "local files", but the versioned ones ... who knows? > > Couldn't you look for files and empty dirs whose ctime/birthtime is > newer than that of the .svn dir?
Okay, didn't think of that, good suggestion. But it'll still be some non-trivial work (if it's a large amount of files) to exploit this to restore the directory to "before the checkout happened". -- Johan