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

RE: Re: control file and users question

From: Bob Archer <Bob.Archer_at_infor.com>
Date: Mon, 4 May 2009 10:35:02 -0400

> everthing works from the svn side.
> in the cotrol file specified in the subversion.conf
>
> if have
> [/]
> [username]=rw
>
> what I am tyring to figure out is how, in eclipse plugin for svn to pass
> this username and password to the svn server.
> I get no dialog box in eclipse to put a user name and password.
>
> Just as a note
> I can
> [/]
> *=rw
> and eclipse plug in works
>
> again the problem is how to get the eclipse tigis svn plugin to pass a
> user name and pass work to the first case can be used.

I think svn will only request credentials if they are required. If you turn of anon access it will always request a password. Of I think perhaps you can do something like:

[/]
*=
[username]=rw

Which is pretty much the same thing. But, with anon read access svn doesn't need credentials to just checkout or browse the repo.

BOb

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-04 16:36:52 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.