Now that I've buttered you up
I've noticed a bug in the command line client with the HISTORY command. Below is a snapshot of the same command, the only difference being the second command uses a -begindata parameter. Notice that the name when the date is included in the query does not have the full path:
Code: Select all
C:\Program Files\SourceGear\Vault Client>vault history -host nbg_vault -user ddavis -repository "Default Repository" -rowlimit 1 "$/"
<vault>
<history>
<item txid="17041" date="5/27/2004 2:35:05 PM" name="$/Documents/NBG IP Designation.xls" type="60" version="14" user="Mlow" comment="Updated ip's for Mimio laptop" />
</history>
<result success="yes" />
</vault>
C:\Program Files\SourceGear\Vault Client>vault history -host nbg_vault -user ddavis -repository "Default Repository" -rowlimit 1 -begindate "5/27/2004" "$/"
<vault>
<history>
<item txid="17041" date="5/27/2004 2:35:05 PM" name="NBG IP Designation.xls" type="60" version="14" user="Mlow" comment="Updated ip's for Mimio laptop" />
</history>
<result success="yes" />
</vault>