User Tools

Site Tools


cs:svn
Return to Home page

Differences

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


cs:svn [2024/04/08 22:35] (current) – created - external edit 127.0.0.1
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?do=diff&rev2%5B0%5D=1446042162&rev2%5B1%5D=1551188037&difftype=sidebyside
/web/htdocs/www.skenz.it/home/data/pages/cs/svn.txt · Last modified: 2024/04/08 22:35 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki
Privacy Policy