1SVK::Command::Ignore(3)User Contributed Perl DocumentatioSnVK::Command::Ignore(3)
2
3
4
6 SVK::Command::Ignore - Ignore files by setting svn:ignore property
7
9 ignore PATH...
10
12 Adds the given paths to the 'svn:ignore' properties of their parents,
13 if they are not already there.
14
15 (If a given path contains a wildcard character (*, ?, [, or \), the
16 results are undefined -- specifically, the result of the check to see
17 if the entry is already there may not be what you expected. Currently
18 it will not try to escape any such entries before adding them.)
19
20
21
22perl v5.8.8 2006-12-28 SVK::Command::Ignore(3)