You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Roy Fielding <fi...@hyperreal.com> on 1997/06/26 16:19:10 UTC

cvs commit: CVSROOT checkoutlist modules

fielding    97/06/26 07:19:09

  Modified:    .         checkoutlist modules
  Log:
  Replaced antiquated updateCVSROOT with built-in checkoutlist.
  Updated list of modules.
  
  Revision  Changes    Path
  1.2       +9 -5      CVSROOT/checkoutlist
  
  Index: checkoutlist
  ===================================================================
  RCS file: /export/home/cvs/CVSROOT/checkoutlist,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** checkoutlist	1996/02/15 14:07:50	1.1
  --- checkoutlist	1997/06/26 14:19:08	1.2
  ***************
  *** 1,6 ****
    #
  - #ident	"@(#)cvs/examples:$Name:  $:$Id: checkoutlist,v 1.1 1996/02/15 14:07:50 paul Exp $"
  - #
    # The "checkoutlist" file is used to support additional version controlled
    # administrative files in $CVSROOT/CVSROOT, such as template files.
    #
  --- 1,4 ----
  ***************
  *** 15,20 ****
    #
    # comment lines begin with '#'
    #
  ! #rcstemplate
  ! #wrap
  ! #unwrap
  --- 13,24 ----
    #
    # comment lines begin with '#'
    #
  ! avail
  ! commit_prep.pl
  ! commitcheck
  ! cvs_acls.pl
  ! cvsedit
  ! log_accum.pl
  ! rcstemplate
  ! unwrap
  ! wrap
  
  
  
  1.12      +5 -22     CVSROOT/modules
  
  Index: modules
  ===================================================================
  RCS file: /export/home/cvs/CVSROOT/modules,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -C3 -r1.11 -r1.12
  *** modules	1997/05/01 05:18:14	1.11
  --- modules	1997/06/26 14:19:08	1.12
  ***************
  *** 28,56 ****
    # Convenient aliases
    world		-a .
    
  ! # CVSROOT support; run mkmodules whenever anything changes.
  ! # NB: This DOES NOT WORK, excecpt for the ones mkmodules really knows about!
  ! #
  ! # OK, now we run /export/home/cvs/CVSROOT/updateCVSROOT
  ! # instead which does the extras
  ! # then calls mkmodules to do it's thing.
  ! #
  ! CVSROOT		-i /export/home/cvs/CVSROOT/updateCVSROOT CVSROOT
  ! avail		-i /export/home/cvs/CVSROOT/updateCVSROOT CVSROOT avail
  ! commit_prep	-i /export/home/cvs/CVSROOT/updateCVSROOT CVSROOT commit_prep.pl
  ! commitcheck	-i /export/home/cvs/CVSROOT/updateCVSROOT CVSROOT commitcheck
  ! commitinfo	-i /export/home/cvs/CVSROOT/updateCVSROOT CVSROOT commitinfo
  ! cvsedit		-i /export/home/cvs/CVSROOT/updateCVSROOT CVSROOT cvsedit
  ! cvsignore	-i /export/home/cvs/CVSROOT/updateCVSROOT CVSROOT cvsignore
  ! cvs_acls	-i /export/home/cvs/CVSROOT/updateCVSROOT CVSROOT cvs_acls.pl
  ! editinfo	-i /export/home/cvs/CVSROOT/updateCVSROOT CVSROOT editinfo
  ! log_accum	-i /export/home/cvs/CVSROOT/updateCVSROOT CVSROOT log_accum.pl
  ! loginfo		-i /export/home/cvs/CVSROOT/updateCVSROOT CVSROOT loginfo
  ! modules		-i /export/home/cvs/CVSROOT/updateCVSROOT CVSROOT modules
  ! rcs-template	-i /export/home/cvs/CVSROOT/updateCVSROOT CVSROOT rcs-template
  ! rcsinfo		-i /export/home/cvs/CVSROOT/updateCVSROOT CVSROOT rcsinfo
    
  ! # Add other modules here...
    docs		apache/htdocs
    src		apache/src
    support		apache/support
  --- 28,39 ----
    # Convenient aliases
    world		-a .
    
  ! # Main modules
  ! apache		apache
  ! apache-devsite	apache-devsite
  ! apache-site	apache-site
    
  ! # Submodules
    docs		apache/htdocs
    src		apache/src
    support		apache/support