]> granicus.if.org Git - llvm/commit
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)
commitb7d166cebcf619a3691eed3f994384aab3d80fa6
tree0bb47f0e8a8143c5bcee558789a339869cd861f9
parentca15d41cf2a5b61bf0513366f750017f6026ac77
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366671 91177308-0d34-0410-b5e6-96231b3b80d8
utils/git-svn/git-llvm