Actually, SPIP only uses branches : so I concede that the latest “svn stable version” is in fact a development release.
Tags could be easily created like this :
svn copy -r 13982 svn://[trac.rezo.net/spip/branches/spip-2.0](http://trac.rezo.net/spip/branches/spip-2.0) \
svn://[trac.rezo.net/spip/tags/spip-2.08](http://trac.rezo.net/spip/tags/spip-2.08) \
-m "Tagging the 2.08 release of SPIP."
according to the documentation.
This way, we could use a generic tag such as ‘latest-version’, but also tags for 2.07, 1.83, 1.92, etc…
The advantage of the generic tag is that it’s always the same version that is available at http://www.spip.net/en_download
.Gilles