bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Small memory leak, CVS


From: Holger
Subject: Re: [Bug-gnubg] Small memory leak, CVS
Date: Mon, 31 Mar 2003 15:30:48 +0200

At 12:52 31.03.2003 +0000, Joern Thyssen wrote:
On Mon, Mar 31, 2003 at 02:42:12PM +0200, Holger wrote
> I guess so, too. So just to be sure, I don't need/have to do a "cvs login"
> with ssh? A registered key with no passphrase and a "export CVS_RSH=ssh;
> cvs -z9 address@hidden:/cvsroot/gnubg update -P -d" should give
> me no prompt and do the same like anonymous pserver access. (?)

I can't remember what the -P and -d flags does, but yes: that's
basically how I do it (except that I've set CVSROOT to
address@hidden/cvsroot).

-P: Prune empty directories
-d: Create any directories that exist in the repository if they're missing from the working directory

and with -d as a globaloption and the CVSROOT string the environment variable isn't needed and vice versa.

cvs prompts me for the my pass phrase, but I normally do

eval `ssh-agent`
ssh-add

first. This makes my sessions password-prompt-less.

Nice way. It's even included in Cygwin's port of ssh.

Regards,

Holger




reply via email to

[Prev in Thread] Current Thread [Next in Thread]