I think you just want svn switch without the relocate flag. My understanding is that --relocate is for when it's on a new server, we've just moved to a different directory on the same server.

On 04/25/2013 10:14 AM, Coarr, Matt wrote:
can I use "svn relocate" or "svn switch --relocate" to update my old working 
copy that was checked out from the incubator svn to use the new top-level-project svn?  Or do I 
need to check out a clean copy?

My working copy is checked out from here:  
https://svn.apache.org/repos/asf/incubator/ctakes/trunk

I've tried to use "svn relocate" to update my working copy to point to the tlp 
svn, but I get the following error:

svn: E155024: Invalid relocation destination: 
'https://svn.apache.org/repos/asf/ctakes/trunk' (does not point to target)

Here are a couple of the command that I've tried (both return the error 
mentioned above):

svn relocate https://svn.apache.org/repos/asf/incubator/ctakes 
https://svn.apache.org/repos/asf/ctakes

svn relocate https://svn.apache.org/repos/asf/incubator/ctakes/trunk 
https://svn.apache.org/repos/asf/ctakes/trunk

Matt

Reply via email to