X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=Yvw ul8/KRZv+dXl5wl6KSQ3dAKtnoZ7tmM2ohX3rn7p+40AloEG0cZrOf7cIkm+lpnv q+p4SdTD5htKxCBzVBaHmua99MkUg5Hml54li6EMQKn4TkUXG/48aamuyDrfwMyk CPhQwlnCq8eJF1fMruu4p2QwFgr+6zyyTktV7aOU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=Yl1bpBYgE cnnpFR6uG/YQw1Pr1Q=; b=dJw0lZe7Vies59ms7kpGVkYCkxDKV5wFTCXy9Dsx1 9NuBR3w9DArACf5qxnqHRXsahn+034w0EyqlsHJsE5x5eSHkSCoDXUvbSSYO+5GE dwzefpuqNiuszlYY22sBgChCP5bmhl7xJALnUotzt+nkHouHJiD275i2A0hq3pep qo= 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 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 To: cygwin AT cygwin DOT com From: Mark Levedahl Subject: problem with cvs binary? Date: Mon, 15 Jul 2013 23:21:59 -0400 Lines: 41 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 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