This is an archive of the discontinued LLVM Phabricator instance.

[git-llvm] Handle files ignored by svn correctly
ClosedPublic

Authored by waltl on Dec 19 2017, 10:50 AM.

Details

Summary

Correctly handle files ignored by svn (such as .o files, which are ignored by default) by adding "--no-ignore" flag to "svn status" and "svn add".

Diff Detail

Repository
rL LLVM

Event Timeline

waltl created this revision.Dec 19 2017, 10:50 AM
waltl updated this revision to Diff 127596.Dec 19 2017, 1:21 PM

Working version.

waltl retitled this revision from [git-llvm] Add --no-ignore to args for "svn add" to [git-llvm] Handle files ignored by svn correctly.Dec 19 2017, 1:22 PM
waltl edited the summary of this revision. (Show Details)
waltl added a reviewer: jyknight.
jyknight accepted this revision.Dec 22 2017, 1:17 PM

I'd add "(such as .o files, which are ignored by default)" to the description, to make clear the point.

This revision is now accepted and ready to land.Dec 22 2017, 1:17 PM
waltl edited the summary of this revision. (Show Details)Dec 22 2017, 1:18 PM
This revision was automatically updated to reflect the committed changes.