Skip to content
  • darin's avatar
    - added first cuts at some cvs scripts · b71c187c
    darin authored
                cvs-abandon is for throwing away changes; discards any local changes, reverting to the state in CVS
                cvs-create-patch is for making patches; runs cvs diff with all the right options and handles added/deleted files
                cvs-apply is for applying patches; runs patch and cvs add and cvs rm
                cvs-unapply is for unapplying patches; does the opposite of cvs-apply
    
              An argument against these is "waste of time if we switch to Subversion", but they should be good for a while.
    
            * Scripts/cvs-abandon: Added.
            * Scripts/cvs-apply: Added.
            * Scripts/cvs-create-patch: Added.
            * Scripts/cvs-unapply: Added.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@9362 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    b71c187c