Code: Select all
vault.exe HISTORY -host vault.creditinfonet.com -username %VAULT_USERNAME% -password %VAULT_PASSWORD% -repository REPO_2008 -begindate 2010-09-23T11:26:39 -endversion 3 -excludeactions label -rowlimit 0 $/Project/trunk
Code: Select all
<vault>
<error>
<exception>System.Web.Services.Protocols.SoapException: 1010 : FailInvalidRange
at VaultClientIntegrationLib.ServerOperations.ProcessCommandHistory(String objectPath, Boolean recursive, DateSortOption dateSort, String excludedUsers, String excludedActions, String beginDate, String endDate, String beginLabel, String endLabel, Int64 beginVersion, Int64 endVersion, Int32 rowLimit, String commentFilter)
at VaultClientIntegrationLib.ServerOperations.ProcessCommandHistory(String objectPath, Boolean recursive, DateSortOption dateSort, String excludedUsers, String excludedActions, String beginDate, String endDate, String beginLabel, String endLabel, Int64 beginVersion, Int64 endVersion, Int32 rowLimit)
at VaultCmdLineClient.VaultCmdLineClient.ProcessCommand(Args curArg)
at VaultCmdLineClient.VaultCmdLineClient.Main(String[] args)</exception>
</error>
<result>
<success>False</success>
</result>
</vault>
Shouldn't the client always exit with an exit code instead of hanging?
Regards,
Brian.