I'm using CCNET v1.4.3 and SVN v1.5.5 to setup continuous integration environment for c++ projects.
I'm using a plugin to make use of svn revision to generate label in the form of "major.minor.revision.build", with another plugin to update the .rc file in the CCNET working directory during build, and have CCNET create tag on svn (by setting tagOnSuccess to true) after a build completed. However, I discover that when the build is trigger by modification on svn, the changes made to the .rc during build is not reflected on the created tag, the changes made to the .rc during build only reflected on the tag if the build is triggered by force. Is there anyway to force CCNET to always create tag using CCNET server's local working copy?
