"Konstantin V. Arkhipov" <voxus@xxxxxxxxx> wrote: > 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 <voxus@xxxxxxxxx> > --- > --- git-svn 2007-11-02 18:41:32.000000000 +0300 > +++ git-svn 2007-11-12 19:35:44.000000000 +0300 Thanks Konstantin, I needed to add '.perl' to the filenames above to get the patch to apply. But otherwise, Acked-by: Eric Wong <normalperson@xxxxxxxx> > @@ -406,6 +406,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 { -- Eric Wong - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html