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

svn switch --relocate fails for deleted directory

From: Dave Slaughter <dave_at_purleylax.co.uk>
Date: 2005-10-25 15:19:34 CEST

Hi folks,

Had the following issue when I moved my svn repository from my local
machine to a server. I used the svn switch command on my working copy
as follows (svn switch command was on one line)

svn switch --relocate svn://localhost/lax/purleylax/web/trunk/web
svn://svn.intranet/lax/purleylax/web/trunk/web
svn: Working copy 'web\reports' is missing or not locked

The web\reports directory used to be there, but I had deleted it, and
committed that delete a while ago. However there is still an entry in
.svn/entires

<?xml version="1.0" encoding="utf-8"?>
<wc-entries
    xmlns="svn:">
...
<entry
    name="reports"
    kind="dir"
    deleted="true"/>
...

If I checkout the project this entry does not appear in the entries
file. So, is the problem that <entry name="reports".. has remained in
the .svn/entries file, or should svn switch --relocate ignore this entry?

I am running

windows XP
Subversion command-line client, version 1.2.3 - server same, though I
started out on 1.1.3 I think

I have obviously worked round this, it's not a big issue. I just wanted
to report this in case anyone else comes across this issue.

Regards

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 25 15:23:38 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.