I want to update the version info files when doing a release build on our integration machine, and persist the changes in Vault so the changes can be moved down to the code branch in our development machines.
Using either the Vault.Nant tasks or a Vault command line called using the NAnt exec task, how do I check out a file to the integration machine using a working folder that's different from the working folder (in a development machine) assigned in Vault? It looks like either I have to save, change, then restore the working folder, or have the working folder path the same on the integration and development machines. Is it possible to check out to a temporary folder, without affecting the working folder assigned in Vault, make some changes, and check in again?
How do I checkout a file to a temp. working folder?
Moderator: SourceGear
Re: How do I checkout a file to a temp. working folder?
You can Get to a non-working folder using the -nonworkingfolder option, but it doesn't work for checkouts. So you may need to set and unset your working folder as part of your scripts.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
Re: How do I checkout a file to a temp. working folder?
I was hoping I was missing something simple and could avoid having to save,set, and restore the working folder...oh well.
Thanks for your reply.
Steve
Thanks for your reply.
Steve
Re: How do I checkout a file to a temp. working folder?
We have feature request logged 6920 for this functionality; I'll add your vote.
It will be evaluated for an upcoming release of Vault and Fortress.
It will be evaluated for an upcoming release of Vault and Fortress.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager