内容へ移動
ClownWiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
トレース:
subversion:websvn
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
Subversionをウェブからブラウズできるツール 公式ページ:http://www.websvn.info/ 画面イメージ: {{Subversion:WebSVN:websvn.png}} ダウンロード <code> wget http://websvn.tigris.org/files/documents/1380/49056/websvn-2.3.3.tar.gz </code> 解凍 <code> tar xzvf websvn-2.3.2.tar.gz </code> 設置(ブラウザでアクセス可能な場所へ) <code> mv websvn-2.3.2 /var/www/websvn </code> <code> Tips:apache のAliasの設定 Alias /websvn/ "/var/www/websvn/" <Directory "/var/www/websvn"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory> </code> 設定ファイル編集 <code> cp /var/www/websvn/include/distconfig.php /var/www/websvn/include/config.php vi /var/www/websvn/include/config.php // $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', null, 'username', 'password'); $config->addRepository('TestRep', 'http://path/to/rep)', null, 'user', 'pass'); // $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', 'group', 'username', 'password'); </code> ===== Tips ===== ==== Call to undefined function xml_parser_create() ==== PHP5.6で構築した場合、PHP5.6からxml.soモジュールが含まれなくなったので、別途php-xmlをインストールする。 <code> yum -y --enablerepo=remi-php56 install php-xml </code>
subversion/websvn.txt
· 最終更新: 2025/02/16 13:53 by
127.0.0.1
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ