Details
-
Type:
Task
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Deferred
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: Block: {none of the above}
-
Labels:None
-
Environment:Ubuntu, Eclipse 3.2
-
Affected Branches:MOODLE_20_STABLE
Description
I wanted to update my block (contrib/plugins/blocks/online_users_map) so that it worked with Moodle 2, so I'd like to create a branch for doing this work on as the changes won't be backwards compatible with Moodle 1.9.
When I try to create a branch (in Eclipse 3.2, using Team->Branch) the branching fails and I get the message (in CVS console):
"We've disabled some manipulation of tags and branches in Moodle CVS. If you are trying to move a MERGED tag, make sure you use the -F option. If you need to move a branch or create any new ones, please file a request in the bug tracker and make sure Martin Dougiamas sees it. ![]()
cvs tag: Pre-tag check failed"
Please would you create a new branch for me for the block 'online_users_map' in contrib so I can do the updates to get the block to work for Moodle2. Alternatively let me know if there is another way I should be doing this.
Thanks for your help,
Alex
Alex - Currently you do have a MOODLE_19_STABLE branch and a HEAD branch. I typically encourage folks to use HEAD as their development branch and the stable branch as the one they wish to share with others. That way you are free to work on developing new features, etc. without too much worry. In your case, it sounds like you are starting to prepare the block for Moodle 2.0. I appreciate this as I know that we are going to be slammed with contrib requests once Moodle 2.0 is released and many contrib blocks and modules are not ready for it. Thanks for staying ahead of the curve and let me know if this works for you or not. Peace - Anthony
p.s. - Once Moodle 2.0 is released we will create a MOODLE_20_STABLE branch.