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

RE: Beginning Subversion - 404 Not Found

From: Bob Butterworth <BButterworth_at_techpro.com>
Date: 2006-09-12 18:11:36 CEST

Ok, after a little research I found this page which has a chmod 1/4 of
the way down

http://www.debian-administration.org/articles/374

The chmod in the tutorial I was using:

http://www.howtoforge.com/debian_subversion_websvn

Was this

chmod -R 770 /var/svn-repos/*

Which didn't work

But this new chmod did

chmod -R 777 /var/svn-repos/*

I'm not quite the linux guru yet but is this way chmod command secure or
am I opening myself up to future problems?

Bob

-----Original Message-----
From: Bob Butterworth [mailto:BButterworth@techpro.com]
Sent: Tuesday, September 12, 2006 9:46 AM
To: Ryan Schmidt
Cc: users@subversion.tigris.org
Subject: RE: Beginning Subversion - 404 Not Found

Ok my apache error log says Could not open the requested_SVN filesystem

So maybe some kind of permission problem?

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2006c@ryandesign.com]
Sent: Tuesday, September 12, 2006 5:32 AM
To: Bob Butterworth
Cc: users@subversion.tigris.org
Subject: Re: Beginning Subversion - 404 Not Found

On Sep 12, 2006, at 08:01, Bob Butterworth wrote:

> 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?

What does the Apache error log say? What exactly is it trying and
failing to find?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 12 19:07:56 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.