From: guido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Fri, 8 Feb 2002 13:35:21 +0000 (+0000)
Subject: update script
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c9c4ef472a77516f4e3c1b7e8bde0b990b130ec;p=dealii-svn.git

update script


git-svn-id: https://svn.dealii.org/trunk@5480 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/doc/RELEASE/tasks b/deal.II/doc/RELEASE/tasks
index 650e573f41..b0e6fea8c5 100644
--- a/deal.II/doc/RELEASE/tasks
+++ b/deal.II/doc/RELEASE/tasks
@@ -1,9 +1,15 @@
 This file is internal information only. It lists the steps to be done
 when a new release shall be issued:
 
+0/ cvs update -d
+
 1/ if a x.y.0 release, create a branch:
-    cvs tag all files with the tag Base-x-y
-    cvs tag -r all files with the tag Branch-x-y
+	call common/scripts/cvs-create-branch <x> <y>
+	from the deal home directory
+
+2/  cvs update -r Branch-<x>-<y>
+	or
+	cvs checkout -r Branch-<x>-<y> deal.II
 
 10/ cvs tag all files with Version-x-y-z