Sunday, August 14, 2011

Steps to create a new SVN tag in the project

1. Create a new tag, ie directory.
https://rlforj.svn.sourceforge.net/svnroot/rlforj/tags/release-x.xx

2. Copy to tag directory
-> https://rlforj.svn.sourceforge.net/svnroot/rlforj/tags/release-x.xx/src

RapidSVN seems to work from working copy -> repository, so make sure working copy is current.


In Eclipse, .svn directories must be manually excluded from the build path so that they dont make it into the bin directory.

Build Path > Configure > exclude> **/.svn/*


Command to make jar:

jar cmf MANIFEST -C bin .

Now I wont forget the steps by the time of the nest release.