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

Re: log in svn repo with browser

From: <j.kaluza_at_redcross-transfusion.be>
Date: 2006-03-29 16:20:17 CEST

here is what my error log says

[Wed Mar 29 16:09:51 2006] [notice] child pid 13047 exit signal
Segmentation fault (11)
[Wed Mar 29 16:09:51 2006] [notice] child pid 13251 exit signal
Segmentation fault (11)

my repository is located in /svn/repositories/ with the name phpapps

in /svn, i have creates 2 files for access control

.svnpasswd made using htpasswd command line tool

.svnperms containing

[groups]
admins = meessen, kaluza
viewers = drossart

[/]
* =
meessen = rw
kaluza = rw

[phpapps:/]
@admins = rw
@viewers = r

httpd.conf loadmodule directives

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

and location tag in httpd-dav.conf :

<Location /svn/>
   DAV svn
   SVNParentPath /svn/repositories
   AuthType Basic
   AuthName "Depot de donnees"
   AuthUserFile /svn/.svnpasswd
   Require valid-user
   AuthzSVNAccessFile /svn/.svnperms
</Location>

Ryan Schmidt <subversion-2006Q1@ryandesign.com> wrote on 29/03/2006
16.09.56:

> On Mar 29, 2006, at 15:46, Fabrizio Bottino wrote:
>
> >> i just installed subversion on a linux OS and set it up with users
> >> and passwords, created repository
> >> when i try access it, i can't log on it, failure, and in
> >> webbrowser i get the html header "forbidden"
> >>
> >> i've included loadmodule directives and a location directive, with
> >> basic authentification option,
> >>
> >> but always get the login failure how could is olve this ?
> >
> > you can't use a WEB browser to browse a SubVersioN repository
> >
> > you have to use a subversion client
> >
> > For example with TortoiseSVN use repo-browser
> > or with shell client
> > $ svn list http://hostname:port/path/to/repository
>
> Fabrizio, of course you can use a web browser to browse a Subversion
> repository, if it's being served with Apache2.
>
> Jay, you should probably post the relevant portions of your config
> files, as it's difficult to suggest a fix for this otherwise. Check
> also if your Apache error log says anything helpful.
>
>
Received on Wed Mar 29 16:25:17 2006

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.