Changes between Version 21 and Version 22 of RepoSearchPlugin


Ignore:
Timestamp:
Feb 19, 2009, 1:51:58 AM (15 years ago)
Author:
Dimitri Tarassenko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RepoSearchPlugin

    v21 v22  
    2525
    2626The globs are separated by your operating systems path separator (`:` under UNIX, `;` under Windows) and each glob is matched against the ''full'' path. Hence `*/README` instead of just `README`.
    27 Note that if you specify an absolute path glob in an `include` or `exclude` clause
    28 the leading slash has to be omitted, e.g. `exclude = trunk/old/*`.
     27
     28Note that if you specify an absolute path glob in an `include` or `exclude` clause for a Subversion repository,
     29the leading slash has to be omitted, e.g. `exclude = trunk/old/*`. If you are using Perforce, the absolute paths need to start with two leading slashes, e.g `exclude=//depot/jobs/*`.
    2930
    3031If only `include` is specified the default is to exclude all other files.