home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume26 / tulp-3.0.3 / part01 / WORKING < prev   
Text File  |  1993-04-15  |  2KB  |  38 lines

  1. $Id: WORKING,v 1.1 92/06/07 23:14:29 kim Exp $
  2.  
  3. The Unix Listserv Program (TULP) is a project involving multiple
  4. development sites.  To aid working with the same sources at many
  5. sites all at once we have used the Revision Control System (RCS)
  6. from the GNU Project.
  7.  
  8. If you plan to make any changes, enhancements or fixes to the
  9. program, we suggest using RCS yourself.  Get the latest sources
  10. for RCS from any GNU redistribution site - we are using v5.6.
  11. Once you have all the files of TULP in one directory, create a
  12. directory called RCS, and check everything into RCS with the -k
  13. option.  This will preserve the RCS keyword values already in
  14. the distributed files.  Here is the procedure:
  15.  
  16.     % mkdir tulp
  17.     % chdir tulp
  18.     % zcat ../tulp-200.tar.Z | tar -xvf -
  19.     % mkdir RCS
  20.     % ci -k *
  21.  
  22. Once you have made changes and wish to contribute to the TULP
  23. project, get the changes you have made using rcsdiff against the
  24. original released version.  You might want to start your own
  25. branch if you like to save checkpoint versions of your own work.
  26.  
  27. I do know there is a package called CVS that might handle this
  28. kind of work better.  However, I don't currently have a working
  29. version of CVS installed, and I am not really aware of all the
  30. procedures needed for using CVS.  If someone would like to shed
  31. some light about this, please do so!
  32.  
  33. All code changes are preferred in a context diff format.  Please
  34. send diffs through e-mail to the authors.
  35.  
  36. Kimmo Suominen <Kimmo.Suominen@lut.fi>
  37. Christophe Wolfhugel <Christophe.Wolfhugel@univ-lyon1.fr>
  38.