[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Circular cleanup/checkout problem using Subversion 1.7

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 15 Dec 2011 12:41:06 +0200

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
Received on 2011-12-15 11:41:50 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.