Get files modified since label 'x' ?? (Vault 2.x or 3.x)

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

Moderator: SourceGear

Post Reply
elyna
Posts: 4
Joined: Thu Nov 11, 2004 9:40 am

Get files modified since label 'x' ?? (Vault 2.x or 3.x)

Post by elyna » Thu Jun 16, 2005 2:30 pm

Is there a method via the Vault client to get latest on all files that were modified since label 'x'?

We're working on an automated build process and per our DBA we need to only get the scripts that were modified since the last build....

Any insight would be greatly appreciated.

Thanks,
Eric

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Fri Jun 17, 2005 8:48 am

In Vault 3.0.7, you could use the Vault Command Line Client to do a history command, specifying the labels to begin and end with. You can then parse out the XML returned to fetch the changed files.

Post Reply