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

switch --relocate problems

From: Jonatan Lander <jonatan_at_wineasy.se>
Date: 2004-11-10 14:19:21 CET

I'm having some problems with 'svn switch --relocate':

   [pb:path/to/old-wc] jonatan% svn --version -q
   1.1.1

   [pb:path/to/old-wc] jonatan% svn switch --relocate \
     'https://old-host' 'svn+ssh://new-host/home'
   subversion/libsvn_wc/lock.c:646: (apr_err=155005)
   svn: Working copy 'path-in-repos/to/deleted' not locked

That directory has been removed since this old wc was last used, and
probably after switching servers. I thought I might get it to work with
a '-rBASE' switch, but that didn't help:

   [pb:path/to/old-wc] jonatan% svn switch --relocate -rBASE \
     'https://old-host' 'svn+ssh://new-host/home'
   subversion/libsvn_wc/lock.c:646: (apr_err=155005)
   svn: Working copy 'path-in-repos/to/deleted' not locked

How do I relocate this wc?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 10 14:20:15 2004

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.