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.1 by williamc, Fri Oct 22 10:05:22 1999 UTC vs.
Revision 1.3 by williamc, Fri Dec 17 10:10:36 1999 UTC

# Line 1 | Line 1
1 < #
1 > # CVS wrapper
2 > # -----------
3 > # Configure the CVSmodule object to access a CVS repository and then
4 > # invokecvs() commands as required.
5   #
6   # Interface
7   # ---------
# Line 10 | Line 13
13   # set_passkey(encrypted) : For pserver method - set a password
14   #                          (encrypted)
15   # invokecvs(@cmds)  : invoke a cvs command supplied in @cmds
16 + # repository            : return a string to indicate the repository
17   #                      
18   package CVSmodule;
19   require 5.001;
# Line 95 | Line 99 | sub _updatecvsroot {
99          my $self=shift;
100          $self->{cvsroot}=$self->{auth}.$self->{user}.$self->{base};
101   }
102 +
103 + sub repository {
104 +        my $self=shift;
105 +        return $self->{base};
106 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines