- There are 1776 unique visitors to this page.
SPTK 3 SVN Access
If you want to have the latest SPTK version (currently it is version 4) - welcome to SPTK SVN. Here is the way to get the current version.
It's not garanteed to work but it's quite possible. At the very least, it's used in a couple of real-world projects.
You can also use version from SVN to verify that your favorite bug is fixed.
svn co http://sources.total-knowledge.com/svn/sptk/trunk sptk
And, if you already have SPTK from SVN - here is the way to update it:
cd /my/path/to/sptk
svn up
|