Scripts
There are 1 entries for the tag
Scripts
I just released a tool which validates files committed to Subversion repository - Svn Pre-Commit Validator (short SvnPCV). The tool is written in .NET 2 (C#) and is customisable via XML configuration file.
I decided to write such tool when working on a project where external textural content was edited by non-developers and submitted to Subversion. These content files had to comply to a certain standard, which was rearly the case when i got those, so i had to correct them. So i though it would be good is they just can't commit until the files are valid.
I wrote it and...