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

RE: Internal Server Error when browsing repository

From: Clint Stotesbery <cstotes_at_hotmail.com>
Date: 2004-12-19 07:42:58 CET

http://tortoisesvn.tigris.org/docs/TortoiseSVN_en/help-onepage.html#tsvn-serversetup-apache
At the above link, about half way down the page, there's a PHP script that
gets a list of repositories. That might be what you are looking for.
-Clint

----Original Message Follows----
From: John <fedora.core.linux@gmail.com>
Reply-To: John <fedora.core.linux@gmail.com>
To: users@subversion.tigris.org
Subject: Internal Server Error when browsing repository
Date: Sat, 18 Dec 2004 21:16:50 -0500

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 19 07:45:10 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.