SVN Notes ========= 1) svnadmin create /path/to/repos 2) The project tree to import should contain the directoreis: branches/ tags/ trunk/ (which contains all data) 3) svn import /tmp/myproject file:///path/to/repos/myproject -m "initial import" 4) svn checkout file:///path/to/repos/myproject