[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1803] nagiosplug/trunk/doc/RELEASING

tonvoon at users.sourceforge.net tonvoon at users.sourceforge.net
Sat Sep 29 12:03:56 CEST 2007


Revision: 1803
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1803&view=rev
Author:   tonvoon
Date:     2007-09-29 03:03:56 -0700 (Sat, 29 Sep 2007)

Log Message:
-----------
Updated notes on releasing, mainly for svn

Modified Paths:
--------------
    nagiosplug/trunk/doc/RELEASING

Modified: nagiosplug/trunk/doc/RELEASING
===================================================================
--- nagiosplug/trunk/doc/RELEASING	2007-09-29 00:46:53 UTC (rev 1802)
+++ nagiosplug/trunk/doc/RELEASING	2007-09-29 10:03:56 UTC (rev 1803)
@@ -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 at 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list