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?
How to CHECKIN using CLI
Moderator: SourceGear
-
- Posts: 29
- Joined: Wed Jul 07, 2004 12:19 pm
- Location: Vancouver Canada
- Contact:
How to CHECKIN using CLI
Donald C.E. Robinson
Sr. Systems Ecologist
Terrestrial Ecosystem Sciences Team
ESSA Technologies Ltd
Vancouver, Canada
http://www.essa.com
+1 (604) 535 1997
Sr. Systems Ecologist
Terrestrial Ecosystem Sciences Team
ESSA Technologies Ltd
Vancouver, Canada
http://www.essa.com
+1 (604) 535 1997
checkin: solution
I found the answer myself: COMMIT. I had erroneously assumed it would be a two-step set of command: CHECKIN then COMMIT.