[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: Fabrizio Bottino <fabrizio.bottino_at_webrainstorm.it>
Date: 2006-03-29 16:04:49 CEST

Try to look at apache error_log
tail /usr/local/apache2/logs/error_log (or wherever it is)

you should have permission problems (the most probably cause is: repository files are not readable by apache user)
  ----- Original Message -----
  From: j.kaluza@redcross-transfusion.be
  To: users@subversion.tigris.org
  Sent: Wednesday, March 29, 2006 3:57 PM
  Subject: Re: log in svn repo with browser

  i have tried $svn checkout http://localhost/svn/phpapps and after entering login information, i got these error messages :

  svn: PROPFIND request failed on '/svn/phpapps'
  svn: PROPFIND of '/svn/phpapps': Could not read status line: connection was closed by server. (http://localhost)

  where that could come from ?

  thx

        "Fabrizio Bottino" <fabrizio.bottino@webrainstorm.it>
        29/03/2006 15.46
       To <users@subversion.tigris.org>
              cc
              Subject Re: log in svn repo with browser

              

       

  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 Bottino
  ----- Original Message -----
  From: j.kaluza@redcross-transfusion.be
  To: users@subversion.tigris.org
  Sent: Wednesday, March 29, 2006 3:32 PM
  Subject: log in svn repo with browser

  Hello to every one,

  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 ?

  jay
Received on Wed Mar 29 16:04:43 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.