Click here to Skip to main content
15,891,316 members
Articles / Programming Languages / C# 3.5

Adding Post-commit Hook to SVN Source Control

Rate me:
Please Sign up or sign in to vote.
4.50/5 (2 votes)
27 Jul 2012CPOL3 min read 27.1K   135   11  
How to add a post-commit hook to SVN source control that sends email to the team
<?xml version="1.0" encoding="utf-8"?><xd:xmldiff version="1.0" srcDocHash="11597628323022590533" options="IgnoreChildOrder IgnoreNamespaces IgnorePrefixes " fragments="no" xmlns:xd="http://schemas.microsoft.com/xmltools/2002/xmldiff"><xd:node match="1"><xd:node match="2"><xd:change match="@publicationdate">1967-11-17</xd:change></xd:node><xd:node match="1"><xd:node match="3"><xd:change match="1">8.90</xd:change></xd:node><xd:node match="1"><xd:change match="1">The Autobiography of Benjamin Franklin</xd:change></xd:node></xd:node></xd:node></xd:xmldiff>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Employed (other)
Netherlands Netherlands
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions