git-svn: disable broken symlink workaround by default
commit48679e5c2d059b9b198d6f414dd80aa921d23002
authorEric Wong <normalperson@yhbt.net>
Sat, 28 Feb 2009 03:40:16 +0000 (27 19:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 28 Feb 2009 05:53:09 +0000 (27 21:53 -0800)
tree1859f0a1ffb81e664087ee3a3f89bf2272351c87
parent48fce9356531469b00bd0e1592d77e8b229316d0
git-svn: disable broken symlink workaround by default

Even though this will break things for some extremely rare repositories
used by broken Windows clients, it's probably not worth enabling this by
default as it has negatively affected many more users than it has helped
from what we've seen so far.

The extremely rare repositories that have broken symlinks in them will be
silently corrupted in import; but users can still reenable this option and
restart the import.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl
t/t9131-git-svn-empty-symlink.sh