1
vote
Code Promotion: Build or Binary?
We make use of CI at the dev stage, and use daily builds that are promoted. These daily builds, if successful, are tagged in SVN so that we don't need to keep a seperate copy of the binaries. Any t …
3
votes
How do I extract the version and path from an SVN working copy into a nant variable?
Firstly, you can use "svn info --xml >out.xml" to get the svn information to a text file. You can then use a Nant xml-peek to get a value out of the file into a variable.
<xmlpee …
