]> git.wh0rd.org - patches.git/blob - viewcvs-dev-help.patch
more random patches. who knows.
[patches.git] / viewcvs-dev-help.patch
1 --- templates/include/dir_header.ezt
2 +++ templates/include/dir_header.ezt
3 @@ -7,7 +7,17 @@
4
5 [if-any where][else]
6 <!-- you may insert repository access instructions here -->
7 -
8 +<p>
9 +<span class="vc_navheader">Developer Access:
10 +<b>
11 +[is roottype "svn"]
12 +svn co svn+ssh://<i>username</i>@cvs.gentoo.org/var/svnroot/[rootname]
13 +[else]
14 +cvs -d <i>username</i>@cvs.gentoo.org:/var/cvsroot co [rootname]
15 +[end]
16 +</b>
17 +</span>
18 +</p>
19 [end]
20
21 <table class="auto">