• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


コミットメタ情報

リビジョン6046830d10b680f55ab6a2389c857776fe69d614 (tree)
日時2010-04-24 00:34:58
作者Wolf <wolf@geek...>
コミッターWolf

ログメッセージ

display checkout command, not just the repo url

変更サマリ

差分

--- a/ForgeSVN/forgesvn/templates/index.html
+++ b/ForgeSVN/forgesvn/templates/index.html
@@ -24,8 +24,10 @@
2424 </py:if>
2525 <py:if test="repo">
2626 <dl>
27- <dt>repo</dt>
28- <dd>svn://svn.${host}${repo.path}${repo.name}/</dd>
27+ <dt>read access</dt>
28+ <dd>svn checkout svn://svn.${host}${repo.path}${repo.name}/</dd>
29+ <dt>read/write access</dt>
30+ <dd>svn checkout svn+ssh://svn.${host}${repo.path}${repo.name}/</dd>
2931 <dt>status</dt>
3032 <dd>${repo.status}</dd>
3133 </dl>