From: Andreas Ericsson <ae@op5.se>
To: Git Mailing List <git@vger.kernel.org>
Subject: cvs importer woes
Date: Tue, 27 Jun 2006 12:05:36 +0200 [thread overview]
Message-ID: <44A102F0.9090604@op5.se> (raw)
Sadly, the cvsimport command no longer works to create new repositories
from scratch. I'm not nearly perl literate enough to fix it, but the
problem seems to be firstly 061303f0b50a648db8e0af23791fc56181f6bf93. In
particular "Also, make sure that the initial git-read-tree is
performed." which fails if there is not a complete git repo already
created with at least one tree committed.
Some sample output:
$ git cvsimport -k -u -d:local:/home/CVS packages
fatal: Not a git repository: '/data/home/exon/git/packages/.git'
read-tree failed: 32768
Removing the unconditional read-tree call, I get this (still in an empty
directory which isn't a repo):
$ git cvsimport -k -u -d:local:/home/CVS packages
fatal: Not a git repository: '/data/home/exon/git/packages/.git'
read-tree failed: 32768
$ git init-db
defaulting to local storage area
$ git cvsimport -k -u -d:local:/home/CVS packages
fatal: Not a valid object name origin
read-tree failed: 32768
Bisect running now. v1.3.1 is good and imports the stuff properly to an
empty directory.
Oh, now it's done (4 minutes for 620 revisions with automated testing
between good/bad. *LOVE* bisect).
The culprit is definitely 061303f0b50a648db8e0af23791fc56181f6bf93.
Any perl-literate takers? Otherwise, just reverting the patch makes
things work (for me) again.
--
Andreas Ericsson andreas.ericsson@op5.se
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
next reply other threads:[~2006-06-27 10:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-27 10:05 Andreas Ericsson [this message]
2006-06-27 10:35 ` [TRYTHIS] cvsimport: fix initial import Johannes Schindelin
2006-06-27 10:41 ` Andreas Ericsson
2006-06-27 10:52 ` Martin Langhoff
2006-06-27 11:01 ` Johannes Schindelin
2006-06-27 10:42 ` cvs importer woes Martin Langhoff
2006-06-27 10:49 ` Andreas Ericsson
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=44A102F0.9090604@op5.se \
--to=ae@op5.se \
--cc=git@vger.kernel.org \
/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).