making svn changes.

This commit is contained in:
skarg
2006-05-21 13:28:05 +00:00
parent a8e8b93064
commit 85d5ebe819
+18 -7
View File
@@ -13,15 +13,26 @@ $ make clean
Make the source code look the same Make the source code look the same
$ indent -kr -nut -nlp *.c *.h $ 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
Set a CVS tag on the "bacnet-stack" module called "bacnet-stack-0-0-0" Commit any changes to subversion.
$ cvs tag bacnet-stack-0-0-0 $ svn commit
$ svn update
Get a clean version out of CVS that doesn't have CVS in it. Don't Create the change log
use the pserver since it is not updated instantly and may not have svn log --xml --verbose | xsltproc svn2cl.xsl - > ChangeLog
the latest changes in it.
$ cvs -d:ext:skarg@cvs.sf.net:/cvsroot/bacnet export -Dtomorrow bacnet-stack 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 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 and gzip the clean directory from one directory up.
$ tar -cvvzf bacnet-stack-0.0.0.tgz bacnet-stack/ $ tar -cvvzf bacnet-stack-0.0.0.tgz bacnet-stack/