Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » How do I specify (in the rmap) where to check out to?
icon5.gif  How do I specify (in the rmap) where to check out to? [message #646381] Thu, 23 December 2010 15:42 Go to next message
Matthew Webber is currently offline Matthew WebberFriend
Messages: 198
Registered: December 2010
Senior Member
I have an rmap with a fairly standard SVN provider that looks like this (relevant part only):

  <rm:searchPath name="gda_core_svn">
    <rm:provider componentTypes="eclipse.feature" readerType="svn" resolutionFilter="">
      <rm:uri format="${GDA_subversion}/trunk/features/{0}-feature?moduleAfterTag&amp;moduleAfterBranch">
        <bc:propertyRef key="buckminster.component"/>
      </rm:uri>
    </rm:provider>
  </rm:searchPath>

When resolving a feature called "x", the rmap correctly determined that it needs to check out from trunk/features/x-feature. The resulting checkout is placed in a directory "<workspace>/features/x". I actually want it to be checked out to a directory called "<workspace>/features/x-feature".

Is there a way of specifying in general where the checkout should do (relative to the workspace)? I could not find any way of doing this with the subversion provider (it is possible to do it with the git provider). Thanks.
Re: How do I specify (in the rmap) where to check out to? [message #646570 is a reply to message #646381] Tue, 28 December 2010 20:28 Go to previous messageGo to next message
Alex Kravets is currently offline Alex KravetsFriend
Messages: 561
Registered: November 2009
Senior Member
I believe you need mspec for that ( http://wiki.eclipse.org/Introduction_to_Buckminster#Making_u se_of_an_MSPEC_to_further_simplify_downloading). May be someone else can confirm this?
Re: How do I specify (in the rmap) where to check out to? [message #646576 is a reply to message #646570] Tue, 28 December 2010 21:13 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
On 2010-12-28 21:28, Alex wrote:
> I believe you need mspec for that
> ( http://wiki.eclipse.org/Introduction_to_Buckminster#Making_u se_of_an_MSPEC_to_further_simplify_downloading).
> May be someone else can confirm this?

Yes, that's correct. The RMAP is all about where to find things. Where
to put it is specified in the MSPEC.

- thomas
Previous Topic:Adding a cspex file causes import to fail
Next Topic:Exceptions during import
Goto Forum:
  


Current Time: Thu Jan 23 21:48:52 GMT 2025

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

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

Back to the top