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

apache lists dir contents, not repo contents

From: Robert Denton <robert_at_headsprout.com>
Date: 2007-07-19 01:48:58 CEST

Hi folks,

I am attempting to migrate my company's repository to a new server. There are differences (windows --> linx, svn 1.3 --> 1.4, etc) - but these items should not make a difference according to what I have read about svnadmin dump.

I have dumped the repo to a file, samba'd the dumpfile to the linux server, created a new repo called 'testing' at /svn/repos/testing and then issues svnadmin load testing < dumpfile.

this all went well as far as I can tell, but when I attempt to pull the repo up in a browser, oddly, the contents of the testing folder are listed, and not the contents of the repo, as such:

Collection of Repositories
   

* conf/
* dav/
* db/
* hooks/
* locks/
     _____

Powered by Subversion version 1.4.2 (r22196).

What I expected to see, of course, is trunk, tags and branch. Does anyone here have any idea why this might occur? My subversion.conf file looks like this:

LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

<Location /svn>
   DAV svn
   SVNParentPath /svn/repos/testing
   SVNListParentPath on
   ModMimeUsePathInfo on
# AuthType Basic
# AuthName "Subversion Repository"
# AuthUserFile /svn/etc/svnpass
# Require valid-user
# AuthzSVNAccessFile /svn/etc/access.conf
</Location>

I have commented out the auth stuff in order to simplify the troubleshooting somewhat. When I uncomment it, I get the same thing, but I have to supply creds first. I call the repo like this:

https://localhost/svn

Any help would be uber uber appreciated. Thanks!
Robert
Received on Thu Jul 19 01:48:22 2007

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.