From: Ilya Basin <basinilya@gmail.com>
To: "Eric S. Raymond" <esr@thyrsus.com>
Cc: git@vger.kernel.org
Subject: Re: State of CVS-to-git conversion tools (Was: Re: cvsps: bad usage: invalid argument --norc)
Date: Mon, 15 Apr 2013 21:58:18 +0400 [thread overview]
Message-ID: <1762779000.20130415215818@gmail.com> (raw)
In-Reply-To: <20130414113351.GA1299@thyrsus.com>
[-- Attachment #1: Type: text/plain, Size: 527 bytes --]
Hi Eric.
I tried --fast-export. It's 2 times faster.
The first thing that differs: in cvsps2 commits with adjacent
timestamps were joined into one (see the attached files). Do you know
the reason?
Does this --fast-export thing support what John mentioned, the
"incremental import support"? Does 'git fast-import' has it?
I need it, because full import takes too long.
The central repo of my employer is CVS, other people commit to it and
I use git internally to be able to tidy my commit history before
exporting to CVS.
--
[-- Attachment #2: cvsps2.txt --]
[-- Type: TEXT/PLAIN, Size: 1653 bytes --]
cvsps2:
commit c0654845791da1eefb1e223c8001169d61f9de51
Author: reevzh1 <reevzh1>
Date: Fri Jul 28 10:47:17 2006 +0000
no message
components/rapportlets/src/com/sicap/guif/portalframework/portlets/rap/ReportFraudCDRQuerierPortlet.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 2ed1c92eec518a5752277a16cf2aea6bd488d6be
Author: reevzh1 <reevzh1>
Date: Fri Jul 28 04:51:06 2006 +0000
no message
components/rapportlets/src/com/sicap/guif/portalframework/portlets/rap/CommonAttributeNames.java | 6 ++
components/rapportlets/src/com/sicap/guif/portalframework/portlets/rap/ReportFraudCDRQuerierItem.java | 129 ++++++++++++++++++++++++
components/rapportlets/src/com/sicap/guif/portalframework/portlets/rap/ReportFraudCDRQuerierPortlet.java | 101 +++++++++++++++----
components/rapportlets/src/com/sicap/guif/portalframework/portlets/rap/containers/ReportContainer.java | 48 +++++++++
resources/ReportFraudCDRQuerier_en.properties | 2 +
web/jsp/report_fraudcdr_querier.jsp | 21 ++--
web/jsp/report_fraudcdr_querier_print.jsp | 309 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
web/resources/Language_en.properties | 8 +-
8 files changed, 595 insertions(+), 29 deletions(-)
commit d6a7335ea24323509df02b08f52af01926eb5e4d
Author: redane1 <redane1>
Date: Thu Jul 6 10:28:24 2006 +0000
no message
...
[-- Attachment #3: cvsps3.txt --]
[-- Type: TEXT/PLAIN, Size: 1872 bytes --]
cvsps3:
commit d3732dbdf41b348f0050e888733ce2afec05f7f8
Author: reevzh1 <reevzh1>
Date: Fri Jul 28 10:47:17 2006 +0000
no message
components/rapportlets/src/com/sicap/guif/portalframework/portlets/rap/ReportFraudCDRQuerierPortlet.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 158bc55affa80b60471ea6026b1393934f928e58
Author: reevzh1 <reevzh1>
Date: Fri Jul 28 04:51:22 2006 +0000
no message
components/rapportlets/src/com/sicap/guif/portalframework/portlets/rap/ReportFraudCDRQuerierItem.java | 129 +++++++++++++++++++++++++
components/rapportlets/src/com/sicap/guif/portalframework/portlets/rap/containers/ReportContainer.java | 48 ++++++++++
web/jsp/report_fraudcdr_querier_print.jsp | 309 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
web/resources/Language_en.properties | 8 +-
4 files changed, 493 insertions(+), 1 deletion(-)
commit 1ba90a2baebee9f1838dab04f129c7704331e0a8
Author: reevzh1 <reevzh1>
Date: Fri Jul 28 04:51:06 2006 +0000
no message
components/rapportlets/src/com/sicap/guif/portalframework/portlets/rap/CommonAttributeNames.java | 6 ++++
components/rapportlets/src/com/sicap/guif/portalframework/portlets/rap/ReportFraudCDRQuerierPortlet.java | 101 +++++++++++++++++++++++++++++++++++++++++++++------------
resources/ReportFraudCDRQuerier_en.properties | 2 ++
web/jsp/report_fraudcdr_querier.jsp | 21 ++++++++----
4 files changed, 102 insertions(+), 28 deletions(-)
commit d6a7335ea24323509df02b08f52af01926eb5e4d
Author: redane1 <redane1>
Date: Thu Jul 6 10:28:24 2006 +0000
no message
...
next prev parent reply other threads:[~2013-04-15 17:59 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-14 8:18 cvsps: bad usage: invalid argument --norc Ilya Basin
2013-04-14 8:48 ` Ilya Basin
2013-04-14 9:47 ` John Keeping
2013-04-14 11:33 ` State of CVS-to-git conversion tools (Was: Re: cvsps: bad usage: invalid argument --norc) Eric S. Raymond
2013-04-15 5:00 ` Michael Haggerty
2013-04-15 17:58 ` Ilya Basin [this message]
2013-04-15 20:43 ` Jakub Narębski
2013-04-18 9:43 ` Eric S. Raymond
2013-04-19 5:29 ` Does git fast-import support deltas? Ilya Basin
2013-04-19 5:44 ` Felipe Contreras
2013-04-19 6:13 ` Jonathan Nieder
2013-04-20 10:22 ` Re[2]: State of CVS-to-git conversion tools (Was: Re: cvsps: bad usage: invalid argument --norc) Ilya Basin
2013-04-23 17:50 ` Eric S. Raymond
2013-04-23 18:30 ` Re[2]: " Ilya Basin
2013-04-23 21:06 ` Eric S. Raymond
2013-04-24 4:47 ` Re[2]: " Ilya Basin
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=1762779000.20130415215818@gmail.com \
--to=basinilya@gmail.com \
--cc=esr@thyrsus.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).