On Feb 9, 2011, at 12:31, Arthur Pesa wrote:

> Alias /SVN /home/apesa/Development/SVN

Remove this "Alias" line.


> <Directory /home/apesa/Development/SVN>
> AllowOverride All
> DAV svn

Remove this "DAV" line.


> <Location /SVN>
> DAV svn
> SVNListParentPath on
> SVNParentPath "/SVN"

[snip]

> I created the svn Repo with the following syntax:
> $svnadmin create /home/apesa/Development/SVN

The SVNParentPath line should read "SVNParentPath /home/apesa/Development" if 
you are going to create other repositories (or "SVNPath 
/home/apesa/Development/SVN" if you only are going to have this single 
repository).


Reply via email to