We have the following URL: URL: https://dev-01:8555/svn/Shop
We have the following structure in SubVersion
Shop
--trunk
--branches
--tags
The problem is, when I do a build, under the buildagent directory, I get every single tag in the repository copied over to the buildagent.
Is there a way to only retrieve the HEAD revision to effect the build on.
Change: Administration -> {Project Name} -> {Build Configuration Name} Configuration -> Configuration Steps -> Version Control Settings -> edit checkout rules
Add these lines:
-:tags
-:branches
Checkout Rules Documentations
Assuming you want the trunk then the VCS path in TeamCity should be:
https://dev-01:8555/svn/Shop/trunk
As an aside - one would generally expect the path in TeamCity to be the same as the path you use to checkout your working copy unless you're working on a branch.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With