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

fwd: cvs on cran?



This guy uses this many times a day for checkins/outs from
his repository on cran for the gEDA project
(http://www.geda.seul.org/). That means it'll work fine.

------- Forwarded Message

To: Roger Dingledine <arma@MIT.EDU>
Subject: Re: cvs on cran? 
Date: Mon, 02 Nov 1998 22:45:10 -0500
From: Ales Hvezda <ahvezda@seul.org>

Hi,

Your message dated: Mon, 02 Nov 1998 13:53:56 EST
>How do you use cvs on cran? I notice that every once in a while,
>there's a remote login to geda via ssh.

	
	That's either me logging in using ssh to cran to work on the
webpage or whatever or that's me doing a cvs checking/checkout using
what you describe below.  Occasionally my logins get stale because
my ISP decides to drop me and I have the then log in and kill the shell
manually.


>
>The way the seul people do it is: store their repositories on their
>home machines, set their CVSROOT to
>':ext:seul@cvs.seul.org:/home/seul/cvsroot', set their CVS_RSH to 'ssh',
>and run cvs normally from their home machines.


	Yup that works great! (for me it's: 
:ext:geda@geda.seul.org:/home/geda/cvsroot )


>
>I notice that you asked me to install pserver on cran a while ago:
>[root@cran /etc]# grep pserver *
>inetd.conf:cvspserver stream tcp nowait root /usr/bin/cvs cvs pserver
>services:cvspserver     2401/tcp
>
>Are you using this, the above method, or something new?


	No, I'm still using ssh to connect and do the cvs stuff, that works
just fine.  The pserver stuff is useful for the anon cvs access which I 
still haven't gotten around to setting up, I guess because there hasn't
been much interest in it.  

								-Ales

------- End of Forwarded Message