Hello,
I would like to be able to retrieve automagically all modified files since I have applied a label. Let's say I have released version 1.0 to my customers. I applied a 1.0 label. Then I modify some files (because my customers have found bugs...) and I want to deliver only these files (and not my 5000000... other files). So I would like to do a "Get modified files since label 1.0".
Is it possible with Vault GUI ? If not, could I use Vault API ? (in this case could you tell me which classes could do the job ?)
Thanks in advance
JC
Get modified files since specific label
Moderator: SourceGear
You will need to use the Vault API to accomplish this. First, look at http://support.sourcegear.com/viewtopic.php?t=450 to see how to do an API query. You can look at the CLC code (Included in VaultClientAPI.msi) to see how the CLC history command uses a label to set the beginning date for the history query.
Then, look at http://support.sourcegear.com/viewtopic.php?t=4172 for a snippet of code to get a historical version of a Vault file.
Let me know if you need more help.
Then, look at http://support.sourcegear.com/viewtopic.php?t=4172 for a snippet of code to get a historical version of a Vault file.
Let me know if you need more help.