]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: allow disabling expensive broken symlink checks
authorEric Wong <normalperson@yhbt.net>
Sun, 1 Feb 2009 01:31:12 +0000 (17:31 -0800)
committerEric Wong <normalperson@yhbt.net>
Wed, 11 Feb 2009 10:00:42 +0000 (02:00 -0800)
commit4c58a7111d9fb4f62ca041fc73e8aec0a2f9c800
tree98e6180b27c1c00c169168842a2d72ecba41ba0f
parent1b53a076fc3e3dc58e67971df18df0ce973a3ff9
git-svn: allow disabling expensive broken symlink checks

Since dbc6c74d0858d77e61e092a48d467e725211f8e9, git-svn has had
an expensive check for broken symlinks that exist in some
repositories.  This leads to a heavy performance hit on
repositories with many empty blobs that are not supposed to be
symlinks.

The workaround is enabled by default; and may be disabled via:

  git config svn.brokenSymlinkWorkaround false

Reported by Markus Heidelberg.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Documentation/git-svn.txt
git-svn.perl
t/t9131-git-svn-empty-symlink.sh