Is it possible to set the parent of the trunk as the working folder at first checkout without any configuration on the users part?
LR: (Long Read)
I am working on a project using Vault that is stored in the fashion described in the below post
http://support.sourcegear.com/viewtopic.php?t=304
Code: Select all
+ trunk
| + src
| + docs
| + ...
+ branches
It has worked well up until a bit ago, where we decided to implement TeamCity for continuous integration. TeamCity checks out the project, but it checks it out in the [projectname]/Trunk/
Code: Select all
structure. This leaves many broken references. I was hoping by now there might be a way to store a project in source control using Trunk/Branch, but have it be checked out using a [projectname]/[code] folder structure. If so i would really appreciate a link for how to set it up.
Thanks a bunch :D