Vanilla 1 Documentation Archive

 
 
vanilla:subversion

Differences

This shows you the differences between the selected revision and the current version of the page.

vanilla:subversion 2009/06/03 09:58 vanilla:subversion 2009/06/03 10:14 current
Line 53: Line 53:
Tagging, building and uploading the new package can be done by the [[http://code.google.com/p/lussumo-vanilla/source/browse/trunk/release-build.xml|ant release script]]. Tagging, building and uploading the new package can be done by the [[http://code.google.com/p/lussumo-vanilla/source/browse/trunk/release-build.xml|ant release script]].
-Follow the tutorial for installing ant (or ant built-in an Eclipse base IDE) release.xml instead of build.xml to build Vanilla:+ 
 +Follow the tutorial for installing ant (check your IDE doesn't have ant built-in first) but you should check-out the read/write repository and use release-build.xml instead of build.xml to build Vanilla:
<code> <code>
-// comming+svn co http://lussumo-vanilla.googlecode.com/svn/trunk/ vanilla-dev 
 +cd vanilla-dev 
 +cp svn-credential.properties-tmp svn-credential.properties 
 +</code> 
 + 
 +Edit //svn-credential.properties// to set your svn credentials, and then: 
 +<code> 
 +svn up 
 +ant -f release-build.xml
</code> </code>
 
 
 
 
vanilla/subversion.txt · Last modified: 2009/06/03 10:14 by dinoboff
Vanilla 1 Documentation archive (Wiki by DokuWiki)