[Phpmyadmin-devel] [Phpmyadmin-svn] SF.net SVN: phpmyadmin:
Marc Delisle
Marc.Delisle at cegepsherbrooke.qc.ca
Tue May 8 20:05:44 CEST 2007
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
More information about the Developers
mailing list