Changes http://wiki.axiom-developer.org/AxiomDownload/diff --
++added: + * There are several ways to access the sources of Axiom: + + * The CVS and tla archives are identical and refer to the Golden release of Axiom, i.e. the latest stable release. + + * The SVN archive refers to the Silver release, i.e. this is the branch which is updated more often, but might be + not so stable. Approximately every two months stable code moves from Silver to Gold. + * The current Axiom source distribution is available via CVS at: * http://sourceforge.net/projects/axiom/ ++added: + + * A tla archive (GNU arch) can be obtained via:: + + tla my-id "Your Name <[EMAIL PROTECTED]>" + tla register-archive [EMAIL PROTECTED] http://www.axiom-developer.org/archive/axiom + tla my-default-archive [EMAIL PROTECTED] + tla get axiom--main--1 GoldenAxiom + + # later you would say the following in order to update + cd GoldenAxiom + tla update + + * An svn archive (Subversion) can be obtained via:: + + svn co https://svn.sourceforge.net/svnroot/axiom/trunk SilverAxiom -- forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]