If it appears one, take the last one! Massimo
On Dec 3, 3:42 pm, Jonathan Lundell <jlund...@pobox.com> wrote: > On Dec 3, 2009, at 1:24 PM, Thadeus Burgess wrote: > > > +1 for a web2pyslice on the matter :P > > > Could this process be automated? > > Massimo is pretty good about announcing release versions in svn comments. > There are some ambiguities, such as 1.71.1 showing up twice, a few days > apart, but mostly it looks reliable. So if you just look at the svn log, you > can find the corresponding svn revision, and check that out. > > But tagging releases would be nicer. > > > > > -Thadeus > > > On Thu, Dec 3, 2009 at 3:01 PM, Fred <fre...@gmail.com> wrote: > > I think I've found a process that allows me to get a stable version of > > web2py fromhttp://web2py.googlecode.com/svn/trunk. > > > 1. Browsehttp://web2py.com/examples/default/downloadand look for > > the "current version" info. At the time of writing it's "1.72.3 > > (2009-11-10 09:17:13)". > > > 2. Get the change log for the VERSION file, for most recent changes: > > > svn loghttp://web2py.googlecode.com/svn/trunk/VERSION| head -500 > > > 3. Scan through the above log output and look for a time-stamp that > > is close to (soon after?) the one found in step 1. At the moment it's > > "2009-11-10 09:19:14 -0600". > > > 4. Get the revision number from the log line found in step 3 > > (r1411). Verify it by displaying the contents of the VERSION file at > > that revision: > > > svn cat -r1411http://web2py.googlecode.com/svn/trunk/VERSION > > > 5. Update the local SVN repository to that revision, or checkout that > > revision. > > > svn up -r1411 > > > All this depends on the version info in step 1 being reliable. I'm > > also assuming that the time-stamp in step 1 (and the VERSION file) has > > the same time-zone as appears in the svn log. > > -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.