»   Project links

»   External links

»    Developer blogs

Get TM++ Topic Maps engine at SourceForge.net. Fast, secure and Free Open Source software downloads

Support This Project

Wikipedia Affiliate Button


»    Subversion VCS
TM++ uses Subversion as a version control for source code. To get the latest development version of TM++ on UNIX(R) or Linux type the following in a terminal shell:

svn co https://tmplusplus.svn.sourceforge.net/svnroot/tmplusplus/trunk tmplusplus
cd tmplusplus
./configure
make check
sudo make install
If you are using Windows(R) there are many clients, personally I use Tortoise.

Click here if you want to browse the SVN repository using a web browser.

The SVN repository uses a release pattern, this means that there are three directories at the root:

  • branches; holds all the versions that are being tested, or special branches when developers want to work undisturbed on something
  • tags; holds all the tested versions
  • trunk; holds the current development version