# | 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 { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |