I'm fairly new to ContinuaCI, what's the best way to tag a release? Build I'm working with now has a single stage that's simply executing an FB script.
At first It thought I'd be able to svn copy the working copy but it appears that where you build from in ContinuaCI is not a working copy. I can't simply do a svn server side copy as there may have been checkins since the release.
I suppose I could checkout over the working copy in my FB script but that would be a huge time suck for some of our projects (10-20 minute checkouts) and could end up with newer changes.
Tagging of repositories is coming in an update, I was hoping to have it out before Christmas but it’s looking more like January now. It’s working nicely here but needs more testing, and it’s part of a larger update that is still being tidied up.
Excellent, thanks for the info. I’m just using this on some personal projects in preparation for eventual rollout at work, at some point we’ll just have to replace the FB server.