I'm having a problem retrieving the history with the command line client.
For example, when I run this:
Code: Select all
D:\Work\sql dummy\trunk>"C:\Program Files\SourceGear\Vault Client\vault.exe" history "$/Red Gate/Internal projects/SQL Dummy/Trunk" -excludeactions label,obliterate -rowlimit 0 -begindate 2008-02-25T16:17:20 -enddate 2008-02-25T16:42:01 -host xxx -user xxx -password xxx -repository development
Code: Select all
<vault>
<history>
<item txid="264944" date="25/02/2008 16:33:30" name="k/CCNet Test" type="10" typeName="Added" version="2" objverid="2795800" user="xxx" actionString="Added New Text Document.txt" />
<item txid="264944" date="25/02/2008 16:33:30" name="k/CCNet Test/new text document.txt" type="70" typeName="Created" version="1" objverid="2795797" user="xxx" actionString="Created" />
</history>
<bugsreferenced />
<result>
<success>True</success>
</result>
</vault>
Code: Select all
k/CCNet Test
Code: Select all
Trunk/CCNet Test
Code: Select all
CCNet Test
Cheers,
Tilman