Re: [SQLObject] Releases and versioning.
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ma...> - 2004-12-10 13:09:15
|
On Fri, Dec 10, 2004 at 11:39:25AM +0000, Alan Kennedy wrote: > AFAIK, svn > treats tags and branches identically. Subversion, actually, does not have a builtin notion of tags and branches. Svn operates on trees. But one can name theese trees. The names are just URIs, so one can name them in whatever way one prefers. "Tags" and "branches" are just two examples of the naming. > Might it be better to stick with perceived terminology, i.e. use tags to > label releases? And reserve branches for parallel development, e.g. > experimental code bases such as the "inheritance" branch? Probably. Ian has not created a strict policy on that beside the http://svn.colorstudy.com/using-this-repository.txt . > Hmm, so where can I find/download the 0.6.1 release? Was there a formal > release of 0.6.1? There was no. > > Then use 0.5.3. > > If it wasn't for the incompatible API between 0.5 and 0.6, I'd consider it. Then use the latest checkout from the trunk. I think it is in a more or less stable state (now). Run tests. This is the best you can get now. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |