SVN-Hooks
view release on metacpan or search on metacpan
- UpdateConfFile: create non-existing directories if the 'to'
specification contains directories they are created if they don't
exist.
1.23 2013-11-22 08:13:25 America/Sao_Paulo
[Fixes]
- Some tests were failing when run with Subversion 1.8 because
of changes in the 'svn propset' command.
1.22 2013-11-19 11:19:06 America/Sao_Paulo
[Changes]
CheckJira: accept and disregard spaces in the "projects"
specification.
[Fixes]
lib/SVN/Hooks/CheckMimeTypes.pm view on Meta::CPAN
}
if (@errors) {
croak "$HOOK:\n", join("\n", @errors), <<'EOS', $Help;
Every added file must have the svn:mime-type property set. In
addition, text files must have the svn:eol-style and svn:keywords
properties set.
For binary files try running
svn propset svn:mime-type application/octet-stream path/of/file
For text files try
svn propset svn:mime-type text/plain path/of/file
svn propset svn:eol-style native path/of/file
svn propset svn:keywords 'Author Date Id Revision' path/of/file
EOS
}
}
1; # End of SVN::Hooks::CheckMimeTypes
__END__
=pod
( run in 0.451 second using v1.01-cache-2.11-cpan-71847e10f99 )