There is no UI for setting user-certificated authentication. But it's possible to set Subversion's servers file to handle this case in the IDE:
[global] ssl-client-cert-file = <your_cert_file> ssl-client-cert-password = <password>
NOTE: On Windows, if you are specifying a full path to a command, use a forward slash (/) or a paired backslash (\\) as the path separator. A single backslash will be treated as an escape for the following character.