(View this PageEdit this PageUploads to this PageHistory of this PageHomeRecent ChangesSearch the SwikiHelp Guide)
[blog] [ML] [todo] [CVS] [bug] [apache log] [swiki log] [statistics] [map] [man] [info] [アンテナ]

Subversion:活用メモ

管理篇

-----------

リポジトリの初期化

以下のコマンドを実行する。

svn create リポジトリディレクトリパス
chroot -R apacheユーザ名:apacheグループ名 リポジトリディレクトリパス


-----------

使用篇

-----------

インポート


svn import http://localhost/svn/repos –username ユーザ名 –password パスワード

-----------

Link to this Page