CentOS 4.2 に subversion の設定

CentOS 4.2 に subversionの設定

参考にしたページ
http://park1.wakwak.com/~ima/centos4_subversion0001.html
http://terai.xrea.jp/Subversion.html


yum install subversion


リポジトリの作成

場所は、/home/svn/repos/test とします。

# mkdir -p /home/svn/repos/test
# svnadmin create /home/svn/repos/test

# svn mkdir file://localhost/home/svn/repos/test/trunk -m "create trunk"
# svn mkdir file://localhost/home/svn/repos/test/tags -m "create tags"
# svn mkdir file://localhost/home/svn/repos/test/branches -m "create branches"


WebDAVでのリポジトリ公開

yum install mod_dav_svn



同じカテゴリー(CentOS[Redhat互換])の記事

上の画像に書かれている文字を入力して下さい
 
<ご注意>
書き込まれた内容は公開され、ブログの持ち主だけが削除できます。

写真一覧をみる

削除
CentOS 4.2 に subversion の設定
    コメント(0)