Wilson Snyder > SVN-S4-1.032 > SVN::S4::FixProp

Download:
SVN-S4-1.032.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.032   Source  

NAME ^

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

SYNOPSIS ^

Shell: s4 fixprop {files_or_directories}

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

DESCRIPTION ^

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

METHODS ^

file_has_keywords(filename)

Return true if the filename contains a SVN metacomment.

skip_filename(filename)

Return true if the filename has a name which shouldn't be recursed on.

METHODS ADDED TO SVN::S4 ^

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

$s4->fixprops

Recurse the specified files, searching for .cvsignore, .gitignore or keywords that need repair.

DISTRIBUTION ^

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

Copyright 2005-2009 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