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

Relocate does not work well with access permissions

From: Bjørnar Skinnes <bskinnes_at_broadpark.no>
Date: 2007-08-13 16:30:33 CEST

Having access permissions like this example:
[MYREPO:/]
aaa =
[MYREPO:/trunk/src/something]
aaa = rw

then relocating (the repo was moved to another server) the "something"
working copy, does return error message like this:
PROPFIND request failed on "/svn/MYREPO"
PROPFIND of '/svn/MYREPO': 403 Forbidden (https://myserver)

I had to change the permission file, giving aaa read permissions, to get
aaa up&running:
[MYREPO:/]
aaa = r

Why no access for aaa in first place ? Remark: browsing in firefox
worked fine on new server.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 13 17:10:02 2007

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.