> By the way, is there an easy way to keep multiple builds of sage in the > same repo? It is extremely annoying to have to remake the whole thing every > time I switch to another ticket. >
Well, my personnal trick is to never checkout a branch based on an old release. If I need to, I first merge it with the latest release, which will not touch all files of Sage so you only recompile what the branch changes (plus you also check that the branch is still compatible with the latest release) Nathann -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
