Yes indeed! I needed SVNPath instead of SVNParentPath. Thanks for the quick response.
Robert
_____
From: Jeremy C Russell [mailto:JeremyRussell@pplsi.com]
To: Robert Denton [mailto:robert@headsprout.com]
Cc: users@subversion.tigris.org
Sent: Thu, 19 Jul 2007 04:24:19 -0700
Subject: Re: apache lists dir contents, not repo contents
Perhaps,
SVNParentPath directive should point to /svn/repos,
or
Use "SVNPath /svn/repos/testing" instead.
Jeremy Russell
Unix Systems Administrator
Pre-Paid Legal Services, INC.
580.272.2834
"Robert Denton"
<robert@headsprou
t.com> To
users@subversion.tigris.org
07/18/2007 06:49 cc
PM
Subject
apache lists dir contents, not repo
contents
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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 19 19:36:54 2007