From 85d5ebe81964124c41c7eda9872b033f47e09ce4 Mon Sep 17 00:00:00 2001 From: skarg Date: Sun, 21 May 2006 13:28:05 +0000 Subject: [PATCH] making svn changes. --- bacnet-stack/doc/README.release | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/bacnet-stack/doc/README.release b/bacnet-stack/doc/README.release index 6933c044..9a1a8208 100644 --- a/bacnet-stack/doc/README.release +++ b/bacnet-stack/doc/README.release @@ -13,15 +13,26 @@ $ make clean Make the source code look the same $ indent -kr -nut -nlp *.c *.h -Commit changes to CVS. +Verify that the code compiles and runs the demos without error or +warnings: +$ make all +$ demo/server 123 (etc) +Verify that the unit tests compile and pass: +$ ./unittest.sh +$ cat test.log | grep Failed + +Commit any changes to subversion. +$ svn commit +$ svn update + +Create the change log +svn log --xml --verbose | xsltproc svn2cl.xsl - > ChangeLog -Set a CVS tag on the "bacnet-stack" module called "bacnet-stack-0-0-0" -$ cvs tag bacnet-stack-0-0-0 +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 -Get a clean version out of CVS that doesn't have CVS in it. Don't -use the pserver since it is not updated instantly and may not have -the latest changes in it. -$ cvs -d:ext:skarg@cvs.sf.net:/cvsroot/bacnet export -Dtomorrow bacnet-stack +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 tar and gzip the clean directory from one directory up. $ tar -cvvzf bacnet-stack-0.0.0.tgz bacnet-stack/