From: Hin-Tak Leung <hintak.leung@gmail.com>
To: Andreas Ericsson <ae@op5.se>
Cc: git@vger.kernel.org
Subject: Re: git svn's performance on cloning mono's branches/tags...
Date: Fri, 26 Jun 2009 14:44:52 +0100 [thread overview]
Message-ID: <3ace41890906260644t3eddb2d2sb4ddbcb6499801@mail.gmail.com> (raw)
In-Reply-To: <4A44A9A9.6030008@op5.se>
On Fri, Jun 26, 2009 at 11:57 AM, Andreas Ericsson<ae@op5.se> wrote:
>>> Hin-Tak Leung wrote:
>>>>
>>>> (I'm not on list so please CC)
> Hmm. I've cloned many subversion repositories to git, and I've never
> seen the issues you're seeing. Perhaps because I always cloned the
> entire repository the first time, or because I normally do such things
> over a high-capacity connection, or because I just fire it up and
> forget about it until it's done.
It is not about the capacity/throughput of the connection, but the
latency (round-trip time) of many small transactions - and most of the
unnecessary...
> What happens if you ignore the already-cloned svn tree and just do
> a new import without trying to continue the old one? Not that I'll
> actually do anything about it, as I don't have any problems with it,
> but I'm curious even so ;-)
I did wonder about that - and so I just stopped my branch-tracking
fetch and start all over with svn init -T -t and -b then svn fetch
--all. The first few hundred revisions are very promising: it is
populating the git refs for tag and branch heads
as it goes up.
There are tutorials online about modifying git/config like I did to
adding branches, etc... maybe the example section of git-svn can be
updated with a couple of sentence on 'just throw it away and start
from the beginning if you change your mind from trunk-only to
complex-layout' .
OTOH, I think I would have liked to preserve the compressed object
store, and I think it is possible to graft an object store on an empty
init? The advantage is just that the disc space usage does not widely
fluctuate & no gc steps in the middle.
Thanks for the response anyhow - I just need to remember to blow
trunk-only away and start over next time I change my mind:-).
next prev parent reply other threads:[~2009-06-26 13:45 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-26 0:39 git svn's performance on cloning mono's branches/tags Hin-Tak Leung
2009-06-26 5:15 ` Andreas Ericsson
2009-06-26 9:59 ` Hin-Tak Leung
2009-06-26 10:57 ` Andreas Ericsson
2009-06-26 13:44 ` Hin-Tak Leung [this message]
2009-06-27 1:17 ` Hin-Tak Leung
2009-06-28 3:08 ` Hin-Tak Leung
2009-07-02 8:16 ` Eric Wong
2009-09-30 22:04 ` Hin-Tak Leung
2009-10-01 7:17 ` Eric Wong
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=3ace41890906260644t3eddb2d2sb4ddbcb6499801@mail.gmail.com \
--to=hintak.leung@gmail.com \
--cc=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).