Tuesday, August 10, 2010

Perl Script to checkin the Locally modified files into CVS

The following script will checkin the locally modified files into CVS.
Perl Script to checkin the Locally modified files into CVS
Steps
1) Run cvs stat . command direct the output into one log file
2) Parse log file created in step1 via perl script and create another file which contains the list of file that need to be updated.
3) Run the cvs ci command on all the files created in Step2