I am new to SharpSVN (and quite frankly, quite new to C #). I tried to get a simple pre-commit handler that checks for a comment. (i.e. commit is not executed in the absence of comment)
There are a few posts (like this one ) that are related and useful, but I have a few fundamental questions that prevent me from continuing:
1) How do I get the code as the link above running in C #? (i.e. what C # context would I use - console application? csharp class?)
2) In the context of Windows Server, how can I call my compiled program in C #?
I tried this methodology with no luck.
Thanks in advance.
source
share