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

Beginning Subversion - 404 Not Found

From: Bob Butterworth <BButterworth_at_techpro.com>
Date: 2006-09-12 08:01:58 CEST

Ok, i've been diving into Subversion tonight with a fresh debian install
and then installing subversion using the combination of tutorials from
 
http://www.xhtml.net/articles/subversion-apache2-debian
 
http://wiki.freaks-unidos.net/Apache2%20SSL%20and%20Subversion%20in%20De
bian
 
I created a repository at /var/svn-repos
 
and added to my apache config
 
<Location /svn>
   DAV svn
   SVNPath /var/svn-repos
   AuthType Basic
   AuthName "My Subversion Repository"
   AuthUserFile /etc/apache2/dav_svn.passwd
   Require valid-user
   SSLRequireSSL
</Location
 
I can browse to my my machine and it comes up with the apache default
page
 
I can add /svn at the end and it will say My Subversion Repository and
ask me for a user name and password. It accepts my username and password
but then give me a 404 error like it's not finding any files. Any
ideas?
 
Thanks for the help!
 
Bob
Received on Tue Sep 12 08:02:38 2006

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.