home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / dotproject / misc / cvs2cl / README < prev   
Text File  |  2003-02-24  |  1KB  |  26 lines

  1. cvs2cl.pl by kripper
  2.  
  3. A hacked version of cvs2cl used to update DP's Changelog file
  4.  
  5. How To by John Pritchard (20 Feb 2003)
  6.  
  7. SITUATION 
  8. You have a WIN2K workstation with Cygwin, WINCVS, and SSH capabilities installed. You want to execute Kripper's dotProject script "cvs2cl.pl" to create a ChangeLog from the dotProject CVSROOT.
  9.  
  10. EXECUTION
  11. 1) Make sure you have a working copy of dotProject downloaded. Basically, you just need access to the cvs2cl.pl script. Navigate to the root of the dotproject installation.
  12.  
  13. C:\{path}\dotproject\>
  14.  
  15. 2) Set path to the SourceForge DotProject repository:
  16.  
  17. C:\{path}\dotproject\> set CVSROOT=:ext:{username}@cvs.sourceforge.net:/cvsroot/dotproject
  18. C:\{path}\dotproject\> set CVS_RSH=ssh
  19.  
  20. 3) Run the "cvs2cl.pl" script
  21. C:\{path}\dotproject\> perl misc\cvs2cl\cvs2cl.pl --dp
  22.  
  23. OK this is all that is necessary to generate a new ChangeLog file that is nicely formatted with Kripper's dotproject output. Very nice tool provided by Kripper.
  24.  
  25. 4) Your dotproject Root will now contain a new "ChangeLog" file. Simply check this into CVS to update the ChangeLog. 
  26.