Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Map formats

Thanks Kim. That explains a lot. I have some follow up questions:

This is an entry from a releng map file:
plugin@xxxxxxxxxxxxxxx=@CVSTag@,:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/technology,,org.eclipse.ecf/plugins/org.eclipse.ecf

How do I interpret @CVSTag@ ? Is that something that should be replaced with the tag used when reading the map file?

None of the entries have the "CVS" keyword, nor do they prefix the arguments with "tag=", "cvsroot=", etc. Is CVS the always the default and is the order of the comma separated list significant for the CVS type? If so, is it correct to assume that it is always:

tag
cvsroot
???
path

What is the third argument?
Are there any other known types besides "CVS" and "GET" (one that comes to mind is "SVN")?
How would I map a specific branch in CVS?

Regards,
Thomas Hallgren


Kim Moir wrote:

Thomas, I think this may be what you are looking for

http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tasks/pde_fetch_phase.htm

Kim



Back to the top