I have trouble setting up a searchPath using a cvs provider. The rmap is as follows:
<searchPath name="sources">
<provider readerType="cvs"
componentTypes="osgi.bundle,eclipse.feature"
mutable="true" source="true">
<uri format=":pserver:USER:PWD@CVSHOST:CVSROOT,MyProduct/{0}">
<bc:propertyRef key="buckminster.component"/>
</uri>
</provider>
</searchPath>
<locator searchPathRef="sources" pattern="^de\.mycompany\..+"/>
When executing "Resove to Wizard" in my .cquery for a feature the following error occurs:
No suitable provider for component my.feature.project was found in...
Rejecting provider cvs (:pserver:USER:PWD@CVSHOST:CVSROOT,MyProduct/{0}): No component match was found: The server reported an error while performing the "cvs rlog" command."
Executing the rlog command on a console works as expected.
Does someone have an idea?
Kind regards,
~Karsten
[Updated on: Mon, 16 November 2009 08:53] by Moderator