The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SVK::Command::Ignore - Ignore files by setting svn:ignore property

SYNOPSIS

 ignore PATH...

DESCRIPTION

Adds the given paths to the 'svn:ignore' properties of their parents, if they are not already there.

(If a given path contains a wildcard character (*, ?, [, or \), the results are undefined -- specifically, the result of the check to see if the entry is already there may not be what you expected. Currently it will not try to escape any such entries before adding them.)

AUTHORS

Chia-liang Kao <clkao@clkao.org>

COPYRIGHT

Copyright 2003-2005 by Chia-liang Kao <clkao@clkao.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html