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

Subversion-Apach Error!

From: Atul Bharad <atul_at_direct2s.com>
Date: 2004-12-09 13:29:39 CET

Hi!

I configured subversion-1.1.1 on Linux box and also configured
apache-2.52 to point to svn repository. But when i try to access it, it
gives error like,

<D:error>
<C:error/>
<m:human-readable errcode="160000">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>

Below is my apache location module,

<Location /svn>
  DAV svn
  SVNPath /home/svn/repos
  AuthType Basic
  AuthName "My Subversion Repository"
  AuthUserFile /home/svn/etc/passwd
  Require valid-user
</Location>

I also checked permissions, but apache have read/write permission
repostory.

Any help in this regard is welcomed!

Regards,

Atul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 9 13:24:10 2004

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.