Switch to side-by-side view
--- a/ForgeSVN/forgesvn/templates/index.html +++ b/ForgeSVN/forgesvn/templates/index.html @@ -25,7 +25,7 @@ <py:if test="repo"> <dl> <dt>repo</dt> - <dd>http://${host}${repo.path}${repo.name}/</dd> + <dd>svn://svn.${host}${repo.path}${repo.name}/</dd> <dt>status</dt> <dd>${repo.status}</dd> </dl>