LoginSignup
0
0

More than 5 years have passed since last update.

linuxにsubversionレポジトリ作成及びそのアクセス

Posted at

参考資料


ref1: subversion実践入門

linuxサーバーにレポジトリ作成

ref1) p32
xxxx: レポジトリ名
svnadmin create xxxxs

linuxサーバーに外部からssh接続

ref1) p37
svn co svn+ssh://user@host/aaa/bbb/xxxx

svnサーバーにadd&commit

ex) README.mdをadd&commit
svn add README.md
svn commit -m "xxxx" ./README.md

svnサーバー管理下にあるか確認

svn list

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0