On Thu, 11 Jan 2001, Gilles Detillieux wrote:

> OK, maybe I don't have a clear handle on how this is set up, but if I
> run cvs over ssh, it will still be operating on a copy of the source
> tree located on the ssh server, not on my own system.  Is that correct?

Nope. You still have a local copy. It just means that it uses SSH
internally to send the patches, etc. e.g: 

export CVS_RHS=ssh # could be set in your .bashrc or similar
cvs commit
[EMAIL PROTECTED] password:

> If there's a way to securely and conveniently commit changes from my
> own filesystem, how do I set that up?

Exactly this. The SSH key would prevent needing to use a password every
time you run a cvs command. (In my case, it's enough to be worth it.) But
if you're willing to type the password, then you're set.

--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/


------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 


Reply via email to