Johan Corveleyn wrote on Thu, Dec 15, 2011 at 09:33:00 +0100:
> After that, you can perform a new checkout on Windows. I don't think
> you can salvage your partly checked out working copy, you should get a
> new one (and if necessary, transfer your local changes to the new
> working copy manually). I'm not entirely sure though: you can always
> try to 'svn update' the broken working copy and see what happens
> (YMMV).

Some things to try include:

% svn up
% svn up path/to/offending/file
% svn up -r 0 path/to/offending/file
% svn up -r 0 path/to/offending/   # just the directory

Reply via email to