From: Konstantin V. Arkhipov Date: Wed, 14 Nov 2007 00:52:02 +0000 (+0300) Subject: git-svn's dcommit must use subversion's config X-Git-Tag: v1.5.4-rc0~191^2~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3caf320ba8fc8277b5875fe306efbfa333b92487;p=git.git git-svn's dcommit must use subversion's config When doing dcommit git-svn must use subversion's config or newly created files will not include svn's properties (defined in [auto-props] with 'enable-auto-props = yes'). Signed-off-by: Konstantin V. Arkhipov Acked-by: Eric Wong --- diff --git a/git-svn.perl b/git-svn.perl index e3e00fdcc..a5cf757cf 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -425,6 +425,9 @@ sub cmd_dcommit { my %ed_opts = ( r => $last_rev, log => get_commit_entry($d)->{log}, ra => Git::SVN::Ra->new($gs->full_url), + config => SVN::Core::config_get_config( + $Git::SVN::Ra::config_dir + ), tree_a => "$d~1", tree_b => $d, editor_cb => sub {