From: Hin-Tak Leung <hintak.leung@gmail.com>
To: Eric Wong <normalperson@yhbt.net>
Cc: Andreas Ericsson <ae@op5.se>, git@vger.kernel.org
Subject: Re: git svn's performance on cloning mono's branches/tags...
Date: Wed, 30 Sep 2009 23:04:30 +0100 [thread overview]
Message-ID: <3ace41890909301504w633323b9ybec1f42c1c169225@mail.gmail.com> (raw)
In-Reply-To: <20090702081615.GB11119@dcvr.yhbt.net>
On Thu, Jul 2, 2009 at 9:16 AM, Eric Wong <normalperson@yhbt.net> wrote:
> Hin-Tak Leung <hintak.leung@gmail.com> wrote:
>> On Sat, Jun 27, 2009 at 2:17 AM, Hin-Tak Leung<hintak.leung@gmail.com> wrote:
>>
>> > the tags, branches, url entries are effectively the same, I think - so
>> > the main difference is using trunk instead of fetch.
>> > Why does it make any difference? The example at the bottom of
>> > git-svn's man page uses the trunk notation. Maybe it should be
>> > changed?
>>
>> To answer my question - I think the man page should be updated.
>
> Somebody actually fixed it a while back:
>
> commit 0e5e69a355b7bdd1af6ca33ac7ee35299bda368e
> Author: Wesley J. Landaker <wjl@icecavern.net>
> Date: Wed Apr 1 16:05:01 2009 -0600
>
> Documentation: git-svn: fix trunk/fetch svn-remote key typo
>
>
> As far as performance goes, SVN's flexibility of tagging and having
> multiple subprojects interacts quite badly with git svn's --stdlayout
> behavior.
>
> With --stdoulayout, git svn supports tags/branches that are directly
> descended from the top-level of trunk:
>
> svn cp $root/trunk $root/tags/0.1.0
>
> However, it looks like mono does things like this:
>
> svn cp $root/trunk/mono $root/tags/mono-0.1.0
>
> And when git svn sees that $root/tags/mono-0.1.0's parent is
> $root/trunk/mono and not $root/trunk (which it's actually following),
> it will try to fetch the complete history of $root/trunk/mono
> ($root/trunk may not contain all the history $root/trunk/mono contained,
> either).
>
> --
> Eric Wong
>
Hmm, I am having another problem with git-svn going back and download
everything over and over with this:
git svn clone -s https://ndiswrapper.svn.sourceforge.net/svnroot/ndiswrapper
I am going to do two-step init -s then fetch --all now to see if it helps.
(it is probably not entirely standard layout with the extra CVSROOT?)
next prev parent reply other threads:[~2009-09-30 22:04 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
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 [this message]
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=3ace41890909301504w633323b9ybec1f42c1c169225@mail.gmail.com \
--to=hintak.leung@gmail.com \
--cc=ae@op5.se \
--cc=git@vger.kernel.org \
--cc=normalperson@yhbt.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).