[SQLObject] Re: Releases and versioning.
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Alan K. <sql...@xh...> - 2004-12-10 16:13:20
|
[Carlos Ribeiro] > Having tags to mark intermediate releases would be helpful -- it would > encourage the habit of creating mini-releases more frequently (0.6.1, > 0.6.2...). But reorganizing the repository may be a little bit > difficult at this point -- lots of people already have copies pointing > to the current structure. But it can be done, anyway, if there"s > enough perceived advantage in doing it. (I think it does :-) I agree with the sentiment of making minor releases easier to find and manage. There should be no need to reorganise the repository: simply use the existing "branches" directory. For example, when 0.6.2 is released, it could be stored under svn://colorstudy.com/branches/SQLObject/0.6.2/ Though people might get confused by the use of branches to contain releases. Regards, Alan. |