From: Eric Wong Date: Mon, 12 Jan 2009 00:51:10 +0000 (-0800) Subject: git-svn: handle empty files marked as symlinks in SVN X-Git-Tag: v1.6.2-rc0~128^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dbc6c74d0858d77e61e092a48d467e725211f8e9?hp=dbc6c74d0858d77e61e092a48d467e725211f8e9 git-svn: handle empty files marked as symlinks in SVN Broken SVN clients generate empty files with the svn:special set to '*'. This attempts to denote a symlink pointing to a file with an empty path (""), which cannot be generated on a POSIX system. Thus, we mimic the behavior of svn(1) and create a zero-byte file in our tree. Signed-off-by: Eric Wong ---