public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Adam Dinwoodie <adam@dinwoodie.org>
To: cygwin@cygwin.com
Subject: [Attn CVS maintainer] Re: CVS checkout with absolute path fails in 32-bit build
Date: Sat, 18 Jul 2015 11:37:00 -0000	[thread overview]
Message-ID: <20150718113729.GE14466@dinwoodie.org> (raw)
In-Reply-To: <20150618190851.GA28053@dinwoodie.org>

Reposting the below (without repeating the cygcheck output in the name
of efficiency) in case the original email was missed.

I'm willing to help investigate the problem, but if I'm left to my own
devices, I'm not sure if/when I'll be able to find the time to
investigate.

On Thu, Jun 18, 2015 at 08:08:51PM +0100, Adam Dinwoodie wrote:
> I've found a bug with CVS on 32-bit Cygwin.  Easiest to demonstrate with
> a simple testcase:
> 
>     $ export CVSROOT=$(pwd)/tmpcvsroot
>     $ cvs init
>     $ cvs co -d $(pwd)/cvswork .
>     cvs [checkout aborted]: cannot make directory : No such file or directory
> 
> It appears to be including the `$(pwd)/` in the final command that is
> causing the problem here; using a relative path rather than an absolute
> one gives the behaviour I'd expect:
> 
>     $ export CVSROOT=$(pwd)/tmpcvsroot
>     $ cvs init
>     $ cvs co -d cvswork .
>     cvs checkout: Updating cvswork
>     cvs checkout: Updating cvswork/CVSROOT
>     U cvswork/CVSROOT/checkoutlist
>     U cvswork/CVSROOT/commitinfo
>     ...
> 
> This is also only an issue with the 32-bit versions.  The 64-bit version
> seems to work just fine with both an absolute and a relative path.
> 
> This is mostly relevant because this bug is preventing one of the Git
> tests from passing -- t9200-git-cvsexportcommit.sh.

--
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

  reply	other threads:[~2015-07-18 11:37 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-18 19:09 Adam Dinwoodie
2015-07-18 11:37 ` Adam Dinwoodie [this message]
2015-07-20  9:48   ` [Attn CVS maintainer] " Corinna Vinschen
2015-07-20  9:59     ` Corinna Vinschen
2015-07-20 10:03     ` Marco Atzeri
2015-07-20 11:23       ` Corinna Vinschen
2015-07-20 11:27       ` Adam Dinwoodie
2015-07-20 11:36         ` Achim Gratz
2015-07-20 11:57           ` Git packages with Perl 5.2.2 [Was: CVS checkout with absolute path fails in 32-bit build] Adam Dinwoodie
2015-07-21 21:29         ` [Attn CVS maintainer] Re: CVS checkout with absolute path fails in 32-bit build Marco Atzeri
2015-07-21 23:28           ` Adam Dinwoodie
2015-07-27 22:48           ` Adam Dinwoodie
2015-07-28  7:41             ` Marco Atzeri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150718113729.GE14466@dinwoodie.org \
    --to=adam@dinwoodie.org \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).