close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jan 7, 2010, 6:13:59 PM (16 years ago)
- Author:
-
shunfa
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v5
|
v6
|
|
| 11 | 11 | * /etc/sudoers 可以編輯sudo user |
| 12 | 12 | |
| 13 | | == SVN == |
| | 13 | == SVN + Trac == |
| 14 | 14 | |
| 15 | 15 | * 編輯 vim /etc/apache2/dav_svn.authz, ACCOUNT1 只能讀, ACCOUNT2 可以讀寫, 其它所有都不能進來.(PROJECT_NAME:/, 那個 / 可以是 /trunk => 代表設定誰在 trunk 能做什麼事的意思) |
| … |
… |
|
| 33 | 33 | * svn co http://DOMAIN_NAME/svn/PROJECT_NAME |
| 34 | 34 | * 同樣於 http://DOMAIN_NAME/svn/PROJECT_NAME/ 應該就會看到 Revision 資訊 |
| | 35 | |
| | 36 | * [https://trac.nchc.org.tw/cloud/wiki/shunfa/2010/0107-2 安裝trac時產生的錯誤訊息] |