get command version

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

Moderator: SourceGear

Post Reply
gj

get command version

Post by gj » Thu Jun 09, 2005 6:07 am

Hi,
I'm using the command line get from ant, I'd like to build a list of what versions the task has gotten. Is there a way to have more output than just the success repsone e.g previously when using pvcs when doing a get the command would repsond with "Checked out revision 1.0." this enabled us to easily report changes between gets.
Is there a way of retrieving this info from vault.

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

Post by jeremy_sg » Thu Jun 09, 2005 7:12 am

If you're using a recent 3.0.x command line client, you can use the -verbose to get output for each file that is fetched.

gj

Thanks

Post by gj » Thu Jun 09, 2005 10:29 am

I tried that it told me which file I had gotten but not which version.
Thanks for the prompt reply though

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

Post by jeremy_sg » Thu Jun 09, 2005 11:05 am

If you want really detailed information about which files changed, when they changed, and why, you should look at the history command of the command line client. That will tell you version numbers, comments, and who to blame for the change.

Post Reply