From: Miklos Vajna <vmiklos@frugalware.org>
To: Kirill Smelkov <kirr@mns.spb.ru>
Cc: Petr Baudis <pasky@ucw.cz>, git@vger.kernel.org
Subject: Re: [BUG] girocco + git-svn: trunk is not propagated to master
Date: Sun, 21 Feb 2010 00:42:00 +0100 [thread overview]
Message-ID: <20100220234200.GS12429@genesis.frugalware.org> (raw)
In-Reply-To: <20100219132206.GA13734@tugrik.mns.mnsspb.ru>
[-- Attachment #1: Type: text/plain, Size: 1228 bytes --]
On Fri, Feb 19, 2010 at 04:22:07PM +0300, Kirill Smelkov <kirr@mns.spb.ru> wrote:
> ---- taskd/clone.sh ----
> svn://*)
> GIT_DIR=. git svn fetch
> # Neat Trick suggested by Miklos Vajna
> GIT_DIR=. git config remote.origin.url .
> GIT_DIR=. git config remote.origin.fetch +refs/remotes/heads/*:refs/heads/*
> GIT_DIR=. git config remote.origin.fetch +refs/remotes/trunk:refs/heads/master
> GIT_DIR=. git config remote.origin.fetch +refs/remotes/tags/*:refs/tags/*
> GIT_DIR=. git fetch
Here is the original blog post:
http://vmiklos.hu/blog/svn-ggit-conversion-using-git-svn
> ---- jobd/update.sh ----
> svn://*)
> GIT_DIR=. bang git svn fetch
> GIT_DIR=. bang git fetch
>
>
> But it seems it does not work. First I see there is a need for quoting,
> so e.g.
>
> - GIT_DIR=. git config remote.origin.fetch +refs/remotes/heads/*:refs/heads/*
> + GIT_DIR=. git config remote.origin.fetch '+refs/remotes/heads/*:refs/heads/*'
>
> but I'm not sure it will fix the problem.
When I tried this technique in ooo-build, I did not need quoting. Though
it won't hurt, sure.
> Can we do something about it please?
Did you get any error message?
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
next prev parent reply other threads:[~2010-02-20 23:42 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-19 13:22 [BUG] girocco + git-svn: trunk is not propagated to master Kirill Smelkov
2010-02-20 23:42 ` Miklos Vajna [this message]
2010-02-21 17:19 ` Kirill Smelkov
2010-02-22 8:50 ` [PATCH] Teach Girocco to mirror http:// style SVN repos Kirill Smelkov
2010-03-22 11:07 ` [PATCH 0/3] girocco + git-svn: trunk is not propagated to master + more... (resend) Kirill Smelkov
2010-03-22 11:07 ` [PATCH 1/3] taskd/clone: Don't forget to use 'git config --add' for multivars setup Kirill Smelkov
2010-03-22 11:08 ` [PATCH 2/3] taskd/clone: quote shell metacharacters where appropriate Kirill Smelkov
2010-03-22 11:08 ` [PATCH 3/3] Teach Girocco to mirror http:// style SVN repos Kirill Smelkov
2010-05-05 18:54 ` Petr Baudis
2010-05-06 7:18 ` Kirill Smelkov
2010-05-06 7:36 ` Petr Baudis
2010-05-06 8:32 ` Kirill Smelkov
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=20100220234200.GS12429@genesis.frugalware.org \
--to=vmiklos@frugalware.org \
--cc=git@vger.kernel.org \
--cc=kirr@mns.spb.ru \
--cc=pasky@ucw.cz \
/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).