Changes http://wiki.axiom-developer.org/AxiomSilverBranch/diff --
++added: +Working on the SVN repository with SVK + + If, like me, you prefer to work with SVK on the SVN repository instead +of Subversion directly either because you are used to SVK, or because you +work with many copies and are particularly attentive to disk space consumption, +or because you would like to "star-merge" then you might want to follow the +following steps. + + * First, create a mirror depot for the Axiom SVN repository. Assuming you + already have initialized your default depotmap, issue the command:: + + $ svk depotmap /mirror ~/.svk/remote + + That command will create a depot with depotname '/mirror/' and repopath + '~/.svk/remote' You assume neither already exists, otherwise change names + accordingly. + + * Second, you have to actually mirror the Axiom SVN repository. Issue:: + + $ svk mirror /mirror/axiom https://svn.sourceforge.net/svnroot/axiom + + * Last, bring your mirror in sync with the Axiom SVN repository:: + + $ svk sync /mirror/axiom + + + That command should bring your local mirror of Axiom source code up-to-date + with respect to the SVN repository. + + Checking out a copy from your local SVK local mirror is simple:: + + $ svk co /mirror/axiom/trunk axiom.silver + + To learn more about SVK commands, please consult the "online SVKBook.":http://svkbook.elixus.org/ + + Building Axiom from the development source -- forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]
