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

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

From: Whos The JBoss <subversion_at_changethings.org>
Date: Tue, 30 Jun 2009 08:26:12 -0700 (PDT)

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

Thanks!!!

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-30 17:27:20 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.