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

Re: svn switch to move between servers

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-17 14:51:52 CEST

Timothee Besset <ttimo@idsoftware.com> writes:

> The steps to reproduce would be:
>
> Provided that you have a working copy of http://server/trunk and you created a http://server/branch
>
> svn mv file1 file2
> (file1 was a working copy file, file2 is new)
>
> svn switch http://server/branch
>
> This will fail with an error about file2 being unknown in branch/ (I don't
> have the exact error message around anymore)

Heh, that's a bug! It works using ra_local, but ra_dav produces

$ svn info wc | grep Url
Url: http://localhost:8888/tmp/repo/trunk
$ svn st wc
A + wc/bar
D wc/foo
$ svn sw http://localhost:8888/tmp/repo/branch wc
../svn/subversion/libsvn_wc/adm_files.c:754: (apr_err=155010, src_err=0)
svn: Can't find a working copy path
svn: open_props: path 'wc/foo' not found

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 17 14:52:29 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.