Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the SVN-Hooks CPAN distribution.

Report information
The Basics
Id: 44940
Status: resolved
Priority: 0/
Queue: SVN-Hooks

People
Owner: Nobody in particular
Requestors: rmb32 [...] cornell.edu
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.15.41
Fixed in: (no value)



Subject: CheckProperty cannot test for _absence_ of prop
SVN::Hooks::CheckProperty does not currently seem to have the ability to check for the absence of a property. For example, I would like to check that files matching qr/\.pm$/ do NOT have an svn:executable property.
Actually, it can. If you pass a number as the third argument to CHECK_PROPERTY, it checks that the property is set (if non-zero) or unset (if zero). The module documentation is lacking. I'll take care of it in the next release.
I've just uploaded version 0.16.48 to PAUSE. It should appear on CPAN shortly. You can get it earlier from http://code.google.com/p/svn-hooks/ if you want. Please note the SVN::Hooks::CheckProperty's documentation.