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 Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3C65930B.2080909@ece.gatech.edu> Date: Sat, 09 Feb 2002 16:22:19 -0500 From: Charles Wilson Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Jason Diamond CC: cygwin AT cygwin DOT com Subject: Re: Cygwin CVS References: <012001c1b19f$b7b407f0$6401a8c0 AT injektilo> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Please keep all cygwin-related email on the cygwin list. I've redirected replies to go there. Currently, cvs on cygwin is only supported as an interactive (e.g. non-service) application. It is *possible* to have the inetd daemon run it in :pserver: mode, but that takes some effort -- see the mailing list archives over the last 30 days for some pointers. The easiest thing to do is to get sshd running on the repository machine, and on your client machine simple set: CVSROOT=:ext:hostmachine:/repository/path CVS_RSH=ssh Then, you can use the normal commandine cvs client on your client machine -- and it will connect to the repository machine via ssh. --Chuck Jason Diamond wrote: > Hi. > > Sorry to bother you but I found your name as the maintainer for the Cygwin > port of CVS. I just recently started using Cygwin so am still very unclear > on where to go for information. > > I'm just curious if it's possible to run CVS as a service under Cygwin? I'm > currently running CVSNT and it's working fine but it doesn't support SSH. > Today I got sshd running as a service under Cygwin and thought it would be > cool if I could do the same for cvs and hopefully have it support ssh > logins. > > I don't know much about the internal workings of either cvs or ssh (I just > use them) so that's why I thought I'd find out if it was even possible by > asking you. > > Thanks, > Jason > > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/