git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1
commit191414c025c3f0032d9b4843d629e4877126a748
authorSergey Vlasov <vsu@altlinux.ru>
Tue, 26 Sep 2006 09:42:55 +0000 (26 13:42 +0400)
committerJunio C Hamano <junkio@cox.net>
Wed, 27 Sep 2006 06:43:12 +0000 (26 23:43 -0700)
tree53f5e3631cf17114b6b5f18181b51ff023613433
parentfd28b34afd9bbd58297a25edced3f504c9a5487a
git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1

When using Subversion 1.3.1 without Perl bindings (GIT_SVN_NO_LIB=1),
"git-svn fetch --no-ignore-externals" fails with errors like:

  Tree (.../.git/svn/git-svn/tree) is not clean:
  X      directory_with_external

In this case the 'X' lines in the "svn status" output are not a sign
of unclean tree, and therefore should be ignored.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl