I wanted to checkout when there is a commit to a particular path in svn. In VisualSVN -> Properties -> Post-Commit hook:
"D:\Program Files\VisualSVN Server\bin\svn.exe" checkout https://***.****.***/svn/Mobile/Node/trunk C:\MyPath
Then I went and did a commit, but I don't see any checkouts happened. When I execute the post-commit script manually it checks out to that path.
I am getting error as "- The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually! Certificate information:"
How can I resolve it?