Specific Build revision in SVN plus one more

Hi, I need to build a version of software to a specific revision number, but it also needs to contain one extra revision that was committed later, without getting the ones in between, so for example let's say i have 10 revisions, I need to build to revision 5, but I want to include the commit from revision 8.

Can I do this?

0
1 comment

Hi Grenadier,

Doing this automatically from teamcity is not currently possible. If you need to perform this task regularly, you can create a configuration with a command line script that manually performs the checkout, and use parameters for the revisions if you consider it appropriate.

I think that cherry picking is possible in SVN, but I'm not familiar enough with it to suggest how to use it, you will need to check with SVN information to perform that task.

0

Please sign in to leave a comment.