User Tools

Site Tools


cs:svn
Return to Home page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

cs:svn [2019/02/26 14:33]
cs:svn [2020/11/26 23:18] (current)
Line 1: Line 1:
 +====== 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
 +
 +<code bash>
 +svnadmin create /path/svn_dir/repository_name
 +</code>
 +
 +If a project exists use this command to import all the file of the project located in the directory //repository_name//
 +<code bash>
 +svn import -m "<Message>" repository_name svn+ssh://<username>@<server name or IP>/path/svn_dir/repository_name
 +</code>

If you found any error, or if you want to partecipate to the editing of this wiki, please contact: admin [at] skenz.it

You can reuse, distribute or modify the content of this page, but you must cite in any document (or webpage) this url: https://www.skenz.it/cs/svn?rev=1551188037&do=diff