Add location of SVN staging dir to git-llvm error output
authorStefan Granitz <stefan.graenitz@gmail.com>
Mon, 22 Jul 2019 09:47:40 +0000 (09:47 +0000)
committerStefan Granitz <stefan.graenitz@gmail.com>
Mon, 22 Jul 2019 09:47:40 +0000 (09:47 +0000)
commit3a52e50d737905ff7da2747f27d61ca331ad6081
tree8ed13b24d656bbd214af840009e3ca5a9f8e0fda
parent88559637641e993895337e1047a0bd787fecc647
Add location of SVN staging dir to git-llvm error output

Summary:
In pre-monorepo times the svn staging directory was `.git/svn`. The below error message wasn't mentioning the new name yet.

Example before:
```
Can't push git rev 104cfa289d9 because svn status is not empty:
!     llvm/trunk/include/llvm
```

Example after:
```
Can't push git rev 104cfa289d9 because status in svn staging dir (.git/llvm-upstream-svn) is not empty:
!     llvm/trunk/include/llvm
```

Reviewers: mehdi_amini, jlebar, teemperor

Reviewed By: mehdi_amini

Subscribers: llvm-commits, #llvm

Tags: #llvm

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

llvm-svn: 366671
llvm/utils/git-svn/git-llvm