Message-Id: <200412020527.iB25R4HI002338@delorie.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "David Christensen" To: "'Cygwin List'" Subject: RE: strange problems with cvs Date: Wed, 1 Dec 2004 21:26:55 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <00bf01c4d7d7$e7335ce0$0100a8c0@pc07653> X-IsSubscribed: yes Nuno Lopes wrote: > I use CVS with cygwin a long time ago, but after a recent updte it stoped > working. ... I find it is better to have a separate computer as the CVS server; I use GNU/Linux. > I'm using pserver auth Don't -- use ssh. If you set up your router/firewall correctly, you and whomever you grant an account to can access your CVS server from anywhere on the Internet. It's *really* useful. I wrote a Perl convenience script 'cvsenv' that I can launch from Bash that sets up the client end of things. I also figured out how to use Unix groups to isolate multiple CVS repositories on one server; the Perl script is called 'dvs'. You can download both of them here: http://www.holgerdanske.com/dpchrist/source.html > and the cygwin is installed with *DOS* line-endings. I use Cygwin with DOS line endings and the Cygwin CVS client. Everything works fine. > When I try to do something with cvs -1.11.17- (cvs up, cvs diff, > etc..) it simply returns: ": no such repository" > > Normally if I close cygwin, run the setup again (without installing > anything) and opening cygwin again fixes the problem. > > If I do a fresh checkout, it will checkout the files with *unix* > file-endings, which isn't what I asked for.. > > Does anyone knows whats the problem here? Get this book: http://cvsbook.red-bean.com/ > I think it might be cause of the release of the lastest dll > version. (I update cygwin often..) I very much doubt it. I've used/ been using DOS, Windows NT, GNU/Linux, BSD, DJGPP, Cygwin, and CVS for several years new, and any CVS problems I've had were always my fault. HTH, David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/