Problem with CVS update-- version bump?

Problem with CVS update-- version bump?

by Scott Korvek -
Number of replies: 2

Hello,

I am using an updated Moodle installation from the git repository-- MOODLE_23_STABLE tracking the weekly updates.  I have a bunch of contributed plugins installed as well, most from git, but a few from mercurial and CVS, and one installed by hand because there is no RCS link.

 

I understand this plugin has a downloadable version and a version in the Moodle CVS repository, but not git. I have successfully checked out the configruable_reports plugin (not the whole contrib section) and can update it to the MOODLE_23_STABLE tag using the command  cvs update -dP -r MOODLE_23_STABLE.  Using cvs status to check tells me that everything is up to date using that tag.  However, the version.php file lists an old version 2007101509, and as such moodle is complaining when I try to update plugins... keeps telling me a new version is available.  If I download the plugin manually, the version.php file is indeed different-- on the updated version.

Is the version.php file missing the MOODLE_23_STABLE tag in the CVS repository? The age of the file in the ViewCVS is 17 months.  Is CVS being updated at all anymore?  I can't find a git repository link.

I would rather not download and install plugins by hand-- 100% git would be the goal, but I am currently stuck managing 3 different repository systems.

Thanks in advance.

Average of ratings: -
In reply to Scott Korvek

Re: Problem with CVS update-- version bump?

by Scott Karren -

Scott

You could try here https://github.com/jleyva/moodle-block_configurablereports  I would check with Juan to see if this is the "Official" git repository for this plugin.

HTH

Scott Karren

In reply to Scott Karren

Re: Problem with CVS update-- version bump?

by Juan Leyva -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Hi,

Official git: https://github.com/jleyva/moodle-block_configurablereports

Stable branch: MOODLE_21_STABLE

Development/experimental branch: https://github.com/jleyva/moodle-block_configurablereports/tree/MOODLE_22_STABLE

The stable branch is from I build the zip files that are uploaded to the official plugin repository in Moodle.org

The MOODLE_22_STABLE is the branch where the plugin rewritte is being done mainly by Nick from de University of Wisconsin. I just keep a updated copy of the branch from him repository

Regards