Sorry Bruce... didn't mean to reply directly to you. Here's the message
for the list.
On Tuesday 07 September 2004 01:59, bruce wrote:
[snip]
> the portion of the config file that deals with dav/svn is:
> LoadModule dav_module modules/mod_dav.so
> LoadModule dav_svn_module modules/mod_dav_svn.so
> <Location /svntest2>
> DAV svn
> SVNPath /svnroot
What's the layout of the directories here? If it's:
/svnroot
|--- repo1/
|--- repo2/
then you'll want SVNParentPath instead of SVNPath. In that case your URLs
would look like:
http://server.name/svntest2/repo1
> #
> # # Limit write permission to list of valid users.
> # <LimitExcept GET PROPFIND OPTIONS REPORT>
> # # Require SSL connection for password protection.
> # # SSLRequireSSL
> #
> # AuthType Basic
> # AuthName "Authorization Realm"
> # AuthUserFile /absolute/path/to/passwdfile
> # Require valid-user
> # </LimitExcept>
> </Location>
>
> i rebuilt the svn apps from source and connected them to the current
> version of the berkeley db on my box... i didn't want to do a complete
> rebuild of apache as well....
This isn't a berkeley problem... it's simply not pointed to an actual
repository. Getting SVNPath or SVNParentPath pointed to the correct
location will help fix your problem. As a side note, make sure you get
the permissions right. You'll need to repository to be owned by the
apache user in order for it to work correctly.
> everything appears to be as it should be... however, given that it
> doesn't work, there's an error somewhere!!! searching through google
> indicates that others have had a smiliar problem, but nothing shed any
> light onto what the issue really is.
>
> any pointers/comments/thoughts are appreciated...
>
> thanks
>
> -bruce
-John
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 7 13:28:05 2004