I'm trying to undo multiple checkout through the command line and I can't seem to perform the operation on multiple files at once. Is this not possible? Here is the command I am using and the result I am getting. One file at a time works fine, but I need to undo the whole changeset. Can you tell me how to do that from the command line? Thanks.
C:\Program Files\SourceGear\Vault Client>vault -host myserver.com -
user UserName -password password -ssl -repository Development undocheckout $
/WebSolutions/RNCSolutions/WebAppsSolution3.x/CoreLibrary/AssemblyInfo.cs $/Web
Solutions/RNCSolutions/WebAppsSolution3.x/MainMenu/AssemblyInfo.cs
<vault>
<error>
usage: UNDOCHECKOUT repository_path
</error>
<result success="no" />
</vault>
undocheckout multiple file through command line
Moderator: SourceGear