← Back to team overview

schooltool-developers team mailing list archive

New locations for schooltool branches

 

Hello,

there are a couple of changes that you should know before creating new branches.

lp:schooltool now points to lp:~schooltool-owners/schooltool/trunk

It is not compatible to the old trunk since I had to edit its history
because of a mistake before releasing 2009.04.17. I have replayed all
the same checkins, but revisions starting with 2514 are different.

lp:schooltool/1.0 will be a new branch that includes the work done
since the release of 1.0 but that was not properly versioned or named.

lp:schooltool.gradebook is the new trunk for gradebook.
lp:schooltool.gradebook/0.4 is the stable branch.

I will handle the merging of all the branches you have based on old
trunk. That will be done using `rebase` or `replay` commands from the
bzr rebase plugin. For example, the only public branch that is
affected, lp:~replaceafill/schooltool/schooltool_xmlrpc can be rebased
like this:

bzr rebase -r 2522.. --onto 2513 lp:schooltool

If replaceafill did that himself then my name would not appear in the
Committer: field.

If anyone else needs help with this, please ask



Follow ups