This is more of a tortoisesvn/svn/apache webdav problem than but I am stuck
and could use some advice and I am sure someone else in the list has
experience with this.
I cannot commit to my repository using tortoisesvn. I know that somehow my
httpdconf webdav settings or my svnaccessauth file are to blame but from the
docs/archives/searches I cannot seem to come up with a combo that works
well.
Here is my avnaccessfile:
[groups]
developers = A, B, C, D
changemanagers = D
[/]
#to allow everyone read access
* = r
# allow all developers complete access to entire repository
[repos:/svn/repos]
@developers = rw
# give the changemanagerpeople read access to the ant scripts folder
[repos:/svn/repos/antscripts]
@changemanagers = r
And here is the relevant httpdconf:
### DJR trying to turn on webdav
<Location /svn/repos>
DAV svn
SVNPath /svn/repos
# AuthType any
AuthType Basic
AuthName "Austin Energy Subversion Repositories"
AuthUserFile D:/Apache2/etc/svn-auth-file
AuthzSVNAccessFile D:/Apache2/etc/svnaccessfile2
Require valid-user
</Location>
I appreciate the help,
Daniel J. Roehl, SCJP
Programmer/Analyst
Austin Energy
Received on Wed May 19 17:22:29 2004