>It is possible to verify that a project.xml is one of the files being >committed because you can use "svn changed" at the time of the >transaction to see what files are being added or modified. It would be >possible to fail the transaction if svnlook changed doesn't have a >project.xml file in the list.
Yes that's exactly what I was hoping for. Do you happen to know any template/example in perl/python that would give me some hint on how to achieve this? I do not have much experience with either of the language but can easily learn if I look at some examples. And yes I am looking to implement on server side only. Thanks!