From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11550 invoked by alias); 16 Jul 2013 03:45:15 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 11523 invoked by uid 89); 16 Jul 2013 03:45:14 -0000 X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RDNS_NONE,SPF_HELO_PASS,SPF_PASS,TW_NX autolearn=no version=3.3.1 Received: from Unknown (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 16 Jul 2013 03:45:13 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UywCF-0001Ve-OG for cygwin@cygwin.com; Tue, 16 Jul 2013 05:45:03 +0200 Received: from pool-72-66-83-222.washdc.fios.verizon.net ([72.66.83.222]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jul 2013 05:45:03 +0200 Received: from mlevedahl by pool-72-66-83-222.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jul 2013 05:45:03 +0200 To: cygwin@cygwin.com From: Mark Levedahl Subject: problem with cvs binary? Date: Tue, 16 Jul 2013 06:03:00 -0000 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 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 X-SW-Source: 2013-07/txt/msg00311.txt.bz2 The currently provided cvs executable does not work correctly, simple test case is: ~>export CVSROOT=/tmp/cvsroot ~>cvs init ~>cvs co -d /tmp/workdir . cvs [checkout aborted]: cannot make directory : No such file or directory ~>cygcheck -c cvs Cygwin Package Information Package Version Status cvs 1.12.13-10 OK ~>uname -a CYGWIN_NT-5.1 virt-winxp 1.7.20(0.266/5/3) 2013-06-07 11:11 i686 Cygwin The above should checkout the empty project to /tmp/workdir, but does not work with the binary provided via setup.exe. This does work correctly with a) cvs-1.12.13 rebuilt from sources, and b) with cvs v 1.11.22-1 downloaded from setup.exe. The expected result: ~>cygcheck -c cvs Cygwin Package Information Package Version Status cvs 1.11.22-1 OK ~>cvs co -d /tmp/work . cvs checkout: Updating /tmp/work cvs checkout: Updating /tmp/work/CVSROOT U /tmp/work/CVSROOT/checkoutlist U /tmp/work/CVSROOT/commitinfo U /tmp/work/CVSROOT/config U /tmp/work/CVSROOT/cvswrappers U /tmp/work/CVSROOT/editinfo U /tmp/work/CVSROOT/loginfo U /tmp/work/CVSROOT/modules U /tmp/work/CVSROOT/notify U /tmp/work/CVSROOT/rcsinfo U /tmp/work/CVSROOT/taginfo U /tmp/work/CVSROOT/verifymsg Mark -- 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