From 4e7d3618a7696759d637a08dd2772c466e85d353 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Mon, 1 Mar 2010 19:59:32 +0100 Subject: [PATCH] Fixed issue 319, unable to browse a remote subversion repository. --- INSTALL.mdtext | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/INSTALL.mdtext b/INSTALL.mdtext index 04e52ed..947323d 100644 --- a/INSTALL.mdtext +++ b/INSTALL.mdtext @@ -204,4 +204,12 @@ proposed by Mathias in ticket 369. 3. Restart git-daemon-run - sv restart git-daemon \ No newline at end of file + sv restart git-daemon + +## If Subversion is not working + +If you access a Subversion server with a self-signed certificate, you +may have problems as your certificate is not trusted, check the +[procedure provided here][svnfix] to solve the problem. + +[svnfix]: http://projects.ceondo.com/p/indefero/issues/319/#ic1358 \ No newline at end of file