2011年2月16日 星期三

websvn架設

  1. 本站下載Setup-Subversion-1.6.2.msi取得最新版Subversion (搜尋關鍵字Win32Svn)
  2. 下載websvn
  3. 下載appserv。appserv=apache+mysql+php+phpadmin
  4. 安裝至路徑D:\AppServ,不要勾選mysql。因為沒有要用到資料庫。
  5. 安裝時需輸入ServerName與Administrator E-mail Address。
  6. 解壓縮檔案websvn-2.3.2.zip至路徑D:\AppServ\www。
  7. Create repository to directory D:\Rep .
  8. Create projects folder in directory D:\Projects . We'll move our projects to directory D:\Projects then commit them.
  9. If any commit or update action , you don't restart the web server.
  10. 前往路徑D:\AppServ\www\websvn\include。
  11. 複製檔案distconfig.php為config.php。
  12. 修改檔案config.php

    $config->setSVNCommandPath('d:\\program files\\subversion\\bin'); // 指定subversion路徑
    $config->addRepository('NameToDisplay', 'file:///d:/svn_root'); //指定repository路徑

  13. 執行D:\AppServ\Apache2.2\apache_start.bat 啟動Server
  14. 開啟瀏覽器在位址列輸入http://127.0.0.1/websvn/

沒有留言: