based on r637 (2012-10-22 13:54:14 +0200)"
Now 'svn commit -m "* Update for release" NEWS'
5. make SF_USERNAME=username RELEASE_VERSION=X.Y.Z preparerelease
- This will tag trunk as https://svn.sourceforge.net/svnroot/check/tags/check-X.Y.Z
+ This will tag trunk as https://svn.code.sf.net/p/check/code/tags/check-X.Y.Z
6. Follow the prompts. If anything goes wrong see Makefile.am and complete it by hand.
7. Use the following template to announce the release:
=====
preparerelease: releasevars .svnrelease prereleasecheck
@echo tagging release from `cat .svnrelease`
- svn cp -m "Tagging for check-${RELEASE_VERSION}" -r`cat .svnrelease` https://check.svn.sourceforge.net/svnroot/check/trunk https://check.svn.sourceforge.net/svnroot/check/tags/check-${RELEASE_VERSION}
- svn co https://check.svn.sourceforge.net/svnroot/check/tags/check-${RELEASE_VERSION} check-${RELEASE_VERSION}
+ svn cp -m "Tagging for check-${RELEASE_VERSION}" -r`cat .svnrelease` https://svn.code.sf.net/p/check/code/trunk https://svn.code.sf.net/p/check/code/tags/check-${RELEASE_VERSION}
+ svn co https://svn.code.sf.net/p/check/code/tags/check-${RELEASE_VERSION} check-${RELEASE_VERSION}
@echo "Any last minute changes? This is your final chance."
@echo "CTRL-D when finished or 'exit 1' to abort."
@echo "aborting will leave the partially prepared release in" `pwd`