Hi Toby
As far as that goes, I think having a list of all the auto-props would work better; I'm not sure how to make that work using a hash. Each expression in the ini file would need to be converted into a regular expression. It looks like Text::Glob::glob_to_regex() is exactly what would be needed[1]. (That would add another dependency; Text::Glob is not "standard" but is from CPAN so that's OK... or we could simply pull in the source for that function[2]).
Thanks, this was exactly what I was looking for. So perhaps ... , if I find some more time tonight .... ;-)
Dirk _______________________________________________ vss2svn-users mailing list Project homepage: http://www.pumacode.org/projects/vss2svn/ Subscribe/Unsubscribe/Admin: http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org Mailing list web interface (with searchable archives): http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user
