Under Hudson, does somebody know how to specify a release tag name in a cvs checkout ?
At the moment, i only specify the CVSROOT and modules names to checkout my project in my workspace. I tried to add ‘-r TAG_NAME’ for each module name, but it doesn’t work.
I think that this functionality exist, so if someone as the right syntax/way to do it.. 🙂
Thanks in advance for your help.
Best regards.
In the project’s CVS configuration, there’s a Branch field and a checkbox labeled, “This is a tag, not a branch”. You should enter your release tag in the Branch field (without
-r) and check the checkbox.