Re: Need to chaeck mime-type on a specific extension

2011-08-16 Thread David Weintraub
> Hi, I need to reject commits that have a file extension .mdl and don't have > svn:mime-type set to application/octet-stream. > > Does anyone have a pre-commit hook that will do this or similar? I just happen to have such a hook. The hook is in Perl, but doesn't require anything that doesn't co

Need to chaeck mime-type on a specific extension

2011-08-16 Thread Michael Toal
Hi, I need to reject commits that have a file extension .mdl and don't have svn:mime-type set to application/octet-stream. Does anyone have a pre-commit hook that will do this or similar? Thanks. Michael.