Possible to set parent of trunk as working folder?

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
dustout
Posts: 1
Joined: Mon Jun 10, 2013 4:12 pm

Possible to set parent of trunk as working folder?

Post by dustout » Mon Jun 10, 2013 4:39 pm

TLDR:
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
However we have made a slight change when we check out such that the parent of the trunk becomes the working folder. This allows us to switch between trunk and branch versions without having to change a bunch of references in visual studio.

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

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: Possible to set parent of trunk as working folder?

Post by lbauer » Tue Jun 11, 2013 12:36 pm

Is it possible to set the parent of the trunk as the working folder at first checkout without any configuration on the users part?
Sorry I don't think there's way to do this in the Vault Client.
Linda Bauer
SourceGear
Technical Support Manager

Post Reply