Florent Guillaume <[EMAIL PROTECTED]> wrote: > Ok I'm about to start the renaming of svn branches and tags for CMF into > a simpler numerical format. > > I'll post another message when I'm done, with instructions on how to > switch your sandboxes (it's very simple).
Ok this is done. Branches are now named like so: svn://svn.zope.org/repos/main/CMF/branches/1.4 svn://svn.zope.org/repos/main/CMF/branches/1.5 And tags: svn://svn.zope.org/repos/main/CMF/tags/1.4.7 svn://svn.zope.org/repos/main/CMF/tags/1.5.1-beta2 svn://svn.zope.org/repos/main/CMF/tags/1.5.2 etc. To see all the tags and branches you can do: svn ls svn://svn.zope.org/repos/main/CMF/tags | more svn ls svn://svn.zope.org/repos/main/CMF/branches | more (I haven't renamed everything, only the 1.4 and 1.5 tags and branches.) If you have a current sandbox, say CMF-1_5-branch for example, you'll have to go inside it and do: svn switch svn+ssh://[EMAIL PROTECTED]/repos/main/CMF/branches/1.5 and that's it (this operation is fast, it only changes metainformation). Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of R&D +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] _______________________________________________ Zope-CMF maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-cmf See http://collector.zope.org/CMF for bug reports and feature requests
