From: "Sébastien Mazy" <melyadon@gmail.com>
To: Michael J Gruber <git@drmicha.warpmail.net>
Cc: git@vger.kernel.org
Subject: Re: How to prefix existing svn remotes?
Date: Fri, 23 Jan 2009 13:42:31 +0100 [thread overview]
Message-ID: <20090123124231.GA17616@locahost> (raw)
In-Reply-To: <4979A64E.6030608@drmicha.warpmail.net>
Hi Michael,
Thanks for your reply.
On Fri, Jan 23, 2009 at 12:13:18PM +0100, Michael J Gruber wrote:
> The following works for me:
>
> 0) fetch to make sure you're current (optional)
> 1) edit .git/config and add the prefix (right hand side of the
> refpsecs), or really rename in any way you want
OK.
> 2) rename the existing remote branches in the same way
I'm not sure how I can do it. 'trunk' is the only remote-tracking svn
branches under .git/refs/. Here is how it looks:
ls -R .git/refs
.git/refs: heads remotes tags
.git/refs/heads: master
.git/refs/remotes: trunk
Still, a 'branch0' remote exist:
git show-ref
refs/heads/master
refs/remotes/branch0
refs/remotes/trunk
--
Sébastien Mazy
next prev parent reply other threads:[~2009-01-23 12:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-22 17:32 How to prefix existing svn remotes? Sébastien Mazy
2009-01-23 11:13 ` Michael J Gruber
2009-01-23 12:42 ` Sébastien Mazy [this message]
2009-01-23 13:02 ` Michael J Gruber
2009-01-23 17:13 ` Sébastien Mazy
2009-01-23 17:51 ` Jakub Narebski
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=20090123124231.GA17616@locahost \
--to=melyadon@gmail.com \
--cc=git@drmicha.warpmail.net \
--cc=git@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.