This is an archive of the discontinued LLVM Phabricator instance.

Add location of SVN staging dir to git-llvm error output
ClosedPublic

Authored by sgraenitz on Jul 20 2019, 4:47 AM.

Details

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

Diff Detail

Repository
rL LLVM

Event Timeline

sgraenitz created this revision.Jul 20 2019, 4:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2019, 4:47 AM
mehdi_amini accepted this revision.Jul 20 2019, 10:30 AM
This revision is now accepted and ready to land.Jul 20 2019, 10:30 AM
This revision was automatically updated to reflect the committed changes.