From: Bradley Wagner <bradley.wagner@hannonhill.com>
To: git@vger.kernel.org
Cc: Jonathan Wage <jonwage@gmail.com>,
Chap Lovejoy <chap.lovejoy@clickscape.com>
Subject: Multiple SVN remote branches listed in "git branch -r" after "git-svn fetch"
Date: Fri, 30 Apr 2010 14:59:23 -0400 [thread overview]
Message-ID: <v2q2f0f6ced1004301159z21c3539av4983488df963ddf0@mail.gmail.com> (raw)
So I did a conversion to Git using git-svn.
git init <svn_url>
# updated the .git/config file to reference a few different locations
for branches:
[svn-remote "svn"]
url = <svn_url>
fetch = cascade/trunk:refs/remotes/trunk
branches =
cascade/branches/{hibernate-upgrade,spring-upgrade}}:refs/remotes/*
branches = cascade/branches/{6.x,5.x,4.x,3.x}/*:refs/remotes/*
tags = cascade/tags/{3.7.x,4.x,5.x,6.x,old-releases}/*:refs/remotes/tags/*
git svn fetch
Now, I'm seeing branches/tags listed multiple times with: git branch -r
6.x/6.0.2.1
6.x/6.0.2.1@12401
6.x/6.0.2.1@12422
....
tags/4.x/rel_4_22
tags/4.x/rel_4_22@4093
tags/4.x/rel_4_22@4384
What do these other branches with the @ sign mean? Did I do something wrong?
Thanks,
Bradley
next reply other threads:[~2010-04-30 19:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-30 18:59 Bradley Wagner [this message]
2010-05-04 16:29 ` Multiple SVN remote branches listed in "git branch -r" after "git-svn fetch" Bradley Wagner
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=v2q2f0f6ced1004301159z21c3539av4983488df963ddf0@mail.gmail.com \
--to=bradley.wagner@hannonhill.com \
--cc=chap.lovejoy@clickscape.com \
--cc=git@vger.kernel.org \
--cc=jonwage@gmail.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).