Home  ->  Download  ->  SVN
SVN

Browse the Achievo SVN repository

Though Subversion repositories are most commonly accessed using a special piece of software called a Subversion client, we also provide a web-based interface to view Subversion repositories. Browsing the Subversion tree gives you a great view into the current status of this project's code. You may also view the complete history of any file in the repository.

- Comming soon

About Subversion

SVN (Subversion) is a tool used by many software developers to manage changes within their source code tree. SVN provides the means to store not only the current version of a piece of source code, but a record of all changes (and who made those changes) that have occurred to that source code. Use of SVN is particularly common on projects with multiple developers, since SVN ensures changes made by one developer are not accidentally removed when another developer posts their changes to the source tree.

In order to access a Subversion repository, you must install a special piece of software called a Subversion client. Subversion clients are available for most any operating system. For example:

Subversion Access

Achievo can be checked out through SVN with the following instruction set:

svn co http://svn.ibuildings.nl/achievo/achievo/trunk

This will give you the latest development version (including ATK).

For the Achievo modules the instruction set is:

svn co http://svn.ibuildings.nl/achievo/modules/[modulename]/trunk

If you don't know the module you can also use:

svn co http://svn.ibuildings.nl/achievo/modules

This will give you all modules with all branches.

NOTE: UNIX file and directory names are case sensitive.

sitemap | contact | © 1999 - 2008 Ibuildings B.V.