undocheckout multiple file through command line

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
jnapier
Posts: 42
Joined: Fri Mar 05, 2004 12:18 pm

undocheckout multiple file through command line

Post by jnapier » Wed Nov 03, 2004 1:53 pm

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>

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Wed Nov 03, 2004 3:18 pm

Sorry - UNDOCHECKOUT currently takes only a single repository path, which can be either a file or a folder.

I'll add to the feature request list the ability to specify multiple items to undo in a single operation.

Locked