Best Practice for using Vault CLC in Linux

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

Moderator: SourceGear

Locked
clarkml
Posts: 11
Joined: Wed Jun 20, 2007 8:12 pm

Best Practice for using Vault CLC in Linux

Post by clarkml » Mon Sep 17, 2007 10:48 am

Are there any notes on the best way to set this up. How do you make the CLC in Linux remember logon information to the repo?

Thanks

Mike

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Mon Sep 17, 2007 12:44 pm

Some preliminaries here:

http://support.sourcegear.com/viewtopic ... x+mono+clc

You should be able to use the Rememberlogin command:

Code: Select all

usage: vault.exe REMEMBERLOGIN [options] 

REMEMBERLOGIN will store server, repository and authentication information
on the local host so that it does not need to be reentered.

Server and authentication information is specified by:
-host host

Hostname of the server to connect to. Can also use "-server"
-ssl 

Enables SSL for server connection
-user username

Username to use when connecting to server.
-password password

Password to use when connecting to server
This is a list of possible options:

-repository repositoryname

Repository to connect to
For more CLC documentation, evoke Vault.exe Help from the command line in the CLC directory.
Linda Bauer
SourceGear
Technical Support Manager

Locked