SVN
Posted Sunday, 13 April, 2008 - 17:00 by the Fiddler
OpenTK uses Subversion for managing its source code. It's source is hosted on Sourceforge, and is publicly available.
To checkout the latest revision, install a Subversion client and use the following command:
svn co https://opentk.svn.sourceforge.net/svnroot/opentk/trunk opentk
You can also browse the source code online, through http://svn.opentk.com.




Comments
Apr 13
18:26:12Re: SVN
posted by objarniA popular subversion client for Windows is TortoiseSVN: http://tortoisesvn.tigris.org/
Apr 14
06:12:02Re: SVN
posted by teichgraf... with Tortoise, you can simply use the explorer context menu entry "SVN Checkout". Enter as "URL of repository" https://opentk.svn.sourceforge.net/svnroot/opentk/trunk.