Hi, > On 23 Jul 2014, at 06:50, Shivaprakash Tirlapur > <shivaprakash.tirla...@gmail.com> wrote: > > can any one help me i want a pre commit hook script server side subversion > for windows to block the commit if conflict markers are present in the > committing file
Start by reading the documentation about the hook in the subversion book, getting information about the candidate transaction using svnlook and then implement the text search. Andreas