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

Re: svn switch didn't switch enough - what did I do wrong?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-08-06 15:01:38 CEST

On Aug 5, 2005, at 7:40 PM, Scott Palmer wrote:

> I was developing in a working copy of http://svn.collab.net/repos/
> svn/branches/1.2.x/
>
> I executed from the root of the wc:
>
> svn switch http://svn.collab.net/repos/svn/trunk
>
> The switch went well except for:
> ...
> U BUGS
> U HACKING
> svn: Won't delete locally modified directory 'doc'
> svn: Left locally modified or unversioned files

Just like an update, the switch halted because of an obstruction.
The server wants to delete the 'doc' directory, but the client
refuses to do so, because it contains either unversioned things or
edited things. Try moving the directory out of the way, and then re-
run the switch command to finish the job.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 6 15:04:29 2005

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.