> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 20, 2002 7:33 PM > To: [EMAIL PROTECTED] > Subject: Help getting remote CVS set up > > > Thanks for voting me in as a committer. I'm sure it will be > worthwhile.
So am I. :-) > > Now, I could use a little help getting my remote CVS set up. > I'm using Cygwin, > on Win2k. Does anyone else here use that environment, and > know how to properly > set this up? I tried doing a normal ssh login to > cvs.apache.org, and then > setting up WinCVS to log in. I'd also like to be able to use > Cygwin CVS, and > the CVS interface inside XEmacs (which I guess just uses the > external "cvs"). > > I tried setting my CVSROOT to the following, which I thought > was close to what > was recommended in the CVS setup on the Jakarta pages: > > :pserver:dmkarr@localhost:2401/home/cvs > > However, I got the following when I tried to log in: > > cvs [login aborted]: connect to localhost(wondark):2401 > failed: No connection could be made because the target > machine actively refused it. > > I would guess this has something to do with "tunnelling" not > being properly set > up, but I'm unsure. Yup, it has to do with tunnelling. This link will probably be of some help to you, if you haven't already seen it: http://jakarta.apache.org/site/cvsonwin32.html Personally, I use MindTerm to set up the tunnel (and to do command-line things on the server). Some other folks use PuTTY. Once you have the tunnel set up, you can use CVS whichever way you like. I tend to use WinCVS for updates and diffs, because I like the colorised updates and the ability to use tkdiff for colorised side-by-side diffs. On the other hand, I *always* use Windows command-line CVS for commits and tagging, because WinCVS doesn't pick up the CVS templates, doesn't do any line wrapping on checkin comments, and I generally trust it less for writing to the repository. ;-} BTW, which version of Cygwin are you using? I had lots of problems trying to use CVS within a Cygwin shell, until I forced it to use my Windows version of the CVS client. That seems wrong... -- Martin Cooper > > -- > =================================================================== > David M. Karr ; Java/J2EE/XML/Unix/C++ > [EMAIL PROTECTED] > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>