Reputation: 8977
My TeamCity VCS Root step needs to checkout a specific GitHub repo to a specific absolute folder on the agent ( Windows server ) :
c:\github\{organization}\{repo}
I'm not understanding how to construct my checkout rule to do this.
By default, checkout rules are relative to the checkout dir which is recommended to be left at the default value.
I only want one repo to check-out to the absolute path - the others are fine at relative locations.
Further complicating, I can't be sure the TC server or agent has a C drive.
Upvotes: 2
Views: 1879
Reputation: 6162
Teamcity can work with both absolute and relative path. If you know exactly what is your absolute path you can specify it as the custom checkout directory under Version Control Settings tab.
Upvotes: 4