Thanks Ivan, that worked.

Now I can see the problem is that svn update isn't accepting the self
signed SSL certificate. I get the following error:

Error validating server certificate for 'https://localhost:8443':
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
 - The certificate hostname does not match.
Certificate information:
 - Hostname: de-applserv.darntonelgee.local
 - Valid: from Tue, 06 Jan 2009 17:17:57 GMT until Fri, 04 Jan 2019
17:17:57 GMT
 - Issuer: de-applserv.mydomain.local
 - Fingerprint: 75:f5:a4:12:12:84:57:0a:ee:a0:c3:2b:18:70:1d:dc:eb:
8e:ce:f0
(R)eject, accept (t)emporarily or accept (p)ermanently? svn: OPTIONS
of 'https://localhost:8443/svn/iqms/trunk/iqms-dev': Server
certificate verification failed: certificate issued for a different
hostname, issuer is not trusted (https://localhost:8443)

How can I tell svn to permanently accept the certificate?

Thanks again for your help.

Matt.


On Jan 26, 9:15 pm, Ivan Zhakov <[email protected]> wrote:
> On Tue, Jan 20, 2009 at 11:00 PM,  <[email protected]> wrote:
>
> > Hi,
>
> > I wonder if someone can help me getting a very simple post commit
> > script working. At the moment I've added a simple post commit hook to
> > run an svn update on a local folder, but the update just doesn't
> > happen.
>
> > I put the following in a batch file (c:\update-dev.bat):
>
> >    c:\visualsvn\bin\svn.exe update c:\inetpub\dev
>
> > (I've previously checked out to c:\inetpub\dev) and then call the
> > above batch file from post-commit.cmd and send the output to a text
> > file to see what was going on. The contents of post-commit.cmd is:
>
> >    c:\update-dev.bat > c:\update_log.txt
>
> You have to redirect stderr instead of stdout to see svn.exe errors.
> To do this please use following command:
> c:\update-dev.bat 2> c:\update_log.txt
>
> --
> Ivan Zhakov
> VisualSVN Team

Reply via email to