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

Re: Relocate problem.

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-08-14 10:58:48 CEST

On 8/14/07, Bjørnar Skinnes <bskinnes@broadpark.no> wrote:
> A user with these permissions:
> [MYREPO:/]
> aaa =
> [MYREPO:/trunk/src/something]
> aaa = rw
>
> We dumped old repository, loaded into new repository with new name on
> new server, and
> user "aaa" now needs to relocate his working copy of /trunk/something.
>
> this user already checked out the
> https://oldserver/svn/oldrepo/trunk/something
> then he should be able to perform a relocate to
> https://NEWSERVER/svn/MYREPO/trunk/something
> but this is NOT happening with current permissions, giving only error
> message:
> PROPFIND request failed on "/svn/MYREPO"
> PROPFIND of '/svn/MYREPO': 403 Forbidden (https://newserver)
>
> When I updated perm. to:
> [MYREPO:/]
> aaa = r
>
> ... the relocate worked.

That's expected. Subversion reads the repository root when relocating.
If that fails, it can't read the repository uuid and therefore doesn't
know whether the new URL points to the same repository or not. So it
fails.
If you like to have this changed, you need to ask for this on the
Subversion mailing list.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Aug 14 10:56:37 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

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