vcs-svn: remove custom mode constants
commit21c7c2d92d4b107ca854d84d4cd4d86c7993089c
authorJonathan Nieder <jrnieder@gmail.com>
Wed, 23 Aug 2017 00:01:34 +0000 (22 17:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Aug 2017 17:41:24 +0000 (23 10:41 -0700)
tree7f1a575f28bdfd57f8868c9db9283fa941a5e630
parent40222792fa4d872e7494668a16db82acc1809345
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 <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
vcs-svn/fast_export.c
vcs-svn/repo_tree.c
vcs-svn/repo_tree.h
vcs-svn/svndump.c