home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / rcs / mkmodule.man < prev    next >
Text File  |  1992-01-10  |  1KB  |  39 lines

  1. NAME
  2.      mkmodules - Rebuild modules database for CVS
  3.  
  4. SYNOPSIS
  5.      mkmodules directory
  6.  
  7. DESCRIPTION
  8.      mkmodules rebuilds the modules database that cvs(l) uses.
  9.      The directory specified is expected to contain the modules,v
  10.      and loginfo,v files.  mkmodules carefully checks out the
  11.      current head revisions of each of these files and reuilds
  12.      the ndbm(3) format modules database.  A warning is generated
  13.      if the modules file contains a duplicate key.
  14.  
  15. FILES
  16.      modules,v
  17.           The modules RCS file.
  18.  
  19.      modules
  20.           The checked out modules file.
  21.  
  22.      loginfo,v
  23.           The loginfo RCS file.
  24.  
  25.      loginfo
  26.           The checked out loginfo file.
  27.  
  28.      modules.dir, modules.pag
  29.           The ndbm(l) format modules database.
  30.  
  31. ENVIRONMENT VARIABLES
  32.      RCSBIN
  33.           Specifies the full pathname where to find RCS programs,
  34.           such as co(l) and ci(l).  If not set, the default is
  35.           /usr/local/bin.
  36.  
  37. SEE ALSO
  38.      checkin(l), co(l), cvs(l), ndbm(3), rcs(l),
  39.