ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/Utilities/CVSmodule.pm
(Generate patch)

Comparing COMP/SCRAM/src/Utilities/CVSmodule.pm (file contents):
Revision 1.7 by sashby, Thu Jun 13 14:46:22 2002 UTC vs.
Revision 1.8 by sashby, Thu Jul 11 12:53:39 2002 UTC

# Line 14 | Line 14
14   #                          (encrypted)
15   # invokecvs(@cmds)  : invoke a cvs command supplied in @cmds
16   # repository            : return a string to indicate the repository
17 < #                      
17 > #
18 >
19   package Utilities::CVSmodule;
20   require Exporter;
21   use Utilities::AddDir;
# Line 77 | Line 78 | sub set_auth {
78          $self=shift;
79          $self->{auth}=shift;
80          $self->{auth}=~s/^\:*(.*)\:*/\:$1\:/;
81 +        
82          $self->_updatecvsroot();
83   }
84  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines