aboutsummaryrefslogtreecommitdiffstats
path: root/utils/cvsupdate
Commit message (Collapse)AuthorAgeFilesLines
* Fix patterns to match only one-char words.Vikram S. Adve2004-10-301-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17365 91177308-0d34-0410-b5e6-96231b3b80d8
* Print P and [AR] files on update.Vikram S. Adve2004-10-291-1/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17337 91177308-0d34-0410-b5e6-96231b3b80d8
* Do not show errors when moving file. The error is shown the first time anyoneMisha Brukman2003-05-251-1/+1
| | | | | | | | runs `utils/cvsupdate' since there is no `cvs.out' file for mv to move, and it is reported as such. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6330 91177308-0d34-0410-b5e6-96231b3b80d8
* Do not print "NEW FILES AND DIRECTORIES" unless requested separatelyVikram S. Adve2002-10-311-6/+13
| | | | | | | | | | | because this is usually such a long list that it makes the output useless anyway. Disable checking exit status until we can find something more precise. The exit status is too coarse-grain to be useful. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4468 91177308-0d34-0410-b5e6-96231b3b80d8
* Print information about files that were removedChris Lattner2002-09-161-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3760 91177308-0d34-0410-b5e6-96231b3b80d8
* Check error condition after cvs returns. Also remove -c option.Vikram S. Adve2002-09-151-1/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3728 91177308-0d34-0410-b5e6-96231b3b80d8
* Merge Chris's script with the one already checked inChris Lattner2002-04-291-3/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2408 91177308-0d34-0410-b5e6-96231b3b80d8
* Shell script to simplify running cvs and viewing the output.Vikram S. Adve2002-02-111-0/+54
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1727 91177308-0d34-0410-b5e6-96231b3b80d8