[arch-general] Subversion server - authentication problem

Andrei Thorp garoth at gmail.com
Fri May 22 08:57:27 EDT 2009


You've probably thought of this, but are all the permissions correct
all the way to the path? For example, if you have a parent folder
that's not +x for whatever's trying to access the contents, they are
not accessable, even if they have the correct permissions themselves.

Ex:

/ex/why
 ^
 Permissions, +xr for user
       ^ Permissions, +rw for user

This will work fine

/ex/why
 ^
 No Permissions, no +xr for user
       ^ Permissions, +rw for user

This won't work at all.

Cheers,

-AT


More information about the arch-general mailing list