From: "Richard W.M. Jones" <rjones@redhat.com>
To: git@vger.kernel.org
Subject: git cvsimport omits some CVS patches (reproducible test case)
Date: Sat, 17 Feb 2007 13:45:59 +0000 [thread overview]
Message-ID: <45D70717.2080003@redhat.com> (raw)
$ cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs login
Logging in to :pserver:anoncvs@libvirt.org:2401/data/cvs
CVS password: <--- type 'anoncvs' here w/o the quotes
$ cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs co libvirt
U libvirt/.cvsignore
U libvirt/AUTHORS
[snip long list of files]
$ cd libvirt
$ git cvsimport
connect error: Network is unreachable <--- I always get this message,
it's not clear why
cvs rlog: Logging libvirt
[snip directories]
cvs rlog: Logging libvirt/tests/xml2sexprdata
Committing initial tree 1a42de1f86b37e565f701b257c9c3c8f654e9d32
Generating pack...
Done counting 4461 objects.
Deltifying 4461 objects.
100% (4461/4461) done
Writing 4461 objects.
100% (4461/4461) done
Total 4461, written 4461 (delta 3514), reused 0 (delta 0)
Pack pack-d708c2953b399a0538292855574f00181e660b48 created.
$ ls
AUTHORS configure.in include Makefile.am python src
autobuild.sh COPYING.LIB libvirt.pc.in NEWS qemud tests
autogen.sh CVS libvirt.spec.in po README TODO
ChangeLog docs m4 proxy scripts virsh.1
$ git status
# Changed but not updated:
# (use git-update-index to mark for commit)
#
# modified: src/hash.c
# modified: src/internal.h
# Untracked files:
# (use "git add" to add to commit)
#
# CVS/
# docs/CVS/
[...]
nothing to commit
Subsequent examination with git-diff of the two "modified" files
(src/hash.c and src/internal.h) shows that they contain patches from CVS
which for some reason haven't been imported by the cvsimport step.
Rich.
cvsps version 2.1
git version 1.4.4.2
(Both compiled in FC6 on x86-64).
--
Emerging Technologies, Red Hat http://et.redhat.com/~rjones/
64 Baker Street, London, W1U 7DF Mobile: +44 7866 314 421
"[Negative numbers] darken the very whole doctrines of the equations
and make dark of the things which are in their nature excessively
obvious and simple" (Francis Maseres FRS, mathematician, 1759)
reply other threads:[~2007-02-17 13:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=45D70717.2080003@redhat.com \
--to=rjones@redhat.com \
--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).