Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:<VirtualHost 67.18.176.227:80>
ServerName mysvndomain.com
DocumentRoot /applications/lussumo/mysvndomain/
ErrorLog /applications/webalizer/mysvndomain/error.log
CustomLog /applications/webalizer/mysvndomain/access.log combined
<location /svn>
Order allow,deny
Allow from all
DAV svn
SVNParentPath /subversion
# our access control policy
AuthzSVNAccessFile /etc/apache2/auth-files/lussumo-svn-authzfile
# how to authenticate a user
AuthType Basic
AuthName "Lussumo Subversion Repository"
AuthUserFile /etc/apache2/auth-files/lussumo-svn-authfile
# only authenticated users may modify the repository
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
</location>
</VirtualHost> # Directory specific authorization control
[groups]
owner = mark
vanilla-developers = mark
[/]
@owner = rw
[vanilla:/]
@vanilla-developers = rw
* = r svn checkout http://mysvndomain.com/svn/vanilla/trunk vanilla C:\applications\subversion\vanilla>svn commit -m "Testing New File"
Adding phpinfo.php
svn: Commit failed (details follow):
svn: PROPFIND request failed on '/svn/vanilla/trunk/phpinfo.php'
svn: PROPFIND of '/svn/vanilla/trunk/phpinfo.php': 302 Found (http://mysvndomain.com)all I read are comments that betray a lack of appreciation of it.