| How to checkout map file from GIT ? [message #903356] |
Thu, 23 August 2012 05:44  |
Oliver Lee Messages: 3 Registered: August 2012 |
Junior Member |
|
|
i want do a headless build using pde build.
the repository i use is GIT
the pde headless build allow to config the builder to fetch map file based on the configuration of customTarget.xml ,i found they use the cvs task to fetch like this:
<target name="getMapFiles" depends="checkLocalMaps" unless="skipMaps">
<property name="mapsCheckoutTag" value="HEAD" />
<cvs cvsRoot="${mapsRepo}" package="${mapsRoot}" dest="${buildDirectory}/maps" tag="${mapsCheckoutTag}" />
</target>
i want change the cvs to git,how to do that?thank you very much!
|
|
|
|
Powered by
FUDForum. Page generated in 0.01926 seconds