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

Re: move a file one directory up: Entry already exists error

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-11-17 18:18:26 CET

Andreas Schildbach <andreas@schildbach.de> writes:

> I want to move a file one directory up in my working copy:
>
> C:\temp\svn\trunk\schildbach>svn move build.xml ..
> svn: Entry already exists
>
> C:\temp\svn\trunk\schildbach>dir

"dir" only shows the physical filesystem, you should run "svn st" to
see the versioning information. I suspect ../build.xml will show up
as status "!", i.e. versioned but missing, in which case you probably
want to "svn revert" or "svn rm" it.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 17 18:20:40 2003

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.