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

svn switch --relocate question...

From: bruce <bedouglas_at_earthlink.net>
Date: Sat, 4 Apr 2009 18:09:33 -0700

Hi...

Got a question regarding the svn switch --relocate cmd along with the svn co
cmd...

i have a working copy that i created, using
 svn co svn://foo/test/svn1/a /s

this works

i then changed the master repository, and fired up the svnserver daemon,
using a port 7555

i then switched the working copy (wc) to use the new url
i did a cd /s ( to be in the working copy dir)
followed by,
svn sw --relocate svn://foo/test/svn1/a svn://foo:7555/test/svn1/a

this appeared to work.. (no errs were generated.)

however, when i do a checkout:
svn co svn://foo:7555/test/svn1/a /s

i get an error,
 svn '/s' is already a working copy for a different URL

so.. do i have an issue with the relocate cmd...

thanks

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1547387

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-05 03:10:23 CEST

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.