On Sep 26, 2007, at 10:55 AM, Justin W. Reagor wrote:
AuthType Basic
AuthName "svn"
AuthExternal unixauth
GroupExternal unixgroup
Require group svn
Just a guess, but I doubt script/plugin provides Auth credentials.
It's possible that if the CLI SVN client has them cached it'll use
them, but even that's a guess. You'll probably have to turn on
anonymous read-only access for you repository with a line like this:
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
There might be a way to get script/plugin to provide credentials, but
I've never tried.
-Mat
_______________________________________________
To unsubscribe or change your settings, visit: