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.
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?
Can anyone please help?
Thanks,
Sonal.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 15 07:29:13 2007