in reply to Re^4: login to cvs through perl script
in thread login to cvs through perl script
What ia m doing wrong here.Two things: you did not post the actual warning message you got and you did not read the Cvs::Simple documentation closely enough.
When I run your code, I get this warning:
Odd number of elements in hash assignment...
The new constructor accepts a hash as input, and the hash requires very specific keys: cvsroot and password are not supported keys.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: login to cvs through perl script
by nt2282 (Novice) on May 19, 2010 at 15:28 UTC | |
by toolic (Bishop) on May 19, 2010 at 17:03 UTC |