SVN

Useful command for svn subversioning system

http://odyniec.net/articles/ubuntu-subversion-server/

Creation of a new repository

In the server where svn was installed

svnadmin create /path/svn_dir/repository_name

If a project exists use this command to import all the file of the project located in the directory repository_name

svn import -m "<Message>" repository_name svn+ssh://<username>@<server name or IP>/path/svn_dir/repository_name