On Wednesday 2 May 2007 12:54, Marc Delisle wrote:
It was only so that the full checkout takes less space on my system.
Also I think we only need to keep the tag for the last version of each "family" (here I kept 2.9.0.3) but I might be wrong, sorry.
Please don't delete tags. It doesn't save space in the repository, only on a full checkout. But a full checkout is not really needed, it's easy to check out just the parts of a repository you may need.
The tags of older versions are very useful to compare changes between two specific versions. I use it when backporting bugfixes to an older version of phpMyAdmin, namely in the Debian stable release.
Thijs