git-svn: handle empty files marked as symlinks in SVN
authorEric Wong <normalperson@yhbt.net>
Mon, 12 Jan 2009 00:51:10 +0000 (16:51 -0800)
committerEric Wong <normalperson@yhbt.net>
Sun, 18 Jan 2009 23:38:27 +0000 (15:38 -0800)
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 <normalperson@yhbt.net>
No differences found