git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Jacob Helwig" <jacob.helwig@gmail.com>
To: "Jeff Kowalczyk" <jtk@yahoo.com>
Cc: git@vger.kernel.org
Subject: Re: Start git svn clone at specific revision for cloning subprojects in large svn repositories?
Date: Wed, 22 Oct 2008 08:07:47 -0700	[thread overview]
Message-ID: <8c9a060810220807q14ede199u205d35223f8a4710@mail.gmail.com> (raw)
In-Reply-To: <pan.2008.10.22.15.00.21.403423@yahoo.com>

On Wed, Oct 22, 2008 at 08:00, Jeff Kowalczyk <jtk@yahoo.com> wrote:
> I would like to git svn clone subprojects from a large community
> subversion repository (plone collective).
>
> The repository is currently at 74K commits, but subprojects of interest
> are typically much more recent, and their initial import revision is known.
>
> I would like to avoid a) unnecessary traffic to the svn server and b)
> the very long delay in git svn cloning these subprojects.
>
> Is there a way to specfiy a starting revision to git svn clone?
>
> Thanks.
>
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

Try git svn init, then git svn fetch --revision <revision#>:HEAD.
This is what I use for some of our larger projects at work.

  reply	other threads:[~2008-10-22 15:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-22 15:00 Start git svn clone at specific revision for cloning subprojects in large svn repositories? Jeff Kowalczyk
2008-10-22 15:07 ` Jacob Helwig [this message]
2008-10-22 15:08 ` Michael J Gruber

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=8c9a060810220807q14ede199u205d35223f8a4710@mail.gmail.com \
    --to=jacob.helwig@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=jtk@yahoo.com \
    /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).