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 To tell svk to start paying attention to a file again, use the command
21 'svk pe svn:ignore' to manually edit the ignore list.
22
23
24
25perl v5.34.0 2021-07-22 SVK::Command::Ignore(3)