Setup whent ok but still I have problems ... I've tried via command line:
./cvsexec.pl updaterepository myrepository
Can't locate object method "fullName" via package "CVSMonitor::MetaData::Module" (perhaps you forgot to load "CVSMonitor::MetaData::Module"?) at modules/CVSMonitor/MetaData/Repository.pm line 423.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Setup whent ok but still I have problems ... I've tried via command line:
./cvsexec.pl updaterepository myrepository
Can't locate object method "fullName" via package "CVSMonitor::MetaData::Module" (perhaps you forgot to load "CVSMonitor::MetaData::Module"?) at modules/CVSMonitor/MetaData/Repository.pm line 423.
This is a bug in the program. It will be fixed for 0.6.3 release.
In the mean time, you can change 'fullName' to 'name'.
The bad news is the problem occurs while generating an error message, so you'll have some other problem :)
Adam
for what it's worth, I had the same problem. I realized that I was trying to update a module before I had checked it out...
Steve Polyak