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

Need help with web access to repos

From: Doug Gorley <douggorley_at_shaw.ca>
Date: 2003-12-07 01:29:01 CET

Hi List,

I just installed 0.34.0 on my Gentoo box, and I'm trying to set up the
http access. My test repository is in /home/www/svn/test. I'm running
Apache 2.0.48, and the relevant section of my commonapache2.conf file
looks like this:

  <Location /svn>
      DAV svn
      SVNPath /home/www/svn/test
      SVNIndexXSLT "/temp/svnindex.xsl"
  </Location>

This all seems to be working perfectly; when I load
http://localhost/svn/ in my browser, I see the contents of the test
repository, using the sample stylesheet included with Subversion. the
problem comes when I try to check out the repository on the command
line; I thought the following command would work:

  $ svn checkout http://localhost/svn

But, I get the following error:

  svn: RA layer request failed
  svn: PROPFIND request failed on '/svn'
  svn: PROPFIND of '/svn': 301 Moved Permanently (http://localhost)

Am I doing something wrong? I could use some advice.

Thanks,

Doug Gorley | douggorley (at) shaw (dot) ca

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 7 01:35:54 2003

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.