This appears to be a certificate problem. But first it needs to be confirmed. Try debugging your post-commit hook by writing messages to a file in intermediate stages before and after every step.
On Mar 25, 11:43 am, ol3j <lukaszolejarc...@gmail.com> wrote: > Hi, > > I have a problem with post-commit hook. I tried set up the hook: > VisualSVN GUI ->Repo->Properties->Hooks: > > the text is: > > C:\Program Files\VisualSVN Server\bin\VisualSVNServerHooks.exe commit- > notification "%1 -r %2 --from xx...@p-r.com.pl --to x...@o2.pl --smtp- > server smtp.p-r.com.pl --smtp-port 587 --smtp-user xxx --smtp-password > xxxx > > and I didn't receive any email. > > When I changed the post-commit.cmd and run it from command line, it > works fine. > > C:\Program Files\VisualSVN Server\bin\VisualSVNServerHooks.exe commit- > notification "C:\Repositories\TMSkomunikowanie" -r 2 --from xx...@p- > r.com.pl --to x...@o2.pl --smtp-server smtp.p-r.com.pl --smtp-port 587 > --smtp-user xxx --smtp-password xxxx > > What is wrong. I searched in the Internet but I haven't find any > solutions for me problem. > > What should I do ? Should I change the post-commit.tmpl post- > commit.cmd REPOS REV ? I did but it isn't still working. > > Thanks for a answer.