commit | 128de6576743901b11f243509753320038e74ba7 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Fri Jul 25 11:32:37 2008 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Jul 25 17:54:19 2008 -0700 |
tree | c1caef0a888dac3fb73c3864835a0a784df5992d | |
parent | 7b4b59a963c726d30b319a79c1f8243a82d6e12f [diff] |
git-svn: teach dcommit about svn auto-props 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. Signed-off-by: Brad King <brad.king@kitware.com> Acked-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>