X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Hans Horn Subject: cvs server setup Date: Mon, 24 Jan 2011 22:57:19 -0800 Lines: 40 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Folks, can anybody point me to some current doc on how to setup a cvs server under cygwin? The info I was able to find on the web dated back to the early 2000s suggesting: 1. add line to /etc/inetd.conf: cvspserver stream tcp nowait root /bin/cvs cvs -f --allow-root=/cvs/root pserver with /cvs/root being the cvs root dir. 2. add line to /etc/services: cvspserver 2401/tcp #CVS server 3. run: inetd --install-as-service cygrunsrv -S inetd an attempt to have a cvs client connect to the cvs server failed with a message in /var/inetd.log: someone wants cvspserver accept, ctrl 3 + Closing from 13 7264 execl /bin/cvs 7264 reaped, status 0x100 thx. a bunch, H. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple