On Dec 4, 2009, at 6:08 AM, Fred wrote: > On Dec 3, 3:42 pm, Jonathan Lundell <jlund...@pobox.com> wrote: >> Massimo is pretty good about announcing release versions in svn comments. > > I see now that there are quite a few SVN log entries with release > version numbers. 1.71.3 wasn't there though and so I went with the > process that I outlined above.
1.71.3 never got released, but it does show up in the svn log at r1462 & r1463, both 11/26. > > But my process is a kluge. I would much prefer tagging releases as a > distinct copies in SVN. Massimo: when you create a tag in svn, svn creates a snapshot of the tree at the point of the tag. http://svnbook.red-bean.com/en/1.1/ch04s06.html The nice thing about it is that you can create a tag for an official release, and then users can access the release by its name, rather than having to figure out the corresponding svn revision number. -- 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.