X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Frank-Michael Moser Subject: Re: Problems with cygwin cvs over ssh. Date: Fri, 27 Jan 2006 22:10:31 +0100 Lines: 46 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Thunderbird 1.5 (Windows/20051201) In-Reply-To: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 I have encountered the same problem, have investigated it a bit and came out with two interesting facts: A) Without changing anything else than replacing cygwin1.dll, using the snaphot cygwin1-20050928.dll works fine while using cygwin1-20050929.dll produces the problem. B) Also without changing anything else than replacing cygwin1.dll, using the snaphot cygwin1-20050928.dll "mkdir /tmp/foo/." runs fine while with cygwin1-20050929.dll you see: > $ mkdir /tmp/foo/. > mkdir: cannot create directory `/tmp/foo/.': No such file or directory Frank-Michael Igor Peshansky wrote: > On Wed, 25 Jan 2006, René Berber wrote: > >> Igor Peshansky wrote: >> [snip] >>> FWIW, I could reproduce the original problem, either with or without >>> ":ext:". >> The combination cvs/ssh has no problem : >> >> $ echo $CVS_RSH >> ssh >> $ echo $CVSROOT >> :ext:rberber AT www DOT somewhere DOT com:/export/home0/cvsrep >> $ cvs co junit-test >> cvs server: Updating junit-test >> U junit-test/.classpath >> U junit-test/.project >> cvs server: Updating junit-test/lib >> ... >> >> Remote CVS server is Solaris, local ssh and Cygwin dll versions are >> latest released. > > Then you have misunderstood the original problem. The problem is with the > CVS server running on Cygwin. CVS in client mode works just fine. > Igor > -- 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/