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

RE: Filesystem has no item !svn/vcc/default path not found

From: Johan Corveleyn <johan.corveleyn_at_uz.kuleuven.ac.be>
Date: Wed, 1 Jul 2009 10:08:59 +0200

> I have set up Subversion and I can view the svn from the web
> browser fine. My username and password are accepted and let me in
> to view the repository.
>
> However, if I try to use the SVN in Eclipse with subclipse I get
> this error:
>
> Filesystem has no item
> svn: '/svn/myrepo/myrepo/!svn/vcc/default' path not found
>
>
> If I change my configuration to only show this:
>
> <Location /svn>
> DAV svn
> SVNParentPath /srv/svn
> </Location>
>
> Then I can access it through Eclipse and the web fine, but my
> reposare anonymous and open to anyone.
>
> If I change to to this:
>
> <Location /svn/myrepo>
> DAV svn
> SVNPath /srv/svn/myrepo
> AuthType Basic
> AuthName "Link Drop Repository"
> AuthzSVNAccessFile /srv/svn/svn-acl-conf
> AuthUserFile /srv/svn/myrepo.htpasswd
> Require valid-user
> </Location>
>
> I can access it via the web fine, but in Eclipse I get the
> "Filesystem has no item" error.
>
> So, with autho off I can set it up in Eclipse, with aut on I get
> that error. Any thoughts?
>
> I have also tried:
>
> <Location /svn/myrepo>
> DAV svn
> SVNParentPath /srv/svn/
> AuthType Basic
> AuthName "Link Drop Repository"
> AuthzSVNAccessFile /srv/svn/svn-acl-conf
> AuthUserFile /srv/svn/myrepo.htpasswd
> Require valid-user
> </Location>
>
> But this also gives me an error and access through the web begins
> to give me a permission denied 403 errror.
>
> I have been testing with just one repo, but will be using multiple,
> such as: http://localhost/svn/site1, http://localhost/svn/site2,
> etc

Maybe you're missing the authz_svn_module:
LoadModule authz_svn_module modules/mod_authz_svn.so

As described in:
http://svnbook.red-bean.com/en/1.5/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz.perdir

Otherwise, first thing to do is to take a look at Apache's error log.

Regards,
Johan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2366955

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-01 10:09:53 CEST

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.