使用者工具

網站工具


service:subversion_trac

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
service:subversion_trac [2010/01/08 21:56]
wenpei
service:subversion_trac [2011/12/05 11:16] (目前版本)
wenpei SparkleShare
行 1: 行 1:
 ====== Subversion ====== ====== Subversion ======
 +設定專用資料夾:http://​i.repeat.tw/​blog/​post/​8687153
 +
 +如何不被 TortoiseSVN 拖慢系統效率:http://​www.jeffhung.net/​blog/​articles/​jeffhung/​758/​
 +
 +===== Branck and Merge =====
 +http://​blog.miniasp.com/​post/​2010/​01/​Subversion-Branches-and-Merging-using-TortoiseSVN.aspx
 +
 ===== 忽略檔案或資料夾 ===== ===== 忽略檔案或資料夾 =====
   svn propedit svn:ignore [Repo位置]   svn propedit svn:ignore [Repo位置]
行 156: 行 163:
  
 完成後在 dist 目錄下會產生一個 TracWebAdmin-xxx.egg 檔案,複製到: 完成後在 dist 目錄下會產生一個 TracWebAdmin-xxx.egg 檔案,複製到:
-  # mv TracWebAdmin-xxx.egg /​usr/​local/​lib/​python2.5/​site-packages/​+  # mv TracWebAdmin-xxx.egg /​usr/​local/​lib/​python2.X/​site-packages/​
  
 建立 Apache 執行 Python 時用的暫存目錄: 建立 Apache 執行 Python 時用的暫存目錄:
行 169: 行 176:
 ===== 附註 ===== ===== 附註 =====
 所有上傳的檔案會依照每版本一個檔案放在 /​home/​svn/​sandbox/​db/​revs 資料夾中。 所有上傳的檔案會依照每版本一個檔案放在 /​home/​svn/​sandbox/​db/​revs 資料夾中。
- 
 ==== subversion 參考 ==== ==== subversion 參考 ====
 +[[http://​www.dev.idv.tw/​mediawiki/​index.php/​TortoiseSVN使用簡介|TortoiseSVN使用簡介]]
 +
 http://​jostudio.blogspot.com/​2006/​12/​svn-subversion-tortoisesvn.html http://​jostudio.blogspot.com/​2006/​12/​svn-subversion-tortoisesvn.html
  
行 195: 行 203:
 ===== 刪除 .svn 目錄 ===== ===== 刪除 .svn 目錄 =====
   find . -type d -name '​.svn'​ -exec rm -rf {} \;   find . -type d -name '​.svn'​ -exec rm -rf {} \;
 +  ​
 +====== iFolder ======
 +http://​www.ifolder.com/​
 +
 +http://​sourceforge.net/​projects/​ifolder/​files/​
 +
 +iFolder is a safe and secure way to share and synchronize files across computers and within teams.
 +
 +====== SparkleShare ======
 +http://​sparkleshare.org/​
 +
 +SparkleShare is a collaboration and sharing tool that is designed to keep things simple and to stay out of your way.
 +
 +2011/12/05: Do not support Windows client yet.
 +
service/subversion_trac.1262959008.txt.gz · 上一次變更: 2010/01/08 21:56 由 wenpei