Re: [ng-spice-devel] Proposal: ACS available though ieee.ing.uniroma1.it CVS
On Thu, Oct 12, 2000 at 04:23:06AM -0700, Al Davis wrote:
> On Sun, 17 Sep 2000, Arno W. Peters wrote:
> > Would it be worthwile to put ACS in the CVS tree? This would allow
> > more people to have access to the latest development version through
> > anonymous CVS. Al, how do you feel about this?
>
> (I finally reply...)
>
> OK. I suppose I should update my archives to use CVS. I still use
> RCS, due to inertia. I need to figure out how to use CVS remotely.
I use the following environment variables to tell CVS to use SSH to
connect to the server mentioned in CVSROOT.
export CVSROOT=:ext:xxx@ieee.ing.uniroma1.it:/var/services/cvsroot
export CVS_RSH=ssh
where xxx would be my login name.
You should ask Paolo to give you an account on ieee.ing.uniroma1.it.
You can also send him a tarball of your latest sources so he can
import it into CVS into its own subdirectory. From then on, you can
check it out by using standard CVS commands (i.e., cvs co acs, cvs
update, etc.)
SSH will ask you for your password every time you use CVS, but that's
the price you pay for security.
By the way, a tutorial of CVS is available at http://www.cvshome.org.
Regards,
--
Arno
PGP signature
Partial thread listing:
- Re: [ng-spice-devel] Proposal: ACS available though ieee.ing.uniroma1.it CVS, (continued)