SVN-Hooks
view release on metacpan or search on metacpan
- Subversion 1.9.0 seems to have a bug on the pre-lock/pre-unlock hooks
that makes the commands lock/unlock succeed even if the hooks fail. This
release skips tests using those hooks when using svn 1.9.
1.28 2015-02-18 09:33:41-02:00 America/Sao_Paulo
[Internal changes]
- Clean up module prerequisite list in dist.ini.
- Use Dist::Zilla::Plugin::MetaProvide to insert provides into META.yml.
- Replace README with brian d foy's README.pod template.
- Update documentation.
1.27 2014-08-09 17:04:45 America/Sao_Paulo
[Fixes]
- UpdateConfFile: Fix detection of paths outside of the repository's conf
directori when specified as a TO argument to the UPDATE_CONF_FILE
directive.
- CheckJira: Fix default value for CHECK_JIRA_CONFIG 4th argument.
1.26 2014-07-04 10:48:58 America/Sao_Paulo
[Changes]
- Add directive CHECK_JIRA_DISABLE to SVN::Hooks::CheckJira to disable all
CHECK_JIRA directives.
- Make hooks execute in the order they are defined. Previously, the
execution order was unspecified. (Change kindly contributed by
DC. Thanks!)
1.25 2014-04-13 16:50:07 America/Sao_Paulo
[Fixes]
- UpdateConfFile: the specification of a subdirectory as the
destination file wasn't working.
1.24 2014-03-16 23:31:06 America/Sao_Paulo
[Fixes]
- CheckMimeTypes: disregard symbolic links because they don't need to
have the svn:mime-type property set.
- 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]
The META.yml information which is automatically generated from
Github had a wrong URL for the module repository.
1.21 2013-06-18 09:36:02 America/Sao_Paulo
UpdateConfFile implements a new option 'remove' which, when
set, makes the configuration file in the server be removed if
the its versioned counterpart is removed from the repository.
1.20 2013-06-12 15:08:11 America/Sao_Paulo
In CheckJira, the PROJKEYS in a 'projects' option may now have
spaces around the comma separating project keys.
Fix UpdateConfFile. It was considering only the fist
added/updated file in a commit for updating.
Fix CheckStructure numeric else-clause detection. Also, fix
its documentation to say that negative values are also treated
as true. Only zeroes are considered false. (Thanks to Uwe
Satthoff for bringing this to my attention!)
1.19 2012-06-24 15:12:56 America/Sao_Paulo
Fix example/check-mergeinfo.pl.
1.18 2012-05-21 13:06:06 America/Sao_Paulo
Implement 'exclude' option for CHECK_JIRA directive.
1.17 2012-05-01 18:07:52 America/Sao_Paulo
Use Data::Util to make for cleaner code.
1.16 2012-04-21 21:35:48 America/Sao_Paulo
Moved from Google Code to GitHub.
1.15 2012-04-19 23:06:42 America/Sao_Paulo
Fix and optimize example/check-mergeinfo.pl.
1.14 2012-04-19 22:22:39 America/Sao_Paulo
Implement example/check-mergeinfo.pl showing how to garantee
that merges are performed only on allowed places.
1.13 2012-03-05 11:49:34 America/Sao_Paulo
Fix RT#75547 by making Windows test scripts non-verbose.
( run in 0.453 second using v1.01-cache-2.11-cpan-71847e10f99 )