Sebastian Mendel a écrit :
Thijs Kinkhorst schrieb:
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.
how? if you like to commit a bugfix to serveral branches with only one commit?
Michal suggested this and it works:
svn co -N https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin pma cd pma svn up -N trunk cd trunk svn up phpMyAdmin