#927 release Tags are wrong
Metadata
Property | Value |
---|---|
Reported by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Reported at | Jun 7, 2011 22:40 |
Type | Bug Report |
Version | 2.0 |
Operating System | Unspecified / All |
Last edited by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
Last edited at | Jun 8, 2011 15:46 |
Closed by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
Closed at | Jun 8, 2011 15:46 |
Closed in version | Unknown |
Resolution | Fixed |
Comment |
Description
The svn tags for the 2.1 release don't follow the current naming scheme. Please update these accordingly.
e.g. the url for dune-common is https://svn.dune-project.org/svn/dune-common/tags/release-2.1.0 instead of https://svn.dune-project.org/svn/dune-common/tags/2.1
The release-managers might just run the following bash command to update all modules: for i in common grid istl grid-howto grid-dev-howto localfunctions; do svn mv -m "update tag name to follow the naming policy" https://svn.dune-project.org/svn/dune-$i/tags/release-2.1.0/ https://svn.dune-project.org/svn/dune-$i/tags/2.1; done
PS: I stumbled upon this wile updating the website. The broken naming scheme make is particularly nasty to handle the different releases in a consistent way.