[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [pde-build-dev] Map formats
|
- From: Thomas Hallgren <thomas@xxxxxxx>
- Date: Mon, 29 Oct 2007 16:10:22 +0100
- Delivered-to: pde-build-dev@eclipse.org
- User-agent: Thunderbird 2.0.0.6 (Windows/20070728)
Kim, Andrew, thanks a lot. All is clear now.
- thomas
Andrew Niefer wrote:
@CVSTag@ looks like a token that will be replaced before using the map
file in pde.build.
If no repository is specified at the beginning of the line, CVS is
assumed (since originally CVS was the only supported repo)
The key=value format was new in 3.3. If it is not used, then yes the
order matters. The actual order itself depends on the repository and
is defined by the extension that provides support for that repo.
See the 3.2 docs for the cvs format
http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tasks/pde_fetch_phase.htm.
The repositories are contributed by extension point and pde.build
itself only provides CVS, GET and COPY.
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/fetch/
The only other one I am aware of is a plugin on sourceforge that
provides SVN.
To fetch from a branch in cvs, just tag that branch beforehand. CVS
fetch is all based on the tag.
-Andrew