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

Internal Server Error when browsing repository

From: John <fedora.core.linux_at_gmail.com>
Date: 2004-12-19 03:16:50 CET

Hi, I'm in the midst of setting up my first subversion
repository.

I'm a complete novice, and I'm doing this more as a
hobby, and because setting this up would probabaly
help me with my codes. I think I'm almost there, but
I need a little help. I'm getting an Internal Server Error
when I try to browse one-level up from the repository.
I've looked through the red-bean book and can't find
info on this error.

I'm using subversion version 1.0.9 r11378, which is
the updated edition that comes with Fedora Core 2.

I have created the directory /home/svnroot/repositories,
and the Location block of my /etc/httpd/conf.d/subversion.conf
file looks like

<Location /svn>
  DAV svn
  SVNParentPath /home/svnroot/repositories
  AuthzSVNAccessFile /home/svnroot/accessFile
  Satisfy Any
  Require valid-user
  AuthType Basic
  AuthName "Subversion repository"
  AuthUserFile /etc/svn-auth-file
</Location>

I would like to have a different repository for each project.
So, to make the repository for project1 I ran
"svnadmin create /home/svnroot/repositories/project1".

From a remote location (the computer on the other desk), I
imported some source, by running
"svn import . https://computer.name.org/svn/project1"

I can then browse the repository by pointing my browser
on the remote computer at https://computer.name.org/svn/project1.

But, if I try to point my browser to https://computer.name.org/svn/,
that is one-level up from the project1 directory, I get a webpage
that says "Internal Server Error", along with a note saying
that "More information about this error may be available in
the server error log". If I look in /var/log/httpd/ssl_error_log
I see the message "The URI does not contain the name of a repository."
 But, it's not supposed to, right? Is there anyway
I could get it to display a custom message?

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 19 03:19:49 2004

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.