Re: [SQLObject] Releases and versioning.
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ma...> - 2004-12-10 10:14:58
|
On Thu, Dec 09, 2004 at 10:15:42PM +0000, Alan Kennedy wrote: > uncertain as to whether "SQLObject-0.6-1.noarch.rpm" contains 0.6.0 or > 0.6.1?) 0.6.0. > So I thought I'd go to the definitive source, the ColorStudy svn > repository. First, I tried to see if there were any svn tags set > > prompt> svn ls svn://colorstudy.com/tags/SQLObject/ > svn: URL non-existent in that revision > > But I see that the tagging is not used in that repository. We do not tag SQLObject releases. > Then I tried > > prompt>svn ls svn://colorstudy.com/branches/SQLObject/ > > Which got the following list > > 0.5/ > 0.6/ > > I'm presuming that the latter contains the 0.6 code. > > But which release? 0.6.0? 0.6.1? Or the head revision? It's confusing, > without going through the checkin logs in detail to see which version is > which. 0.6.0. The "head" is in the trunk. > Am I the only one who finds this confusing? Let's me increase the confusion a bit. There are also branches not under the "branches/" URL! :) Now let's me decrease the confusion a bit. You can browse the entire repository on the web: http://svn.colorstudy.com/ . There you can find all software in the repository (not only SQLObject), and all branches. Do not miss my inheritance branch at http://svn.colorstudy.com/home/phd/SQLObject/inheritance/ . > I like to use fixed versions of software, rather than the "bleeding > edge", straight form the repository: it makes testing, installation and > environment management *so* much easier. Then use 0.5.3. It is much more "fixed" than any other. Ian and I fixed a lot of bugs in the trunk in the would-be 0.6.2, but until 0.6.2 will really be released consider 0.6 as a development version. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |