Changes between Initial Version and Version 4 of Ticket #2275


Ignore:
Timestamp:
07/11/10 13:31:50 (14 years ago)
Author:
zaytsev
Comment:

It is true that ignore_dirs does not allow to specify relative paths. Well, it kinda does, but this will break on recursive searches. Let us re-purpose this ticket to enhance the existing setting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2275

    • Property Cc zaytsev added
    • Property Summary changed from search: skip working copy meta data of known version control systems to Find file: ignore_dir should allow to specify relative, not only absolute paths
  • Ticket #2275 – Description

    initial v4  
    1 most of the time there is no point in searching through the repository data of the version control systems. 
     1Most of the time there is no point in searching through the repository data of the version control systems. 
    22 
    3 this patch is somewhat crude - the list should be probably come from a config file. the list isn't complete, either - it covers only the VCS i'm using. 
    4 one might consider adding a checkbox (like the "skip hidden") to the actual search dialog, but i think this is pretty much pointless and thus not worth the ui clutter. 
     3To this end, ignore_dirs should allow to specify relative directory names, such as ".svn" in the mc.ini file. 
     4 
     5This patch is somewhat crude - the list should be probably come from a config file. the list isn't complete, either - it covers only the VCS i'm using. 
     6 
     7One might consider adding a checkbox (like the "skip hidden") to the actual search dialog, but i think this is pretty much pointless and thus not worth the ui clutter.