summaryrefslogtreecommitdiff
path: root/utils/cvsupdate
Commit message (Collapse)AuthorAge
* Do not show errors when moving file. The error is shown the first time anyoneMisha Brukman2003-05-25
| | | | | | | | 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-31
| | | | | | | | | | | 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-16
| | | | 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-15
| | | | 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-29
| | | | 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-11
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1727 91177308-0d34-0410-b5e6-96231b3b80d8