From: Jonathan Nieder Date: Wed, 23 Aug 2017 00:01:34 +0000 (-0700) Subject: vcs-svn: remove custom mode constants X-Git-Tag: v2.14.2~4^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/21c7c2d92d4b107ca854d84d4cd4d86c7993089c?hp=21c7c2d92d4b107ca854d84d4cd4d86c7993089c vcs-svn: remove custom mode constants In the rest of Git, these modes are spelled as S_IFDIR, S_IFREG | 0644, S_IFREG | 0755, and S_IFLNK. Use the same constants in svn-fe for simplicity and consistency. No functional change intended. Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---