Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:# Directory specific authorization control
[groups]
owner = mark
vanilla-developers = mark
[/]
@owner = rw
[vanilla:/]
@vanilla-developers = rw
* = r<VirtualHost 67.18.176.227:80>
ServerName svn.lussumo.com
DocumentRoot /applications/subversion
ErrorLog /applications/webalizer/subversion/error.log
CustomLog /applications/webalizer/subversion/access.log combined
<location /vanilla>
DAV svn
SVNParentPath /applications/subversion
AuthzSVNAccessFile /etc/apache2/auth-files/lussumo-svn-authzfile
Satisfy Any
Require valid-user
AuthType Basic
AuthName "Lussumo Subversion Repository"
AuthUserFile /etc/apache2/auth-files/lussumo-svn-authfile
</location>
</VirtualHost>C:\applications\subversion>svn import vanilla http://svn.lussumo.com/vanilla/ -m
"test"
Authentication realm: <http://svn.lussumo.com:80> Lussumo Subversion Repository
Password for 'Mark':
Authentication realm: <http://svn.lussumo.com:80> Lussumo Subversion Repository
Username: mark
Password for 'mark': **********
svn: PROPFIND request failed on '/vanilla'
svn: PROPFIND of '/vanilla': 403 Forbidden (http://svn.lussumo.com)
Getting pissed off at the world in general.

The URI does not contain the name of a repository.