From afb2e7ba8f8b9eaef89bda958fb6802f1ba8913c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 11 Feb 2002 10:12:18 +0000 Subject: [PATCH] Use -P for updates and checkouts git-svn-id: https://svn.dealii.org/trunk@5494 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/RELEASE/tasks | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/RELEASE/tasks b/deal.II/doc/RELEASE/tasks index 113da91dd9..d2bd3eccb7 100644 --- a/deal.II/doc/RELEASE/tasks +++ b/deal.II/doc/RELEASE/tasks @@ -1,14 +1,14 @@ This file is internal information only. It lists the steps to be done when a new release shall be issued: -0/ cvs update -d +0/ cvs update -d -P 1/ if a x.y.0 release, create a branch: call common/scripts/cvs-create-branch -2/ cvs update -r Branch-- +2/ cvs update -P -r Branch-- or - cvs checkout -r Branch-- deal.II + cvs checkout -P -r Branch-- deal.II 3/ change the content of the `Version' file on both HEAD and branch @@ -29,7 +29,7 @@ when a new release shall be issued: 10/ tell your friends to tag their programs -11/ cvs export -r Version-x-y-z and form a tarball of that +11/ cvs export -P -r Version-x-y-z and form a tarball of that 12/ put it on the web server -- 2.39.5