[Mono-dev] Subversion on MonoDevelop

Lluis Sanchez lluis at ximian.com
Mon May 28 08:05:34 EDT 2007


El dv 25 de 05 del 2007 a les 08:04 -0400, en/na Vladimir Giszpenc va
escriure:
> Hi,
> 
> The subversion add-in has made my MonoDevelop experience nice and
> smooth.  Yesterday, it hit a slight bump when my subversion server
> certificate expired.  SVN from the command line was able to get a nice
> message:
> 
> Error validating server certificate for 'https://myhost.myserver.com:443':
>  - The certificate is not issued by a trusted authority. Use the
>    fingerprint to validate the certificate manually!
>  - The certificate hostname does not match.
>  - The certificate has expired.
> Certificate information:
>  - Hostname: myhost
>  - Valid: from Tue, 23 May 2006 18:24:13 GMT until Wed, 23 May 2007 18:24:13 GMT
>  - Issuer: IT, My Company, Eatontown, New Jersey, US
>  - Fingerprint: 72:06:72:f4:68:7f:63:e1:f2:93:35:58:df:d4:d5:0f:a1:3b:68:0b
> (R)eject, accept (t)emporarily or accept (p)ermanently?
> 
> Is there any way to make the GUI client capable of displaying a similar message?

This message is displayed by SSH, and there is no way MD can
intercept/replace it. If you are starting MD from a desktop shortcut,
the MD process won't have a terminal bound to it and SSH will display a
window with the message in this case. The application to run when a
prompt has to be shown can be specified in the SSH_ASKPASS env var (set
to x11-ssh-askpass by default). But if you start MD from a terminal, SSH
will ignore SSH_ASKPASS and will always show prompts in that terminal.
AFAIK, there is no way to change this behavior.

> 
> Thanks,
> 
> Vlad
> 
> PS While I am on the subject of Subversion, why is the diff window not editable?

Why should it be editable? What should allow you to edit? or do you mean
'selectable'?

Lluis.

PS: Sigh, I really hate when people ask 'why is feature xxxx not
implemented' on an open source project.






More information about the Mono-devel-list mailing list