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

Cannot Commit to SVN 1.0.1

From: Roehl, Dan <Dan.Roehl_at_austinenergy.com>
Date: 2004-05-19 17:17:57 CEST

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

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.