Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Buckminster dev » [buckminster-dev] SVN provider: additional folder
[buckminster-dev] SVN provider: additional folder [message #696078] Wed, 13 July 2011 08:01 Go to next message
Eclipse UserFriend
Originally posted by: <Christian.Pontesegger

Hi,

I was trying to setup an rmap for our svn repository. Unfortunately our layout differs a bit from the suggested one. We use
Repo/trunk/bundles
Repo/trunk/features
Repo/trunk/...

How can I tell the SVN provider to look in trunk/bundles for osgi bundles?

Thanks
Christian
Re: [buckminster-dev] SVN provider: additional folder [message #696116 is a reply to message #696078] Wed, 13 July 2011 09:32 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
On 2011-07-13 10:01, Christian.Pontesegger@infineon.com wrote:
> Hi,
>
> I was trying to setup an rmap for our svn repository. Unfortunately our layout differs a bit from the suggested one. We use
> Repo/trunk/bundles
> Repo/trunk/features
> Repo/trunk/...
>
> How can I tell the SVN provider to look in trunk/bundles for osgi bundles?
>
> Thanks
> Christian
>
In your RMAP, create a searchPath that contains two or more providers serving different types of components. Something
like this:

<rm:provider componentTypes="osgi.bundle" readerType="svn" source="true">
<rm:uri format="svn://example.org/Repo/trunk/bundles/{0}?moduleAfterTag&amp;moduleAfterBranch">
<bc:propertyRef key="buckminster.component"/>
</rm:uri>
</rm:provider>
<rm:provider componentTypes="eclipse.feature" readerType="svn" source="true">
<rm:uri format="svn://example.org/Repo/trunk/features/{0}?moduleAfterTag&amp;moduleAfterBranch">
<bc:propertyRef key="buckminster.component"/>
</rm:uri>
</rm:provider>

Regards,
Thomas Hallgren
Previous Topic:[buckminster-dev] Project meta data is out of date for tools.buckminster
Next Topic:[buckminster-dev] svn rmap
Goto Forum:
  


Current Time: Thu Apr 25 22:46:02 GMT 2024

Powered by FUDForum. Page generated in 0.03088 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top