From: michaelb at real-time.com
 > Lately I've been wondering if there was something I could
do to avoid reconnecting every time I perform a CVS command.

If your CVS server is set up for pserver access, then you
can do something like

ssh -f -L2401:localhost:2401 cvs.server.com sleep 100000

which will set up an ssh tunnel to the CVS pserver port for
a little over a day (100000 seconds).

Export CVSROOT as :pserver:mycvslogin at localhost:/cvs_repository
Then you can "cvs login" and run cvs commands without reconnecting
for every command.

-- Al


_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
Help beta test TCLUG's potential new home: http://plone.mn-linux.org
Got pictures for TCLUG? Beta test http://plone.mn-linux.org/gallery
tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list