How to CHECKIN using CLI

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
Don Robinson
Posts: 29
Joined: Wed Jul 07, 2004 12:19 pm
Location: Vancouver Canada
Contact:

How to CHECKIN using CLI

Post by Don Robinson » Tue Aug 03, 2004 7:09 pm

Hi -

Preamble I periodically need to sync code with other collaborators on a project, and regularly get emailed code updates in tar archives that I want to accept.

I'm adapting a shell script that formerly was used with VSS to automate this checkout/modify/checkin process.

I've figured out how to use the CLI (Vault.exe 2.0.3.2174) to REMEMBERLOGIN and CHECKOUT and I can move the new version to my working folder for checkin.

At the risk of being discovered as an obvious idiot... how do I get the CLI to checkin?
Donald C.E. Robinson
Sr. Systems Ecologist
Terrestrial Ecosystem Sciences Team
ESSA Technologies Ltd
Vancouver, Canada
http://www.essa.com
+1 (604) 535 1997

Guest

checkin: solution

Post by Guest » Tue Aug 03, 2004 7:57 pm

I found the answer myself: COMMIT. I had erroneously assumed it would be a two-step set of command: CHECKIN then COMMIT. :oops:

Post Reply