Community
Participate
Working Groups
The about page for Mylyn Tasks does not show any CVS activity: http://eclipse.org/projects/project_summary.php?projectid=mylyn.tasks . The CVS location is potentially not recognized properly as /cvsroot/mylyn should pe part of the CVS root and not the module. This is what the Source Repository section of the about page shows: CVS: :pserver:anonymous@dev.eclipse.org: Including the following CVS paths: cvsroot/mylyn/org.eclipse.mylyn.tasks
I don't think this is a 'portal' issue directly. Rather it looks like a dash problem, specifically the delay between changes to meta-data and the re-generation of the dash data. If I take a look at the 'last' repository list logged by dash I don't see the mylyn.tasks project, but if I run the job that gets the 'roots' for each project mylyn.tasks is now included. So it looks like this week when the dash job runs the mylyn.tasks activity meter should appear. I'm going to close as 'worksforme', but please reopen if the activity meter isn't there on monday. -M.
Thanks for the explanation. The activity meter is now rendered properly. There is still a small glitch with the CVS root . The portal shows this at http://eclipse.org/projects/project_summary.php?projectid=mylyn.tasks : CVS: :pserver:anonymous@dev.eclipse.org: Including the following CVS paths: cvsroot/mylyn/org.eclipse.mylyn.tasks While I would expect this: CVS: :pserver:anonymous@dev.eclipse.org:/cvsroot/mylyn Including the following CVS paths: org.eclipse.mylyn.tasks Sorry to keep harping on this but it might confuse users checking out sources.
Ok I think we're fixed here. Looks like there was a list of cvsroots that needed to be updated. -M.
Thanks!