The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SVN::S4::CatOrMods - Fix svn:ignore and svn:keywords properties

SYNOPSIS

Shell: s4 fixprop {files_or_directories}

Scripts: use SVN::S4::CatOrMods; $svns4_object->fixprop(filename=>filename);

DESCRIPTION

SVN::S4::CatOrMods provides utilities for changing properties on a file-by-file basis.

METHODS

None.

METHODS ADDED TO SVN::S4

The following methods extend to the global SVN::S4 class.

$s4->cat_or_mods

Cat or show modifications for the specified file.

DISTRIBUTION

The latest version is available from CPAN and from http://www.veripool.org/.

Copyright 2009-2010 by Wilson Snyder. This package is free software; you can redistribute it and/or modify it under the terms of either the GNU Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.

AUTHORS

Wilson Snyder <wsnyder@wsnyder.org>

SEE ALSO

SVN::S4