From: Sam Vilain <sam@vilain.net>
To: Curt Sampson <cjs@cynic.net>, git@vger.kernel.org
Subject: Re: Bug: "git svn clone" does not honor svn.authorsfile setting
Date: Wed, 11 Nov 2009 17:26:44 +1300 [thread overview]
Message-ID: <4AFA3D04.3050109@vilain.net> (raw)
In-Reply-To: <20091110130913.GR19475@poetic.cynic.net>
Curt Sampson wrote:
> When using "git svn fetch" or "git svn clone", the --authors-file
> command line parameter does what it claims in the docs. Additionally,
> for "git svn fetch", an svn.authorsfile configuration parameter in
> ~/.gitconfig is used, if no command line argument is specified. However,
> svn.authorsfile is ignored by "git svn clone", though the documentation
> claims that clone "runs init and fetch."
>
> I have confirmed this bug is present in git versions 1.6.0.4 and 1.6.5.1.
>
Does moving the line:
command_oneline('config', 'svn.authorsfile', $_authors) if $_authors;
Immediately prior to the "fetch_all" line before it fix the problem? It
looks strange for it to set it afterwards...
Sam
next prev parent reply other threads:[~2009-11-11 4:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-10 13:09 Bug: "git svn clone" does not honor svn.authorsfile setting Curt Sampson
2009-11-10 13:24 ` Sverre Rabbelier
2009-11-10 20:18 ` Junio C Hamano
2009-11-13 14:02 ` Curt Sampson
2009-11-11 4:26 ` Sam Vilain [this message]
2009-11-13 14:06 ` Curt Sampson
2009-11-14 22:39 ` [PATCH] git svn: read global+system config for clone+init Eric Wong
2009-11-14 22:50 ` Eric Wong
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=4AFA3D04.3050109@vilain.net \
--to=sam@vilain.net \
--cc=cjs@cynic.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 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).