From 3d7942a0ef4f8c35090d2204124f114dcfe47a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 26 May 2002 08:15:33 +0000 Subject: [PATCH] Added the "-P" option in the cvs checkout command line --- ChangeLog | 4 ++++ scripts/create-release.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d4a64186e..9e529028d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-05-26 Loïc Chapeaux + * scripts/create-release.sh, line 60: added the "-P" option (prune empty + directory) for the cvs checkout. + 2002-05-25 Loïc Chapeaux * libraries/common.lib.php3: - fixed a PHP3 bug and warnings; diff --git a/scripts/create-release.sh b/scripts/create-release.sh index 6724d7f52..85aa744d8 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -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