Technical Information

Subversion, abbreviated with SVN, is a version tracking software for developements of all kind. SVN is based on a zentralized project archive, also known as repository, which is stored on our SVN server. You are developing locally and commit your changes to the repository on our server. SVN is saving a version history and every single change in every file. This means that multiple developers can work at the same time without running into file conflicts. If there were changes that didnt make sense you can just rewind the repository and switch back to an older version
SVN is the perfect developement tool and it doesnt matter if its source developement or company documents.
To communicate with our repository server we suggest the windows GUI from
TortoiseSVN. This tool integrates into windows directly, letting you add whole folders with one click into your repository.
More Information about the datacenter can be found here.