WinMerge檔案濾鏡的使用方法

當我們在比對CVS或Subversion的工作目錄(CVS使用,Working Directory)或工作複本(SVN使用,Working Copy)時,若不將其內部使用的CVS或.svn子目錄忽略掉,則經常會出現許多不必要的檔案;使用下列步驟則可將之忽略掉不比對:

  1. 比對時必須指定檔案濾鏡(File Filter)
  2. 【工具→濾鏡】,在檔案濾鏡頁籤上按新增,給一個新的檔名,例如wwwroot.flt

wwwroot.flt內容如下:

c:\Program files\WinMerge\Filters\wwwroot.flt
## This is a directory/file filter template for WinMerge
name: wwwroot
desc: JSP/JSPF/XML,…

## Select if filter is inclusive or exclusive
## Inclusive (loose) filter lets through all items not matching rules
## Exclusive filter lets through only items that match to rule
## include or exclude
def: include

## Filters for filenames begin with f:
## Filters for directories begin with d:
## (Inline comments begin with " ##" and extend to the end of the line)
## 以下副檔名的檔案不比對

f: \.bak$
f: \.class$
f: \.~*$

d: \\images$
d: \\WEB-INF\\work$
d: \\web-inf\\work$
d: \\WEB-INF\\classes$
d: \\web-inf\\classes$
d: \\web-inf\\lib$
d: \\WEB-INF\\tmp$
d: \\\.svn$
d: \\CVS$

include的意思是下列的檔案(f:)與目錄(d:)設定要加入過濾條件裡,符合的檔案不會被比對

f:指定副檔名,因為點(.)是Regular expression的特殊符號,副檔名的點要用\.來表示;結尾注意要有Dollar-sign($)

d:指定不要比對的目錄,必須以\\開頭,$結尾

\\\.svn前兩個反斜線表示目錄,第三個反斜線和.構成
.符號

##

您可能也會有興趣的類似文章

填寫回應

 

 

 

您可使用這些HTML標籤

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

隨機文章

  1. [拜託] 歡迎塗鴉,但... 
  2. InterBase原作者加入MySQL AB 
  3. 購買Aqua Data Studio 6.0授權 
  4. [轉貼] 千千靜聽:自動抓歌詞+詞曲同步的KTV播放器 (2)
  5. iPad超方便記事本:Nebulous Notes (2)
  6. 建置縮短網址功能以追蹤外連點擊之紀錄 (4)
  7. net2ftp: 用瀏覽器當FTP Client 
  8. 用JumpBox輕鬆安裝Subversion+Trac雙系統 
  9. [Tools] 真正免費的Free Download Manager (3)
  10. 替部落格的側邊欄位加上縮起與展開功能 (2)

歷史熱門文章

  1. 如何手動輸入Plurk的表情圖示? (353,080 點擊/2008-09-29)
  2. 簡單放大Plurk輸入區的方法[修訂] (86,928 點擊/2008-09-29)
  3. 啟用&關閉中華電信ZyXEL P874的無線網路連線功能的步驟[修訂] (84,009 點擊/2011-06-01)
  4. Plurk CSS樣式自訂修改全攻略 (83,116 點擊/2009-07-04)
  5. 網路升級光世代50M/3M與設定ZyXEL P874 (53,304 點擊/2011-05-28)
  6. 輕鬆學會彈指神功-揭露AutoHotkey絕技 (43,172 點擊/2008-04-10)
  7. iPad新手入門技巧 (40,424 點擊/2011-02-05)
  8. 分享世博台灣館主題曲『台灣的心跳聲』MV(附歌詞+下載連結+新歌詞) (38,151 點擊/2010-04-27)
  9. 把HTC Touch HD操作介面換成Spb Mobile Shell,美觀又便利! (37,955 點擊/2009-02-18)
  10. 另一套適用手機的影片轉檔工具:WinAVI 3GP/MP4/PSP/iPod Video Converter (35,922 點擊/2009-04-18)