Subversion repositories often require files to have properties such as svn:mime-type and svn:eol-style set when they are added. Users typically set these properties automatically using the SVN auto-props feature with 'svn add'. This commit teaches dcommit to look at the user SVN configuration and apply matching auto-props entries for files added by a diff as it is applied to the SVN remote. A later commit will make this feature optional. Signed-off-by: Brad King --- This change honors the user's enable-auto-props svn config setting. The next patch will configure this at the git level and add the corresponding documentation. I've tested this by hand on an real SVN repo that checks for mime type. Unfortunately I'm unable to run the git-svn test suite because I get the error reported here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486527 (even without my changes). git-svn.perl | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-)