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.5 by williamc, Tue Oct 17 12:04:17 2000 UTC vs.
Revision 1.6 by williamc, Wed Nov 1 16:43:10 2000 UTC

# Line 97 | Line 97 | sub invokecvs {
97          }
98          #now perform the cvs command
99          #print ( join ' ', ( $self->{cvs}, "-d", $self->{cvsroot}, @cmds, "\n" ));
100 <        return ( system( "$self->{cvs}" , "-d", "$self->{cvsroot}", @cmds ));
100 >        return ( system( "$self->{cvs}" ,"-Q", "-d", "$self->{cvsroot}", @cmds ));
101   }
102  
103   sub _updatecvsroot {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines