From 488e20226d23ead29848196272d090ae921c1a59 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Sat, 29 Sep 2007 10:03:56 +0000 Subject: Updated notes on releasing, mainly for svn git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1803 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/doc/RELEASING b/doc/RELEASING index 3fa4b32..3b8d7f9 100644 --- a/doc/RELEASING +++ b/doc/RELEASING @@ -1,21 +1,23 @@ NOTES ON RELEASING NEW VERSION OF NAGIOSPLUG -cvs update in main area +svn update in main area . tools/devmode, if feeling adventurous check compilation, check tinderbox screens Update BUGS, NEWS file Update AUTHORS if new members Update configure.in and package.def with version -Run cvs2cl.pl +Run svn2cl (get from http://ch.tudelft.nl/~arthur/svn2cl): +svn2cl.sh --break-before-msg -i http://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk commit BUGS NEWS configure.in package.def ChangeLog -cvs tag r1_4_1 +svn copy http://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk +http://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/tags/release-1.4.10 checkout new version: cd /tmp rm -fr nagiosplug -cvs -z3 -d:ext:tonvoon@nagiosplug.cvs.sourceforge.net:/cvsroot/nagiosplug co -r r1_4_1 nagiosplug +svn export http://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/tags/release-1.4.10 nagiosplug cd nagiosplug tools/setup ./configure -- cgit v0.10-9-g596f