home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 375.lha / DoRevision_v1.0 / DoRevision.doc < prev    next >
Text File  |  1990-05-02  |  2KB  |  47 lines

  1. =========================== DoRevision 1.0 ===========================
  2. ======================================================================
  3.  
  4. This  is  a  very  simple  tool  to be used together with DClock.  The
  5. purpose  of  DoRevision  is  to  supply  an  easy way to keep track of
  6. changes  and  updates  inside of 'C' program source codes.  In fact it
  7. creates  revision headers quite similar to the ones to be 'admired' at
  8. the top of every Amiga 'C' header file.  This tools is used internally
  9. at MXM to help us to get 'through' each other's source codes.
  10.  
  11. =============================== Usage ================================
  12. ======================================================================
  13. DoRevision 1.0 operates from CLI only and takes two arguments:
  14.  
  15.     DoRevision <Source file name> <Log message>
  16.  
  17. If  DClock  is  running time and date of the current revision are read
  18. from  the  supplied  environment variables.  The following environment
  19. variables are supported but not really required:
  20.  
  21. AUTHOR ........    Author of the current revision.
  22. COMPANY .......    The company the copyright for this file belongs to.
  23.  
  24. Please  note  that  these environment variables are Manx type, not the
  25. new  AmigaDOS  type  (yech!).  They can be set using the Manx 'Set' or
  26. the ARP SetEnv command.
  27.  
  28. The  code is quite portable and should run with minimal changes in any
  29. 'C' environment.
  30.  
  31. DoRevision 1.0 stores a temporary copy of the source file in T:, so be
  32. sure it is assigned anywhere before DoRevision is started.
  33.  
  34. =============================== Author ===============================
  35. ======================================================================
  36.  
  37.                      Olaf 'Olsen' Barthel of MXM
  38.                           Brabeckstrasse 35
  39.                           D-3000 Hannover 71
  40.  
  41.                      Federal Republic of Germany
  42.  
  43. DoRevision  1.0  is  placed  in  the  PUBLIC-DOMAIN, still a copyright
  44. subsists on the whole of the program.
  45.  
  46.                DoRevision 1.0 (C) Copyright 1990 by MXM
  47.