svn stable branch

Hi!

I’ve seen in http://trac.rezo.net/trac/spip/ that there is a new release: 2.08
according to the table, it’s the SVN revision 13982

but I’ve just checked out the ‹ stable › branch and get the revision 14024

svn checkout svn://[trac.rezo.net/spip/branches/spip-2.0/](http://trac.rezo.net/spip/branches/spip-2.0/)

that’s correct?
there is no an svn tag to check out the last ‹ stable release › directly?

thanks in advance

svn checkout -r 13982 svn://[trac.rezo.net/spip/branches/spip-2.0/](http://trac.rezo.net/spip/branches/spip-2.0/)

This is the official 2.08 version, according to the list available at http://trac.rezo.net/trac/spip/

But the « stable branch » is branches/spip-2.0 : the main corrections detected on the dev branch are reported on this branch. That’s why you can consider it as the stable branch (and personally I always checkout the latest version of this branch)

.Gilles

On Thu, May 21, 2009 at 8:29 AM, Martín Gaitán <gaitan@gmail.com> wrote:

Hi!

I’ve seen in http://trac.rezo.net/trac/spip/ that there is a new release: 2.08
according to the table, it’s the SVN revision 13982

but I’ve just checked out the ‹ stable › branch and get the revision 14024

svn checkout svn://[trac.rezo.net/spip/branches/spip-2.0/](http://trac.rezo.net/spip/branches/spip-2.0/)

that’s correct?
there is no an svn tag to check out the last ‹ stable release › directly?

thanks in advance


spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en

On Thu, May 21, 2009 at 4:27 AM, Gilles VINCENT <gilles.vincent@gmail.com> wrote:

svn checkout -r 13982 svn://[trac.rezo.net/spip/branches/spip-2.0/](http://trac.rezo.net/spip/branches/spip-2.0/)

This is the official 2.08 version, according to the list available at http://trac.rezo.net/trac/spip/

Ok, but if I want to get the last official version through svn I need to check the table with the revision number before.
I think would be great to have a ‹ tag › for this. Something like:

svn checkout svn://[trac.rezo.net/spip/tag/last-version/](http://trac.rezo.net/spip/tag/last-version/)

That would checkout the revision 13982 until a new version (2.09, I suposse) replace the tag.

what do you think?