On 5/15/07, Sonal Uphale <suphale@savvion.com> wrote:
> Hi all,
> I have apache 2.0.52, collabnet subversion 1.4.3 installed on redhat linux
> enterprise 4.
> I installed mod_dav_sn using mod_dav_svn-1.4.3-0.1.el4.rf.i386.rpm . Here I
> got some
> dependancy errors for which I had to install
> subversion-1.4.3-0.1.el4.rf.i386.rpm.
You should not be mixing and matching here. CollabNet Subversion is a
complete distribution that includes Apache and mod_dav_svn. You
cannot go out and safely add in any additional modules.
> Then I made the "LoadModule" and "Location 'entries in httpd.conf and could
> restart my apache server.
> But upon trying to access the server through web, it invalidates my
> subversion user.I had created this
> user using Configure-CollabNet-Subversion executable. Then I also created
> user using htpassword service.
> But still i cannot access repository.
> My location entry is as followed:
> <Location>
> DAV svn
> SVNPath /sonalfsfs/sbmrepos
> AuthType Basic
> AuthName "Subversion Repository"
> AuthUserFile /sonalfsfs/sbmrepos/conf/svn-auth-file
> Require valid-user
> </Location>
>
> If I comment out Auth related stuff in above entry, then even the URL
> http://xx.xxx..x/svn/sbmrepos is
> inaccesible.
> So question that come to mind is:
> 1) What is the difference between the users that get created through
> htpassword service and through
> Configure-CollabNet-Subversion executable?
The script exists to simplyify setting up the Apache server and users.
It is ultimately just running the same tools you would do yourself
though. So there is no difference as long as you use the tools to
configure the same files.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 15 13:58:31 2007