Hi Fredrik, Here's a simplistic way that doesn't involve cloning or queues. Compile Sage from source on your machine and wrap up a binary for that machine with
$ ./sage -bdist x.y.z-description The resulting binary then appears under SAGE_ROOT/dist/. Copy/move that binary to somewhere safe so you could use it later on. Later on you could unpack your precompiled Sage tarball and develop using that version. No cloning required, no Mercurial queues. But this would involve a lot of disk storage. This is a simplistic approach that I often use. -- Regards Minh Van Nguyen -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
