MediaWiki r87510 - Code Review
Hello Siedbrand, you commented yesterday the MediaWiki r87510 - Code Review. But I don't know how to answer to your comment, I am a new commiter.. Could you explain me ? You asked "Can you please clarify why you add new code to the 1.16 branch, instead of adding it to trunk, and then branching it? " I thought that I have no commit access to the trunk. Tim told me that I have access to the extensions and branches. Could I commit in trunk/extensions/ ? Thank you to give me some help. Have a nice day !
You *can* commit to trunk/extensions, but you cannot commit in other folders in trunk/ (for example phase3). New code should be added to trunk/... first, and only then be branched. If that does not happen, no history is retained for the files you have added.
I propose that you rename the extension in the 1_16 branch to an extension in trunk, and then branch it (in both 1_16 and 1_17 if you like). From then on, you should continue developing it in trunk, and backport (MFT - merge from trunk) whatever needs backporting. If you have a branch-specific fix, that should of course be applied to one or more branches only.
More clear?