Added the "-P" option in the cvs checkout command line

This commit is contained in:
Loïc Chapeaux
2002-05-26 08:15:33 +00:00
parent e6688293f0
commit 3d7942a0ef
2 changed files with 5 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ mkdir cvs
cd cvs
echo "Press [ENTER]!"
cvs -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin login
cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin co $branch phpMyAdmin
cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin co -P $branch phpMyAdmin
date > phpMyAdmin/RELEASE-DATE-$1
mv phpMyAdmin phpMyAdmin-$1