From: Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>
To: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Cc: Git Mailing List <git@vger.kernel.org>,
Eric Wong <normalperson@yhbt.net>
Subject: Re: Reconstructing git-svn metadata after a git clone
Date: Sat, 8 May 2010 19:20:59 +0100 [thread overview]
Message-ID: <t2l86ecb3c71005081120lf87fc99bh1566c82a4d21904e@mail.gmail.com> (raw)
In-Reply-To: <AANLkTikR5EpZhwFXmRfmE9jSNtiuFoGwTgGbpcwUBxnq@mail.gmail.com>
On 8 May 2010 18:58, Ævar Arnfjörð Bjarmason <avarab@gmail.com> wrote:
> So:
>
> * Am I doing something wrong? If so I can't see what it is.
>
No
> * Is there something that works for the general case, i.e. you only
> have to know the original `git svn init` options. If there is I'd
> like to document that & submit a patch.
>
In my repo I have a branch with no anestors which has a config file,
setup.sh & fetch.sh
I instruct to clone repo, checkout "utils" branch, run setup.sh (it
overrides .git/config with config file committed to utils branch and
after it copied config it runs git svn init URL), fetch.sh just runs
git svn fetch =)
I have to do this because I have two svn remotes and both are not
standard layout. The only way for me to represet "same init options"
is by editing .git/config cause it's impossible for me to supply
git-init options on the command line =)
> * Depending on the above; can git-svn itself be friendlier here?
> Maybe by having a `git svn bootstrap` command. E.g.:
>
It would be nice to have the git init info propogate with the git
clone. But this won't work. You are cloning *all* branches and
providing a git mirror, where as I want to to git init just my svn
branch or a subset of them. To achieve that I will clone just the
branches I need modify my .git/config and get the result I want.
So imho git-svn is ok here.
> git clone git://$some_url
> # Does all the work of setting up metadata/refs
> git svn bootstrap --stdlayout $remote_svn_url
If you are committing to svn regularly you are better of with bzr-svn
in my opinion. Because launchpad can run automatic imports for you
(webkit is already running btw) and the whole bootstrapping thing is
done the way you are expecting it.
#create repository to store revisions efficiently
$ bzr init-repo .
#on the first ever run it will rebuild meta-data
#subsequent runs just fetch missing revisions
$ bzr branch svn://path.to.any.branch
And you can commit from that =) and bzr can operate on your svn
checkouts. And every single clone done by bzr-svn is identical (unlike
git where everyone has to follow the same git-svn mirror to get same
revision-ids).
You have two options when commiting with bzr-svn. Regular bzr ci will
store bzr merge information in revision properties on svn server or
you can use bzr dpush which is like git svn dcommit.
IMHO bzr-svn is the best when you need to commit back to svn and
painlessly commit parts of the feature branch and merge other bits
later.
next prev parent reply other threads:[~2010-05-08 18:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-08 17:58 Reconstructing git-svn metadata after a git clone Ævar Arnfjörð Bjarmason
2010-05-08 18:20 ` Dmitrijs Ledkovs [this message]
2010-05-10 21:43 ` Ævar Arnfjörð Bjarmason
2010-05-11 4:27 ` Dmitrijs Ledkovs
2010-05-11 13:04 ` Ævar Arnfjörð Bjarmason
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=t2l86ecb3c71005081120lf87fc99bh1566c82a4d21904e@mail.gmail.com \
--to=dmitrij.ledkov@ubuntu.com \
--cc=avarab@gmail.com \
--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).