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