From 500d324b0f562b8523275793944398a8fab25a8e Mon Sep 17 00:00:00 2001 From: skarg Date: Wed, 24 May 2006 19:56:36 +0000 Subject: [PATCH] updated release procedure for subverson. --- bacnet-stack/doc/README.release | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/bacnet-stack/doc/README.release b/bacnet-stack/doc/README.release index 9a1a8208..e29a70cb 100644 --- a/bacnet-stack/doc/README.release +++ b/bacnet-stack/doc/README.release @@ -26,14 +26,14 @@ $ svn commit $ svn update Create the change log -svn log --xml --verbose | xsltproc svn2cl.xsl - > ChangeLog - +$ svn log --xml --verbose | xsltproc svn2cl.xsl - > ChangeLog + Set a tag on the "bacnet-stack" module called "bacnet-stack-0-0-0" -$ svn copy https://svn.sourceforge.net/svnroot/bacnet/tags/bacnet-stack-0-0-0 - +$ svn copy https://svn.sourceforge.net/svnroot/bacnet/current https://svn.sourceforge.net/svnroot/bacnet/tags/bacnet-stack-0-0-0 + Get a clean version out of subversion that doesn't have subversion in it. -$ svn https://svn.sourceforge.net/svnroot/bacnet/trunk/bacnet-stack bacnet-stack - +$ svn export https://svn.sourceforge.net/svnroot/bacnet/trunk/bacnet-stack bacnet-stack + tar and gzip the clean directory from one directory up. $ tar -cvvzf bacnet-stack-0.0.0.tgz bacnet-stack/ @@ -46,12 +46,12 @@ Go to http://sourceforge.net/projects/bacnet/ Add Release Release Name "bacnet-stack-0.0.0" Set status to Hidden (for now). - Create a change log (use cvs2cl.pl) + Create a change log (use svn log) [Submit/Refresh] Attach the tarball that was uploaded (should be listed) [Add Files and/or Refresh View] Set file metadata - Processor: i386 + Processor: Platform Independent Release Date: Today's date File Type: Source .gz [Update/Refresh] @@ -59,8 +59,9 @@ Go to http://sourceforge.net/projects/bacnet/ Set status to Active [Submit/Refresh] [Send Notice] - - Update the website (if necessary) - - Add release notes under What's New on SourceForge + Update the website (if necessary) + + Add release notes under What's New on SourceForge. + The release notes should include project details + for someone unfamiliar with the project or BACnet.