From: Eric Wong <normalperson@yhbt.net>
To: Adam Roben <aroben@apple.com>
Cc: git@vger.kernel.org, Junio C Hamano <gitster@pobox.com>,
"Shawn O. Pearce" <spearce@spearce.org>
Subject: Re: [PATCH] Documentation/git-svn: Instructions for cloning a git-svn-created repository
Date: Thu, 9 Aug 2007 12:37:59 -0700 [thread overview]
Message-ID: <20070809193759.GA4545@untitled> (raw)
In-Reply-To: <1186388203181-git-send-email-aroben@apple.com>
Adam Roben <aroben@apple.com> wrote:
> These instructions tell you how to create a clone of a repository created with
> git-svn, that can in turn be used with git-svn.
>
> Signed-off-by: Adam Roben <aroben@apple.com>
> ---
> > gitster: (3) you prepare one git-svn managed git repository, allow others to
> > clone it via git, and have each of these cloned git repositories to interact
> > with svn via git-svn -- this third mode of operation is not supported.
> >
> > spearce: be nice if someone who cared about git-svn supporting (3) either wrote
> > a patch for the documentation, or taught the tool how to do this more
> > automatically.
>
> Here's that patch. Maybe I'll get around to Shawn's second (far more ideal)
> suggestion sometime.
>
> Documentation/git-svn.txt | 19 +++++++++++++++++++
> 1 files changed, 19 insertions(+), 0 deletions(-)
>
> diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
> index 0a210e4..3e3b597 100644
> --- a/Documentation/git-svn.txt
> +++ b/Documentation/git-svn.txt
> @@ -435,6 +435,25 @@ Tracking and contributing to an entire Subversion-managed project
> # of dcommit/rebase/show-ignore should be the same as above.
> ------------------------------------------------------------------------
>
> +The initial 'git-svn clone' Subversion can be quite time-consuming (especially
> +for large repositories). If multiple people (or one person with multiple
> +machines) want to use git-svn to interact with the same Subversion repository,
> +you can do the initial 'git-svn clone' to a repository on a server and have
> +each person clone that repository with 'git clone':
> +
> +------------------------------------------------------------------------
> +# Do the initial import on a server
> + ssh server "cd /pub && git-svn clone http://svn.foo.org/project
> +# Clone locally
> + git clone server:/pub/project
> +# Tell git-svn which branch contains the Subversion commits
> + git update-ref refs/remotes/git-svn origin/master
> +# Initialize git-svn locally (be sure to use the same URL and -T/-b/-t options as were used on server)
> + git-svn init http://svn.foo.org/project
> +# Pull the latest changes from Subversion
> + git-svn rebase
> +------------------------------------------------------------------------
> +
> REBASE VS. PULL/MERGE
> ---------------------
This method won't get branches and tags under the refs/remotes/
namespace, will it?
I personally believe using rsync to clone repositories created with
git-svn is the simplest and best method for now.
--
Eric Wong
next prev parent reply other threads:[~2007-08-09 19:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-06 8:16 [PATCH] Documentation/git-svn: Instructions for cloning a git-svn-created repository Adam Roben
2007-08-06 8:34 ` Junio C Hamano
2007-08-09 19:37 ` Eric Wong [this message]
2007-08-10 0:13 ` Steven Grimm
2007-08-10 1:43 ` 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=20070809193759.GA4545@untitled \
--to=normalperson@yhbt.net \
--cc=aroben@apple.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=spearce@spearce.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).