Home
Help
Search
Login
Register
SlickEdit Community
»
SlickEdit Product Discussion
»
SlickEdit®
»
Feature Request: ignore hidden files/folders in DiffZilla esp. for Subversion
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Feature Request: ignore hidden files/folders in DiffZilla esp. for Subversion (Read 8512 times)
magpie
Senior Community Member
Posts: 100
Hero Points: 5
Feature Request: ignore hidden files/folders in DiffZilla esp. for Subversion
«
on:
July 17, 2006, 04:42:53 AM »
DiffZilla needs a way to exclude Subversion .svn folders from a directory comparison. I need to compare my branch tree against the trunk tree, but any differences are completely swamped by differences inside the many .svn folders created by Subversion. A simple "ignore hidden files/folders" would do.
Logged
Dennis
Senior Community Member
Posts: 3989
Hero Points: 519
Re: Feature Request: ignore hidden files/folders in DiffZilla esp. for Subversion
«
Reply #1 on:
July 17, 2006, 01:40:38 PM »
Just add .svn/ (.svn\ on Windows) to your "Exclude Filespecs" in the Diff dialog.
Logged
magpie
Senior Community Member
Posts: 100
Hero Points: 5
Re: Feature Request: ignore hidden files/folders in DiffZilla esp. for Subversion
«
Reply #2 on:
July 24, 2006, 02:28:13 AM »
Great ! Also, is there an equivalent for the Find in files dialog, which doesn't have an 'exclude' entry ? I'm trying to search all code files in a Subversion controlled tree.
Logged
Lee
SlickEdit Team Member
Senior Community Member
Posts: 1299
Hero Points: 130
Re: Feature Request: ignore hidden files/folders in DiffZilla esp. for Subversio
«
Reply #3 on:
July 24, 2006, 12:50:43 PM »
Version 11 added File Exclude capability in Find in Files. You can configure the parameters to be a file spec (ex: *.h;*.hpp), or file name without full path (ex: readme) or pathnames with wildcards (ex: *\cvs\*;*\obj\*), or any combination thereof.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
SlickEdit Community
»
SlickEdit Product Discussion
»
SlickEdit®
»
Feature Request: ignore hidden files/folders in DiffZilla esp. for Subversion