[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.buckminster] Re: Authentication error: No CVS authenticator is registered

Hi Thomas


in the IDE all variations are working: - no user: :pserver:cvs.xyz.com:/cvsrepos,{0} - only user: :pserver:anonymous@xxxxxxxxxxx:/cvsrepos,{0} - user and password: :pserver:anonymous:anonymous@xxxxxxxxxxx:/cvsrepos,{0}

the IDE is asking for the user and/or password, if missing


currently i am using cvs users with write permission, not the anonymous user (i have problems seeting up a read-only anonymous user without a password on cvsnt)


all this variations are not working in buckminster headless


Michi


Thomas Hallgren wrote:
Hi Michael,
When you use this repo from the IDE, do you enter a dummy password or do you just leave it empty?


Regards,
Thomas Hallgren


Michael Süess wrote:
hi

i have problems accessing my cvs repository (cvs server is running on windows with cvsnt) in buckminster headless mode; everything works fine in the IDE....

c:>buckminster -data /foo resolve file:/C:/bar/bar.cquery
Using workspace at file:/C:/foo/...
Errors during resolve
[0.1]Provider cvs(:pserver:anonymous:anonymous@xxxxxxxxxxx:/cvsrepos,com.xyz.bar): No match found for component com.xyz.bar
Caused by: [0.1][0.1]Authentication error: No CVS authenticator is registered


headless is working with the buckminster test cvs repository

the rmap file:
<?xml version="1.0" encoding="UTF-8"?>
<rmap
xmlns="http://www.eclipse.org/buckminster/RMap-1.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:mp="http://www.eclipse.org/buckminster/MavenProvider-1.0";
xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0";>
<searchPath name="xyz.cvs">
<provider readerType="cvs" componentType="eclipse.project" mutable="true" source="true">
<uri format=":pserver:anonymous:anonymous@xxxxxxxxxxx:/cvsrepos,{0}">
<bc:propertyRef key="buckminster.component" />
</uri>
</provider>
</searchPath>
<locator searchPathRef="xyz.cvs" pattern="^org\.xyz\..*" />
<locator searchPathRef="xyz.cvs" pattern="^com\.xyz\..*" />
</rmap>


any hints?

michi