13/11/2012 Par PJ Michel DansLinux Introduction to SVN : importing a new project | Sébastien Wains Create a new repository :$ svnadmin create --fs-type fsfs /home/user/svnSuppose you have an existing project you wish to import in SVN :$ svn import /path/to/project/ file:///home/user/svn/project -m 'Initial import'Checking out… Read More