Subversion
Subversion is an open-source version control system. It manages files placed in a central repository. This repository acts much like a file server, except that it remembers every change ever made to your files and directories. This allows you to recover older versions of your data, and see what developer has changed which file.
To use subversion : SVN book
Checkout the trunk
Anonymous or logged user :
svn co https://svn.aditam.com/trunk
Api documentation
Trac
Trac provide us :
- a wiki
- a source browser
- a timeline
Vim
We will provide vim configuration for a Python project soon.
