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

Problems creating root directories using DAV and AuthzSVNAccessFile

From: Andy <andrew.hardyfamily_at_gmail.com>
Date: Tue, 9 Sep 2008 04:21:39 -0700 (PDT)

Hi,

I have svn installed on a Windows server using a 'parentpath' model
i.e. a single repository with projects as the first level. I have
configured Apache2 to use the svn DAV and to perform authorization as
follows:

From httpd.conf:

<Location /svn>
  DAV svn
  SVNPath C:/svnrepositories

  AuthType Digest
  AuthName "Development"
  AuthDigestDomain /svn/
  AuthDigestFile C:/Python24/Scripts/trac/users.htdigest
  Satisfy Any
  Require valid-user

  AuthzSVNAccessFile c:/svnrepositories/conf/svn.acl
</Location>

From svn.acl:

[svn:/]
@developers = rw
* = r

This works OK at the project levels and above *but* I am unable to
create new projects i.e. working at the root level. I am asked to
authenticate and authentication always fails. I have tried this using
'Import' from the Explorer and 'Create Folder' from the repository
browser

The following commandline works:
svn mkdir http://loordv01.ad.dom/svn/AndyTest --username andrew.hardy

as does using TSVN against the 'svn' address - but we've not got any
ACL security on that!

Any thoughts?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-09-09 13:22:50 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.