From: "James Youngman" <jay@gnu.org>
To: "Jim Meyering" <jim@meyering.net>
Cc: bug-findutils mailing list <bug-findutils@gnu.org>,
bug-gnulib <bug-gnulib@gnu.org>, Eric Blake <ebb9@byu.net>,
git@vger.kernel.org
Subject: Re: Problem with case-insensitive file cleanup
Date: Thu, 3 May 2007 22:40:15 +0100 [thread overview]
Message-ID: <c5df85930705031440n3b3025dalf566944da6069262@mail.gmail.com> (raw)
In-Reply-To: <87odl2dnbk.fsf@rho.meyering.net>
On 5/3/07, Jim Meyering <jim@meyering.net> wrote:
> > Earlier this week, I reported a problem when two case-insensitive files
> > were created, which is a no-no for checkouts on Mac HFS+ or Windows-based
> > platforms [1]. The problem was quickly corrected in CVS (note that
> > _Exit.texi now lives in the attic [2]). But somehow the git repository
> > still thinks that _Exit.texi belongs to the current tree [3], which leads
> > to this confusing state on a case-insensitive clone:
>
> I've just removed that file manually and pushed the result.
> I suppose that happened because something went wrong with the
> automated git-cvsimport run.
>
> The current procedure is to rsync the CVS repository,
> use that via git-cvsimport into an existing .git repository,
> and then to push the result to savannah.
>
> Obviously, before we do the final CVS-to-GIT switch, I'll rerun
> git-cvsimport from scratch, rather relying on the incrementally-built-up one.
I have had related problems using git-cvsimport with the GNU findutils
source base and was eventually reduced to deleting the git repository
into which I was pushing the git-cvsimport result. I had added a
directory to the CVS repository (findutils/build-aux) and it was not
showing up in the target git repository (i.e. the local directory I
was specifying as the argument of -C).
Fortunately since git is content-oriented (has foo-nature, whatever,
insert hand-wave here), once I have repeated the entire cvsimport
operation, pushing the regenerated result to the public git repository
only required an incremental amount of work (bandwdth).
But suffice to say, I do not believe that git-cvsimport is very
reliable. People more familiar with git than I point the finger at
cvsps, but to be honest I don't know enough about either program to
arbitrate.
People also pointed me at alternatives to git-cvsimport but they all
had one or more of these drawbacks:
1. No support for incremental import
2. No support for tags
3. No support for branches
James.
prev parent reply other threads:[~2007-05-03 21:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-03 12:49 Problem with case-insensitive file cleanup Eric Blake
2007-05-03 13:32 ` Alex Riesen
2007-05-03 13:54 ` Jim Meyering
2007-05-03 21:40 ` James Youngman [this message]
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=c5df85930705031440n3b3025dalf566944da6069262@mail.gmail.com \
--to=jay@gnu.org \
--cc=bug-findutils@gnu.org \
--cc=bug-gnulib@gnu.org \
--cc=ebb9@byu.net \
--cc=git@vger.kernel.org \
--cc=jim@meyering.net \
/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 NNTP newsgroup(s).