[Openmcl-devel] 1.10 testing version available
R. Matthew Emerson
rme at clozure.com
Wed Aug 27 18:36:41 PDT 2014
On Aug 27, 2014, at 9:05 PM, z_axis <z_axis at 163.com> wrote:
> Why cannot it be upgraded directly from 1.9 release ?
> $ uname -r
> 9.1-RELEASE-p14
> $ ccl/svn up
> $ ccl '(rebuild-ccl :full t)'
> $ ccl
> Welcome to Clozure Common Lisp Version 1.9-r16172M (FreebsdX8632)!
> ? (quit)
1.9 and 1.10 are on different branches. The revision number (the 16172 in the output above) isn't the entire story.
If you look at the output of "svn info" from a 1.9 checkout and a 1.10 checkout, you'll see that they have different roots.
The benefit of this is that the upcoming 1.10 release doesn't eliminate (or even affect) 1.9.
http://en.wikipedia.org/wiki/Revision_control#Graph_structure might give you some idea of what I mean by "on different branches."
More information about the Openmcl-devel
mailing list