[git-llvm] Check if svn is installed.
authorRui Ueyama <ruiu@google.com>
Tue, 23 May 2017 21:50:40 +0000 (21:50 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 23 May 2017 21:50:40 +0000 (21:50 +0000)
commit2f8db1d6543e70e9b0e178b2a9c270d428b5c77e
tree373309fcc9762a25c2f4e5fdb00966ef96df54e9
parent49dd6e68c21c966d4fb81fb8248ee5a576896843
[git-llvm] Check if svn is installed.

The error message that git-llvm script prints out when svn is missing
is very cryptic. I spent a fair amount of time to find what was wrong
with my environment. It looks like many newcomers also exprienced a
hard time to submit their first patches due to this error.

This patch adds a more user-friendly error message.

Differential Revision: https://reviews.llvm.org/D33458

llvm-svn: 303696
llvm/utils/git-svn/git-llvm