From: Rob H. <for...@us...> - 2002-06-19 07:09:02
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory usw-pr-cvs1:/tmp/cvs-serv27419/lib/SandWeb/Repository Modified Files: cvs.pm Log Message: added comments to the top of every class Index: cvs.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/cvs.pm,v retrieving revision 1.23 retrieving revision 1.24 diff -U2 -r1.23 -r1.24 --- cvs.pm 19 Jun 2002 06:52:20 -0000 1.23 +++ cvs.pm 19 Jun 2002 07:09:00 -0000 1.24 @@ -1,5 +1,6 @@ #lib/SandWeb/Repository/cvs.pm # -# the repository class. +#This class directly interfaces with the CVS version control system. It can +#translate calls from Repository into command-line flags that CVS can use. # # SandWeb (Web-based VCS client) |