I think I've found a process that allows me to get a stable version of
web2py from http://web2py.googlecode.com/svn/trunk.

1.  Browse http://web2py.com/examples/default/download and 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 log http://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 -r1411 http://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.


Reply via email to