From: Thomas Rast <tr@thomasrast•ch>
To: DimanNe <dimanne@ya•ru>
Cc: "git\@vger.kernel.org" <git@vger•kernel.org>
Subject: Re: git svn already set … wanted to set to:
Date: Wed, 30 Oct 2013 16:06:49 +0100 [thread overview]
Message-ID: <87ppqmg5me.fsf@linux-k42r.v.cablecom.net> (raw)
In-Reply-To: <87941383056091@web26h.yandex.ru> (dimanne@ya.ru's message of "Tue, 29 Oct 2013 18:14:51 +0400")
DimanNe <dimanne@ya•ru> writes:
>> What does your config look like now?
>
> [core]
> repositoryformatversion = 0
> filemode = true
> bare = false
> logallrefupdates = true
>
> [svn-remote "svn"]
> url = https://some_host/trunk/
> fetch = :refs/remotes/git-svn
>
> [merge]
> renameLimit = 50000
>
> [svn-remote "stable-2012-09-13"]
> url = https://some_host/branches/stable-2012-09-13/
> fetch = :refs/remotes/stable-2012-09-13
Sounds like you should instead have only a single remote, along the
lines of:
[svn-remote "svn"]
url = https://some_host/
fetch = trunk:refs/remotes/git-svn
fetch = branches/stable-2012-09-13:refs/remotes/stable-2012-09-13
or possibly, instead of manually listing the branches you want,
branches = branches/*:refs/remotes/svn/*
--
Thomas Rast
tr@thomasrast•ch
next prev parent reply other threads:[~2013-10-30 15:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-29 6:57 git svn already set … wanted to set to: DimanNe
2013-10-29 7:24 ` Thomas Rast
2013-10-29 14:14 ` DimanNe
2013-10-30 15:06 ` Thomas Rast [this message]
2013-11-01 6:12 ` DimanNe
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=87ppqmg5me.fsf@linux-k42r.v.cablecom.net \
--to=tr@thomasrast$(echo .)ch \
--cc=dimanne@ya$(echo .)ru \
--cc=git@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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