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

[Subclipse-users] Username and Password (No Prompt on repository add)

From: Eric Berry <elberry_at_gmail.com>
Date: 2006-04-11 17:53:41 CEST

Hi all,
   Our Systems admin has set up a svn repository for us to work with and I'm
trying to connect to it using Subclipse 1.0. He set it up with
svnserve.confentries:

#########
[general]

anon-access = none
auth-access = write,read

password-db = passwd
#########

The passwd file has a couple of users in it for our testing purposes.

When trying to connect via command line I can checkout the repository
contents without any problems.
svn co --username {name} --password {password} {repository+project}

However, when trying to connect to the repository through subclipse I get
this error:
Error validating location: "org.tigris.subversion.javahl.ClientException:
svn: No access allowed to this repository"

It's my understanding that this type of set up should prompt me for a
username and password when trying to connect to the repository correct? I'm
not sure what part of the configuration we've messed up. We're not tunneling
through ssh or doing anything else as fancy, just plain username/passwords.

Any help here will be greatly appreciated.

Thanks,
Eric

--
Infinite Loop: Someone included an include that included the include?
Received on Tue Apr 11 17:54:02 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.