On 01/21/2011 08:11 AM, Miguel Cobá wrote:
El vie, 21-01-2011 a las 11:05 +0100, Igor Stasenko escribió:
Okay, i found the solution. Use Installer !
Installer monticello http: 'http://www.squeaksource.com';
project: 'VMMaker';
install: 'CMakeVMMaker'
works well for me and loads correct *latest* version.
That isn't a solution and open again a gratuitous discussion about gofer
vs installer.
The point is, in a distributed SCM system, like Monticello is, there
isn't a latest version. At least not by the traditional (suversion for
example) way of knowing the monotone numeric integer version number. As
Lukas said, the only way to know something is latest is to compare
timestamps, but not version numbers or commits id. They aren't not
intended to be ordered respect to time.
Cheers
Miguel,
A timestamp isn't sufficient in the presence of branching. How do other
SCMs identify branches?
Dale