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

Re: relocate when updating server and svnparentpath

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: Fri, 29 Feb 2008 13:17:25 +0100

matthieu.mary_at_externe.bnpparibas.com wrote:
>
> Hello everybody,
>
> I come back with my problem of updating svn server: Subversion server is
> change of localisation, but furthermore, we are updating template: for
> the moment, we have a svnpath configuration, and updating to a
> svnpparentpath configuration.
>
> Configuration is ok, but when I'm trying to relocate workings copies, I
> have the following error:
> svn switch --relocate svn://myserver/my_repos/trunk
> http://myNEWserver/svn/my_repos/trunk .
>
> svn client return me the 403 following error:
> "svn: PROPFIND de '/svn': 403 Forbidden (http://myNEWserver)"
>
> This is not a acces rights problem : an svn list with the same account
> give me an output.

What version of svn are you using?

This is a bit of a wild guess, but can you try to use the repository
root in the from and to parameters instead of the trunk url?

$ svn switch --relocate svn://myserver/my_repos
http://myNEWserver/svn/my_repos .

hth,

Lieven

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-29 13:17:24 CET

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.