Anoop wrote: > Larry Jones wrote: > > Anoop writes: > > > > > > Then did a gunzip on the above file - got this > > > cvs-1.11.20-SunOS-5.8-i386 > > > Then I ran this command.. (there was no readme) > > > ./cvs-1.11.20-SunOS-5.8-i386 > > > > Sorry, the README files got lost somewhere along the way. That file is > > "the" CVS executable -- it can be a client, a server, or run standalone. > > All you need to do is rename it to "cvs" (not technically neecessary, > > but certainly more convenient than typing the original name; > > alternatively, you can keep the existing name and create a link to it) > > and move it to a binaries directory (/usr/local/bin or anywhere else you > > like). > > > > -Larry Jones > > > > Years from now when I'm successful and happy, ...and he's in > > prison... I hope I'm not too mature to gloat. -- Calvin > > Thanks Larry. > > So if this is the executable then its great - I can use this to > checkout code. > > I am trying this now: > > I set up my CVSROOT as follows: > > weblogic ~ echo $CVSROOT > :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot > weblogic ~ cvs login > Logging in to :pserver:[EMAIL PROTECTED]:2401/usr/local/cvsroot > CVS password: > cvs [login aborted]: connect to x.com:2401 failed: Connection refused > > Normally when we connect, we connect using this string: > :ssh:[EMAIL PROTECTED]:/usr/local/cvsroot > > But when I tried using ssh instead of pserver - I get errors: ssh not > recognized. > > So I am thinking the port is wrong: 2401. > > Any thoughts? > > Thanks again, > Anoop >
Actually, please ignore my previous email. I have been able to figure out - I needed to use :ext: and enable ssh authentication without password. Now it works like a charm. Thanks a ton for all who helped and considered helping. Anoop _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
