Shimmie Grows~

It's getting people other than myself contributing to it, such that I've had to learn how to set up subversion for multiple users :O

A problem I noticed, and google didn't seem to have the answer for -- when the client says "svn: CHECKOUT of '[filename]': 403 Forbidden ([host])", and the apache error log says "Access denied: '[user]' CHECKOUT", note that authz paths mustn't end in a slash, unless it's the root. eg, this works:

[shimmie2:/]
* = r
shish = rw

[shimmie2:/trunk/contrib/link_image]
Artanis = rw

But this doesn't:

[shimmie2:/]
* = r
shish = rw

[shimmie2:/trunk/contrib/link_image/]
Artanis = rw


2007-05-08 14:06:27 -0500
Previous Index Next