Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.8.2
-
Fix Version/s: None
-
Component/s: Accessibility, Administration, AJAX, Assignment, Authentication, Backup, Blocks, Blog, Calendar, Chat, Choice, Course, Database activity module, Database SQL/XMLDB, Documentation, Enrolments, Exercise, Filters, Forms Library, Forum, General, Glossary, Gradebook, Groups, HTML Editor, IMS-CP resource type, Installation, Journal, LAMS, Language, Lesson, Libraries, Maths filters, Messages, MNet, Other, Questions, Quiz, Resource, Roles / Access, RSS, SCORM, Survey, Themes, Unicode, Unknown, Wiki (1.x), Workshop
-
Labels:None
-
Affected Branches:MOODLE_18_STABLE
Description
Someone issued a command similar to this at Moodle root level, in HEAD:
cvs tag -B -b MOODLE_16_STABLE
which means all the MOODLE_16_STABLE branch tags were moved to be the same as HEAD.
Eloy and I have been working on this over the weekend.
Issue Links
| This issue has a clone: | ||||
| MDLSITE-216 | Branch MOODLE_16_STABLE below Version MOODLE_165 |
|
|
|
Eloy did a whole bunch of other cleaning up, but the last steps I did just now were:
1) cvs update -dPr MOODLE_16_BETA (to get back to the old branching point)
2) cvs tag -d MOODLE_16_STABLE (to delete all non-branch tags)
3) cvs tag -B -b MOODLE_16_STABLE (to create the branch tag)
4) cvs update -dPr MOODLE_16_STABLE (to return to 16_STABLE in my local copy)
5) Use a new copy of the latest files before the disaster
6) Copy all these files over the top of the MOODLE_16_STABLE checkout
7) cvs commit with message, linking to this bug.