[Fusionforge-commits] FusionForge branch master updated. 88ac18482ef05a04fd5161a9f5567376a3a712c3

Sylvain Beucler beuc-inria at fusionforge.org
Wed Oct 1 17:54:44 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  88ac18482ef05a04fd5161a9f5567376a3a712c3 (commit)
      from  281569a80909271f8837aeec016dd791d1e6bd23 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 88ac18482ef05a04fd5161a9f5567376a3a712c3
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Wed Oct 1 17:54:36 2014 +0200

    scmsvn: remove old viewcvs templates

diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/annotate.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/annotate.ezt
deleted file mode 100644
index dcdebe0..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/annotate.ezt
+++ /dev/null
@@ -1,45 +0,0 @@
-[# setup page definitions]
-  [define location][rootname][if-any where]: [where][end][end]
-  [define page_title][cfg.general.main_title] - annotate - [location][end]
-  [define help_href][docroot]/help_rootview.html[end]
-[# end]
-
-[include "include/header.ezt" "annotate"]
-
-<hr noshade>
-
-[define class1]vc_row_even[end]
-[define class2]vc_row_odd[end]
-[define last_rev]0[end]
-[define rowclass][class1][end]
-
-<table border="0" cellspacing="0" cellpadding="0" width="100%">
-[for lines]
-  [is lines.rev last_rev]
-  [else]
-    [is rowclass class1]
-      [define rowclass][class2][end]
-    [else]
-      [define rowclass][class1][end]
-    [end]
-  [end]
-
-  <tr class="[rowclass]">
-    <td class="vc_blame_line">[lines.line_number] :</td>
-    <td class="vc_blame_author">
-      [is lines.rev last_rev] [else][lines.author][end]
-    </td>
-    <td class="vc_blame_rev">
-      [is lines.rev last_rev]
-         
-      [else]
-        [if-any lines.diff_url]<a href="[lines.diff_url]">[end][lines.rev][if-any lines.diff_url]</a>[end]
-      [end]
-    </td>
-    <td class="vc_blame_text">[lines.text]</td>
-  </tr>
-  [define last_rev][lines.rev][end]
-[end]
-</table>
-
-[include "include/footer.ezt"]
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/diff.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/diff.ezt
deleted file mode 100644
index e9d03db..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/diff.ezt
+++ /dev/null
@@ -1,166 +0,0 @@
-[# setup page definitions]
-  [define location][rootname][if-any where]: [where][end][end]
-  [define page_title][cfg.general.main_title] - diff - [location][end]
-  [define help_href][docroot]/help_rootview.html[end]
-[# end]
-
-[include "include/header.ezt" "diff"]
-
-<h3 align=center>Diff for /[where] between version [rev1] and [rev2]</h3>
-
-[if-any raw_diff]
-  <pre class="vc_raw_diff">[raw_diff]</pre>
-[else]
-<table border=0 cellspacing=0 cellpadding=0 width="100%">
-  <tr class="vc_diff_header">
-    <th width="50%" valign=top>
-      version [rev1], [date1]
-      [if-any tag1]<br>Tag: [tag1][end]
-    </th>
-    <th width="50%" valign=top>
-      version [rev2], [date2]
-      [if-any tag2]<br>Tag: [tag2][end]
-    </th>
-  </tr>
-
-  [for changes]
-    [is changes.type "header"]
-      <tr class="vc_diff_chunk_header">
-        <td width="50%">
-          <table width="100%" border=1 cellpadding=5>
-            <tr>
-              <td> <b>Line [changes.line1]</b> 
-              <span class="vc_diff_chunk_extra">[changes.extra]</span></td>
-            </tr>
-          </table>
-        </td>
-       <td width="50%">
-          <table width="100%" border=1 cellpadding=5>
-            <tr>
-              <td> <b>Line [changes.line2]</b> 
-              <span class="vc_diff_chunk_extra">[changes.extra]</span></td>
-            </tr>
-          </table>
-        </td>
-      </tr>
-    [else]
-      [is changes.type "add"]
-        <tr>
-          <td class="vc_diff_empty"> </td>
-          <td class="vc_diff_add"> [changes.right]</td>
-        </tr>
-      [else]
-        [is changes.type "remove"]
-          <tr>
-            <td class="vc_diff_remove"> [changes.left]</td>
-            <td class="vc_diff_empty"> </td>
-          </tr>
-        [else]
-          [is changes.type "change"]
-            <tr>
-              [if-any changes.have_left]
-                <td class="vc_diff_change"> [changes.left]</td>
-              [else]
-                <td class="vc_diff_change_empty"> </td>
-              [end]
-              [if-any changes.have_right]
-                <td class="vc_diff_change"> [changes.right]</td>
-              [else]
-                <td class="vc_diff_change_empty"> </td>
-              [end]
-            </tr>
-          [else]
-            [is changes.type "no-changes"]
-              <tr>
-                <td colspan=2> </td>
-              </tr>
-              <tr class="vc_diff_empty">
-                <td colspan=2 align=center><br>
-                <b>- No changes -</b><br>  </td>
-              </tr>
-            [else]
-              [is changes.type "binary-diff"]
-                <tr>
-                  <td colspan=2> </td>
-                </tr>
-                <tr class="vc_diff_empty">
-                  <td colspan=2 align=center><br>
-                  <b>- Binary file revisions differ -</b><br>  </td>
-                </tr>
-              [else]
-                [is changes.type "error"]
-                  <tr>
-                    <td colspan=2> </td>
-                  </tr>
-                  <tr class="vc_diff_empty">
-                    <td colspan=2 align=center> <br>
-                    <b>- ViewCVS depends on rcsdiff and GNU diff to create 
-                    this page.  ViewCVS cannot find GNU diff. Even if you 
-                    have GNU diff installed, the rcsdiff program must be 
-                    configured and compiled with the GNU diff location.
-                    -</b> <br>  </td>
-                  </tr>
-                [else]
-                  <tr>
-                    <td class="vc_diff_nochange"> [changes.left]</td>
-                    <td class="vc_diff_nochange"> [changes.right]</td>
-                  </tr>
-                [end]
-              [end]
-            [end]
-          [end]
-        [end]
-      [end]
-    [end]
-  [end]
-</table>
-[end]
-
-<br><hr noshade width="100%">
-
-<table border=0 cellpadding=10>
-  <tr>
-    <td>
-      <form method=get action="[diff_format_action]">
-        [diff_format_hidden_values]
-        <input type=checkbox name="makepatch" value="1" /> 
-        Generate output suitable for use with a patch program<br />
-        <select name="diff_format" onchange="submit()">
-          <option value="h" [is diff_format "h"]selected[end]>Colored Diff</option>
-          <option value="l" [is diff_format "l"]selected[end]>Long Colored Diff</option>
-          <option value="u" [is diff_format "u"]selected[end]>Unidiff</option>
-          <option value="c" [is diff_format "c"]selected[end]>Context Diff</option>
-          <option value="s" [is diff_format "s"]selected[end]>Side by Side</option>
-        </select>
-        <input type=submit value="Show">
-      </form>
-    </td>
-    <td>
-[if-any raw_diff]
-       
-[else]
-      <table border=1>
-        <tr>
-          <td>Legend:<br>
-            <table border=0 cellspacing=0 cellpadding=1>
-              <tr>
-                <td align=center class="vc_diff_remove">Removed from v.[rev1]</td>
-                <td class="vc_diff_empty"> </td>
-              </tr>
-              <tr>
-                <td align=center colspan=2 class="vc_diff_change">changed lines</td>
-              </tr>
-              <tr>
-                <td class="vc_diff_empty"> </td>
-                <td align=center class="vc_diff_add">Added in v.[rev2]</td>
-              </tr>
-            </table>
-          </td>
-        </tr>
-      </table>
-[end]
-    </td>
-  </tr>
-</table>
-
-[include "include/footer.ezt"]
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/dir_alternate.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/dir_alternate.ezt
deleted file mode 100644
index e94928e..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/dir_alternate.ezt
+++ /dev/null
@@ -1,152 +0,0 @@
-[include "include/dir_header.ezt"]
-
-<table width="100%" border=0 cellspacing=1 cellpadding=2>
-<thead>
-<tr>
-  <th class="vc_header[is sortby "rev"]_sort[end]">
-    <a href="[sortby_rev_href]#dirlist">Rev.</a>
-    [is sortby "rev"]
-      <img class="vc_sortarrow" alt="[is sortdir "down"](rev)[end]"
-        width="13" height="13"
-        src="[docroot]/images/[is sortdir "up"]down[else]up[end].png" />
-    [end]
-  </th>
-  <th class="vc_header[is sortby "file"]_sort[end]"
-    [is cfg.options.use_cvsgraph "1"]colspan=2[end]>
-    <a href="[sortby_file_href]#dirlist">File</a>
-    [is sortby "file"]
-      <img class="vc_sortarrow" alt="[is sortdir "down"](rev)[end]"
-        width="13" height="13"
-        src="[docroot]/images/[is sortdir "up"]down[else]up[end].png" />
-    [end]
-  </th>
-  <th class="vc_header[is sortby "date"]_sort[end]">
-    <a href="[sortby_date_href]#dirlist">Age</a>
-    [is sortby "date"]
-      <img class="vc_sortarrow" alt="[is sortdir "down"](rev)[end]"
-        width="13" height="13"
-        src="[docroot]/images/[is sortdir "up"]down[else]up[end].png" />
-    [end]
-  </th>
-  <th class="vc_header[is sortby "author"]_sort[end]">
-    <a href="[sortby_author_href]#dirlist">Author</a>
-    [is sortby "author"]
-      <img class="vc_sortarrow" alt="[is sortdir "down"](rev)[end]"
-        width="13" height="13"
-        src="[docroot]/images/[is sortdir "up"]down[else]up[end].png" />
-    [end]
-  </th>
-[is cfg.options.show_logs "1"]
-  <th class="vc_header[is sortby "log"]_sort[end]">
-    <a href="[sortby_log_href]#dirlist">Last log entry</a>
-    [is sortby "log"]
-      <img class="vc_sortarrow" alt="[is sortdir "down"](rev)[end]"
-        width="13" height="13"
-        src="[docroot]/images/[is sortdir "up"]down[else]up[end].png" />
-    [end]
-  </th>
-[end]
-</tr>
-</thead>
-
-<tbody>
-[for rows]
-  <tr class="vc_row_[if-index rows even]even[else]odd[end]">
-  [is rows.type "unreadable"]
-    <td> </td> [# revision ]
-    <td [is cfg.options.use_cvsgraph "1"]colspan=2[end]>
-      <a name="[rows.anchor]">[rows.name]</a>
-    </td>
-    <td colspan=[is cfg.options.show_logs "1"]3[else]2[end]>
-       <i>This entry is unreadable</i>
-    </td>
-  [else]
-    [is rows.type "dir"]
-      [is rows.state "error"]
-        <td> </td> [# revision ]
-      [else]
-        <td> [is roottype "svn"]<a href="[rows.rev_href]"><b>[rows.rev]</b></a>[end]</td>
-      [end]
-      <td [is cfg.options.use_cvsgraph "1"]colspan=2[end]>
-        <a name="[rows.anchor]" href="[rows.href]">
-        <img src="[icons]/small/dir.gif" alt="(dir)" border=0 width=16 height=16>
-        [rows.name]/</a>
-        [is roottype "cvs"]
-          [is rows.name "Attic"]
-              <a href="[show_attic_href]#dirlist">[[]show contents]</a>
-          [end]
-        [end]
-      </td>
-      [is rows.state "error"]
-        <td colspan=[is cfg.options.show_logs "1"]3[else]2[end]>
-          <i>Last modification unavailable - could not read CVS information</i>
-        </td>
-      [else]
-        [is rows.state "none"]
-          <td> </td> [# age ]
-          <td> </td> [# author ]
-          [is cfg.options.show_logs "1"]<td> </td> [# log ][end]
-        [else]
-          <td> [rows.time]</td>
-          [if-any rows.author]
-            <td> [rows.author]</td>
-          [end]
-          [is cfg.options.show_logs "1"]
-            [if-any rows.show_log]
-              <td> [rows.log][is roottype "cvs"] 
-                <i>(from [rows.log_file]/[rows.log_rev])</i>[end]</td>
-            [else]
-              <td> </td>
-            [end]
-          [end]
-        [end]
-      [end]
-          
-    [else]
-      [is rows.state "error"]
-        <td> </td>
-        <td [is cfg.options.use_cvsgraph "1"]colspan=2[end]>
-          <a name="[rows.anchor]">[rows.name]</a>
-        </td>
-        <td colspan=[is cfg.options.show_logs "1"]3[else]2[end]>
-         <i>CVS information is unreadable</i>
-        </td>
-      [else]
-        <td> <a href="[rows.href]"><b>[rows.rev]</b></a></td>
-        <td><a name="[rows.anchor]" href="[rows.rev_href]">
-            <img src="[icons]/small/text.gif" alt="(file)" border=0
-                 width=16 height=16>
-            [rows.name]
-            </a>
-            [is rows.state "dead"]
-              [# don't let this phrase/link be wrapped ]
-              [if-any view_tag](not exist)[else](in the Attic)[end][if-any attic_showing] <a href="[hide_attic_href]#dirlist">[[]hide][end]</a>
-            [end]
-        </td>
-        [is cfg.options.use_cvsgraph "1"]
-          [if-any rows.graph_href]
-            <td width="1%"><a href="[rows.graph_href]"><img
-              src="[docroot]/images/cvsgraph_16x16.png"
-              alt="(graph)" width=16 height=16 border=0>
-            </a></td>
-          [else]
-            <td> </td>
-          [end]
-        [end]
-        <td> [rows.time]</td>
-        [if-any rows.author]
-          <td> [rows.author]</td>
-        [end]
-        [is cfg.options.show_logs "1"]
-          <td> [if-any rows.show_log][rows.log][end]</td>
-        [end]
-      [end]
-    [end]
-  [end]
-  </tr>
-[end]
-</tbody>
-
-</table>
-
-[include "include/dir_footer.ezt"]
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/directory.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/directory.ezt
deleted file mode 100644
index 7f500ff..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/directory.ezt
+++ /dev/null
@@ -1,146 +0,0 @@
-[include "include/dir_header.ezt"]
-
-<table width="100%" border=0 cellspacing=1 cellpadding=2>
-<thead>
-<tr>
-  <th class="vc_header[is sortby "file"]_sort[end]"
-    [is cfg.options.use_cvsgraph "1"]colspan=2[end]>
-    <a href="[sortby_file_href]#dirlist">File</a>
-    [is sortby "file"]
-      <img class="vc_sortarrow" alt="[is sortdir "down"](rev)[end]"
-        width="13" height="13"
-        src="[docroot]/images/[is sortdir "up"]down[else]up[end].png" />
-    [end]
-  </th>
-  <th class="vc_header[is sortby "rev"]_sort[end]">
-    <a href="[sortby_rev_href]#dirlist">Rev.</a>
-    [is sortby "rev"]
-      <img class="vc_sortarrow" alt="[is sortdir "down"](rev)[end]"
-        width="13" height="13"
-        src="[docroot]/images/[is sortdir "up"]down[else]up[end].png" />
-    [end]
-  </th>
-  <th class="vc_header[is sortby "date"]_sort[end]">
-    <a href="[sortby_date_href]#dirlist">Age</a>
-    [is sortby "date"]
-      <img class="vc_sortarrow" alt="[is sortdir "down"](rev)[end]"
-        width="13" height="13"
-        src="[docroot]/images/[is sortdir "up"]down[else]up[end].png" />
-    [end]
-  </th>
-  <th class="vc_header[is sortby "author"]_sort[end]">
-    <a href="[sortby_author_href]#dirlist">Author</a>
-    [is sortby "author"]
-      <img class="vc_sortarrow" alt="[is sortdir "down"](rev)[end]"
-        width="13" height="13"
-        src="[docroot]/images/[is sortdir "up"]down[else]up[end].png" />
-    [end]
-  </th>
-[is cfg.options.show_logs "1"]
-  <th class="vc_header[is sortby "log"]_sort[end]">
-    <a href="[sortby_log_href]#dirlist">Last log entry</a>
-    [is sortby "log"]
-      <img class="vc_sortarrow" alt="[is sortdir "down"](rev)[end]"
-        width="13" height="13"
-        src="[docroot]/images/[is sortdir "up"]down[else]up[end].png" />
-    [end]
-  </th>
-[end]
-</tr>
-</thead>
-
-<tbody>
-[for rows]
-  <tr class="vc_row_[if-index rows even]even[else]odd[end]">
-  [is rows.type "unreadable"]
-    <td [is cfg.options.use_cvsgraph "1"]colspan=2[end]>
-      <a name="[rows.anchor]">[rows.name]</a>
-    </td>
-    <td colspan=[is cfg.options.show_logs "1"]4[else]3[end]>
-       <i>This entry is unreadable</i>
-    </td>
-  [else]
-    [is rows.type "dir"]
-      <td [is cfg.options.use_cvsgraph "1"]colspan=2[end]>
-        <a name="[rows.anchor]" href="[rows.href]">
-        <img src="[icons]/small/dir.gif" alt="(dir)" border=0 width=16 height=16>
-        [rows.name]/</a>
-        [is roottype "cvs"]
-          [is rows.name "Attic"]
-              <a href="[show_attic_href]#dirlist">[[]show contents]</a>
-          [end]
-        [end]
-      </td>
-      [is rows.state "error"]
-        <td colspan=[is cfg.options.show_logs "1"]4[else]3[end]>
-          <i>Last modification unavailable - could not read CVS information</i>
-        </td>
-      [else]
-        <td> [is roottype "svn"]<a href="[rows.rev_href]"><b>[rows.rev]</b></a>[end]</td>
-        [is rows.state "none"]
-          <td> </td> [# age ]
-          <td> </td> [# author ]
-          [is cfg.options.show_logs "1"]<td> </td> [# log ][end]
-        [else]
-          <td> [rows.time]</td>
-          [if-any rows.author]
-            <td> [rows.author]</td>
-          [end]
-          [is cfg.options.show_logs "1"]
-            [if-any rows.show_log]
-              <td> [rows.log][is roottype "cvs"] 
-                <i>(from [rows.log_file]/[rows.log_rev])</i>[end]</td>
-            [else]
-              <td> </td>
-            [end]
-          [end]
-        [end]
-      [end]
-          
-    [else]
-      [is rows.state "error"]
-        <td [is cfg.options.use_cvsgraph "1"]colspan=2[end]>
-          <a name="[rows.anchor]">[rows.name]</a>
-        </td>
-        <td colspan=[is cfg.options.show_logs "1"]4[else]3[end]>
-         <i>CVS information is unreadable</i>
-        </td>
-      [else]
-        <td><a name="[rows.anchor]" href="[rows.href]">
-            <img src="[icons]/small/text.gif" alt="(file)" border=0
-                 width=16 height=16>
-            [rows.name]
-            </a>
-            [is rows.state "dead"]
-              [# don't let this phrase/link be wrapped ]
-              [if-any view_tag](not exist)[else](in the Attic)[end][if-any attic_showing] <a href="[hide_attic_href]#dirlist">[[]hide][end]</a>
-            [end]
-        </td>
-        [is cfg.options.use_cvsgraph "1"]
-          [if-any rows.graph_href]
-            <td width="1%"><a href="[rows.graph_href]"><img
-              src="[docroot]/images/cvsgraph_16x16.png"
-              alt="(graph)" width=16 height=16 border=0>
-            </a></td>
-          [else]
-            <td> </td>
-          [end]
-        [end]
-        <td> <a href="[rows.rev_href]"><b>[rows.rev]</b></a></td>
-        <td> [rows.time]</td>
-        [if-any rows.author]
-          <td> [rows.author]</td>
-        [end]
-        [is cfg.options.show_logs "1"]
-          <td> [if-any rows.show_log][rows.log][end]</td>
-        [end]
-      [end]
-    [end]
-  [end]
-  </tr>
-[end]
-</tbody>
-
-</table>
-
-[include "include/dir_footer.ezt"]
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/error.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/error.ezt
deleted file mode 100644
index 80a91fa..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/error.ezt
+++ /dev/null
@@ -1,14 +0,0 @@
-<h3>An Exception Has Occurred</h3>
-
-[if-any msg]
-  <p><pre>[msg]</pre></p>
-[end]
-[if-any status]
-  <h4>HTTP Response Status</h4>
-  <p><pre>[status]</pre></p>
-  <hr />
-[end]
-<h4>Python Traceback</h4>
-<p><pre>
-[stacktrace]
-</pre></p>
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/graph.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/graph.ezt
deleted file mode 100644
index 692ce39..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/graph.ezt
+++ /dev/null
@@ -1,18 +0,0 @@
-[# setup page definitions]
-  [define location][rootname][if-any where]: [where][end][end]
-  [define page_title][cfg.general.main_title] - graph - [location][end]
-  [define help_href][docroot]/help_rootview.html[end]
-[# end]
-
-[include "include/header.ezt" "graph"]
-
-<center>
-<h1>Revision graph of [path]</h1>
-
-[imagemap]
-<img border="0" usemap="#MyMapName"
-  src="[imagesrc]" 
-  alt="Revisions of [path]">
-</center>
-
-[include "include/footer.ezt"]
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/branch.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/branch.ezt
deleted file mode 100644
index 3a04555..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/branch.ezt
+++ /dev/null
@@ -1,12 +0,0 @@
-[if-any branch]
-  Default branch: [branch]
-  <br>
-  Bookmark a link to HEAD:
-  (<a href="[view_href]">view</a>)
-  (<a href="[download_href]">download</a>)
-  [if-any download_text_href](<a href="[download_text_href]">as text</a>)[end]
-[else]
-  No default branch
-[end]
-<br>
-
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/branch_form.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/branch_form.ezt
deleted file mode 100644
index 4ae8bb0..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/branch_form.ezt
+++ /dev/null
@@ -1,19 +0,0 @@
-[if-any branch_names]
-  <hr noshade>
-  <a name=branch></a>
-  <form method=GET action="[branch_select_action]">
-    [branch_select_hidden_values]
-    View only Branch:
-    [if-any current_root]
-    <input type="hidden" name="root" value="[current_root]">
-    [end]
-    <select name="only_with_tag" onchange="submit()">
-      <option value="" [is view_tag ""]selected[end]>Show all branches</option>
-      [for branch_names]
-        <option value="[branch_names]" [is branch_names view_tag]selected[end]>[branch_names]</option>
-      [end]
-    </select>
-    <input type=submit value="  View Branch  ">
-  </form>
-[end]
-
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/diff_form.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/diff_form.ezt
deleted file mode 100644
index 6566496..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/diff_form.ezt
+++ /dev/null
@@ -1,62 +0,0 @@
-<a name="diff"></a>
-  <hr noshade>
-  This form allows you to request diffs between any two revisions of
-  a file. You may select a symbolic revision name using the selection
-  box or you may type in a numeric name using the type-in text box.
-  <p>
-  <form method="get" action="[diff_select_action]" name="diff_select">
-  [diff_select_hidden_values]
-
-  <table border="0" cellpadding="2" cellspacing="0">
-  <tr>
-  <td> </td>
-  <td>
-  Diffs between
-[if-any tags]
-  <select name="r1">
-    <option value="text" selected>Use Text Field</option>
-  [for tags]
-    <option value="[tags.rev]:[tags.name]">[tags.name]</option>
-  [end]
-  </select>
-[else]
-  <input type="hidden" name="r1" value="text" />
-[end]
-  <input type="TEXT" size="12" name="tr1" value="[tr1]"
-        [if-any tags]onChange="document.diff_select.r1.selectedIndex=0"[end]>
-
-  and
-[if-any tags]
-  <select name="r2">
-    <option value="text" selected>Use Text Field</option>
-  [for tags]
-    <option value="[tags.rev]:[tags.name]">[tags.name]</option>
-  [end]
-  </select>
-[else]
-  <input type="hidden" name="r2" value="text" />
-[end]
-  <input type="TEXT" size="12" name="tr2" value="[tr2]"
-        [if-any tags]onChange="document.diff_select.r1.selectedIndex=0"[end]>
-  </td>
-  </tr>
-  <tr>
-  <td><input type="checkbox" name="makepatch" id="makepatch" value="1" /></td>
-  <td><label for="makepatch">Generate output suitable for use with a patch
-  program</label></td>
-  </tr>
-  <tr>
-  <td> </td>
-  <td>
-  Type of Diff should be a
-  <select name="diff_format" onchange="submit()">
-    <option value="h" [is diff_format "h"]selected[end]>Colored Diff</option>
-    <option value="l" [is diff_format "l"]selected[end]>Long Colored Diff</option>
-    <option value="u" [is diff_format "u"]selected[end]>Unidiff</option>
-    <option value="c" [is diff_format "c"]selected[end]>Context Diff</option>
-    <option value="s" [is diff_format "s"]selected[end]>Side by Side</option>
-  </select>
-  <input type="submit" value="  Get Diffs  "></form>
-  </td>
-  </tr>
-  </table>
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/dir_footer.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/dir_footer.ezt
deleted file mode 100644
index b64051f..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/dir_footer.ezt
+++ /dev/null
@@ -1,94 +0,0 @@
-[if-any no_match]
-  <p><b>NOTE:</b> There are [num_files] files, but none match the
-  current selection criteria.
-[end]
-
-[if-any unreadable]
-  <hr size=1 noshade>
-  <b>NOTE:</b> One or more files were unreadable. The files in the CVS
-  repository should be readable by the web server process. Please
-  report this condition to the administrator of this CVS repository.
-[end]
-
-[if-any selection_form]
-  <hr size=1 noshade>
-  <form method=get action="[search_tag_action]">
-    [search_tag_hidden_values]
-    [# this table holds the selectors on the left, and reset on the right ]
-    <table>
-      [if-any has_tags]
-        <tr>
-          <td> Show files using tag: </td>
-          <td>
-            <select name=only_with_tag onchange="submit()">
-            <option value="">Select Branch</option>
-            [if-any branch_tags]
-              <optgroup label="Branches">
-              [for branch_tags]
-                [is branch_tags view_tag]
-                  <option selected>[branch_tags]</option>
-                [else]
-                  <option>[branch_tags]</option>
-                [end]
-              [end]
-              </optgroup>
-            [end]
-            <optgroup label="Non-branch tags">
-            [for plain_tags]
-              [is plain_tags view_tag]
-                <option selected>[plain_tags]</option>
-              [else]
-                <option>[plain_tags]</option>
-              [end]
-            [end]
-            </optgroup>
-            </select>
-          </td>
-          <td>   </td>
-        </tr>
-      [end]
-
-      [is num_files "0"]
-      [else]
-        [is cfg.options.use_re_search "1"]
-          <tr>
-            <td>Show files containing the regular expression:</td>
-            <td><input type="text" name="search" value="[search_re]"></td>
-            <td>   </td>
-          </tr>
-        [end]
-
-        <tr>
-          <td>   </td>
-          <td> <input type="submit" value="Show"> </td>
-      [end]
-  [# I don't like closing the form here, but I thought this is better than 
-     having forms inside forms ]
-  </form>
-      [if-any view_tag]
-        <td valign=bottom>
-          <form method=get action="[search_tag_action]">
-            [search_tag_hidden_values]
-            <input type="submit" value="Show all files">
-          </form>
-        </td>
-      [else]
-        [if-any search_re]
-          <td valign=bottom>
-            <form method=get action="[search_tag_action]">
-              [search_tag_hidden_values]
-              <input type="submit" value="Show all files">
-            </form>
-          </td>
-        [end]
-      [end]
-    </tr>
-  </table>
-[end]
-
-[# if you want to disable tarball generation remove the following: ]
-[if-any tarball_href]
-  <p><a href="[tarball_href]">Download tarball</a></p>
-[end]
-
-[include "footer.ezt"]
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/dir_header.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/dir_header.ezt
deleted file mode 100644
index 04797d3..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/dir_header.ezt
+++ /dev/null
@@ -1,68 +0,0 @@
-[# setup page definitions]
-  [define location][rootname][if-any where]: [where][end][end]
-  [define page_title][cfg.general.main_title] - directory - [location][end]
-  [define help_href][docroot]/help_[if-any where]dir[else]root[end]view.html[end]
-[# end]
-
-[include "header.ezt" "directory"]
-
-[if-any where][else]
-  <!-- you may insert repository access instructions here -->
-
-[end]
-
-<table>
-<tr><td>Current directory:</td><td><b>[nav_path]</b></td></tr>
-
-[is roottype "svn"]
-<tr>
-  <td>Current revision:</td>
-  <td><a href="[tree_rev_href]">[tree_rev]</a></td>
-</tr>
-<tr>
-  <td>Jump to directory revision:</td>
-  <td>
-    <form method=get action="[jump_rev_action]">
-    [jump_rev_hidden_values]
-    <input type="text" name="rev" value="[jump_rev]">
-    <input type=submit value="Go">
-    </form>
-  </td>
-</tr>
-[end]
-[if-any view_tag]
-<tr><td>Current tag:</td><td><b>[view_tag]</b></td></tr>
-[end]
-[if-any search_re]
-<tr><td>Current search:</td><td><b>[search_re]</b></td></tr>
-[end]
-[if-any num_files]
-<tr><td>Files shown:</td><td><b>[files_shown]</b></td></tr>
-[end]
-[if-any queryform_href]
-<tr>
-  <td>Query:</td>
-  <td><a href="[queryform_href]">Query revision history</a></td>
-</tr>
-[end]
-</table>
-  [is cfg.options.use_pagesize "0"]
-  [else]
-    [is picklist_len "1"]
-    [else]
-      <form method=get action="[dir_paging_action]">
-        [dir_paging_hidden_values]
-        <input type=submit value="Go to:">
-        <select name=dir_pagestart  onchange="submit()">
-          [for picklist]
-            <option [is picklist.count dir_pagestart]selected[end] value="[picklist.count]">Page [picklist.page]: [picklist.start] to [picklist.end]</option>
-          [end]
-        </select>
-      </form>
-    [end]
-  [end]
-
-<p><a name="dirlist"></a></p>
-
-<hr noshade>
-
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/footer.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/footer.ezt
deleted file mode 100644
index 862c8d5..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/footer.ezt
+++ /dev/null
@@ -1,21 +0,0 @@
-[# standard footer used by all ViewCVS pages ]
-
-<hr noshade>
-
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
-<tr>
-  <td align="left">
-    <address>[cfg.general.address]</address><br />
-    Powered by <a href="http://viewcvs.sourceforge.net/">ViewCVS [vsn]</a>
-  </td>
-  <td align="right">
-    <img src="/doc/viewcvs/images/logo.png" alt="(Powered by ViewCVS)" border="0" 
-              width="128" height="48" /><br />
-    <h3><a target="_blank" href="[help_href]">ViewCVS and CVS/SVN Help</a></h3>
-  </td>
-</tr>
-</table>
-<!--
-</body>
-</html>
--->
\ No newline at end of file
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/header.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/header.ezt
deleted file mode 100644
index 58f1bb6..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/header.ezt
+++ /dev/null
@@ -1 +0,0 @@
-<h1>[location]</h1>
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/paging.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/paging.ezt
deleted file mode 100644
index 2defd55..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/paging.ezt
+++ /dev/null
@@ -1,18 +0,0 @@
-  [is cfg.options.use_pagesize "0"]
-  [else]
-    [is picklist_len "1"]
-    [else]
-      <hr noshade>
-      <form method=GET action="[log_paging_action]">
-        [log_paging_hidden_values]
-        <input type=submit value="Go to:">
-        <select name=log_pagestart  onchange="submit()">
-          [for picklist]
-            <option [is picklist.count log_pagestart]selected[end] value="[picklist.count]">Page [picklist.page]: [picklist.start] - [picklist.end]</option>
-          [end]
-        </select>
-      </form>
-    [end]
-  [end]
-
-
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/sort.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/sort.ezt
deleted file mode 100644
index 2458786..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/sort.ezt
+++ /dev/null
@@ -1,13 +0,0 @@
-<hr noshade>
-<a name=logsort></a>
-<form method=get action="[logsort_action]">
-  [logsort_hidden_values]
-  Sort log by:
-  <select name="logsort" onchange="submit()">
-    <option value="cvs" [is logsort "cvs"]selected[end]>Not sorted</option>
-    <option value="date" [is logsort "date"]selected[end]>Commit date</option>
-    <option value="rev" [is logsort "rev"]selected[end]>Revision</option>
-  </select>
-  <input type=submit value="  Sort  ">
-</form>
-
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/view_tag.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/view_tag.ezt
deleted file mode 100644
index 0f4cbdb..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/view_tag.ezt
+++ /dev/null
@@ -1,5 +0,0 @@
-[if-any view_tag]
-  Current tag: [view_tag] <br>
-[end]
-
-
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/log.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/log.ezt
deleted file mode 100644
index 7423a8b..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/log.ezt
+++ /dev/null
@@ -1,155 +0,0 @@
-[# setup page definitions]
-  [define location][rootname][if-any where]: [where][end][end]
-  [define page_title][cfg.general.main_title] - log - [location][end]
-  [define help_href][docroot]/help_log.html[end]
-[# end]
-
-[include "include/header.ezt" "log"]
-
-<hr noshade>
-
-[include "include/branch.ezt"]
-
-[include "include/view_tag.ezt"]
-
-[include "include/paging.ezt"]
-
-[for entries]
-  <hr size=1 noshade>
-
-  [is roottype "svn"]
-    [is entries.filename where][else]Filename: [entries.filename]<br>[end]
-  [end]
-
-  [is entries.state "dead"]
-    Revision <b>[entries.rev]</b>
-  [else]
-    <a name="rev[entries.rev]"></a>
-    [for entries.tag_names]<a name="[entries.tag_names]"></a>
-    [end]
-    [for entries.branch_names]<a name="[entries.branch_names]"></a>
-    [end]
-
-    Revision [is roottype "svn"]<a href="[entries.revision_href]"><b>[entries.rev]</b></a>[else]<b>[entries.rev]</b>[end]
-    [is pathtype "file"] - 
-      (<a href="[entries.view_href]">view</a>)
-      (<a href="[entries.download_href]">download</a>)
-      [if-any entries.download_text_href](<a href="[entries.download_text_href]">as text</a>)[end]
-      [# if you don't want to allow annotation, then remove this line]
-      [is roottype "svn"][else](<a href="[entries.annotate_href]">annotate</a>)[end]
-
-      [# if you don't want to allow select for diffs then remove this section]
-      [is entries.rev rev_selected]
-        - <b>[[]selected]</b>
-      [else]
-        - <a href="[entries.sel_for_diff_href]">[[]select for diffs]</a>
-      [end]
-    [end]
-  [end]
-
-  [if-any entries.vendor_branch]
-    <i>(vendor branch)</i>
-  [end]
-
-  <br>
-
-  [is roottype "svn"]
-    [if-index entries last]Added[else]Modified[end]
-  [end]
-
-  <i>[entries.date_str]</i> ([entries.ago] ago) by <i>[entries.author]</i>
-
-  [if-any entries.branches]
-    <br>Branch:
-    [for entries.branches]
-      <a href="[entries.branches.href]"><b>[entries.branches.name]</b></a>[if-index entries.branches last][else],[end]
-    [end]
-  [end]
-
-  [if-any entries.tags]
-    <br>CVS Tags:
-    [for entries.tags]
-      <a href="[entries.tags.href]"><b>[entries.tags.name]</b></a>[if-index entries.tags last][else],[end]
-    [end]
-  [end]
-
-  [if-any entries.branch_points]
-    <br>Branch point for:
-    [for entries.branch_points]
-      <a href="[entries.branch_points.href]"><b>[entries.branch_points.name]</b></a>[if-index entries.branch_points last][else],[end]
-    [end]
-  [end]
-
-  [if-any entries.prev]
-    [if-any entries.changed]
-      [is roottype "cvs"]
-      <br>Changes since <b>[entries.prev]: [entries.changed] lines</b>
-      [end]
-    [end]
-  [end]
-
-  [is roottype "svn"]
-    [if-any entries.size]
-    <br>File length: [entries.size] byte(s)</b>
-    [end]
-
-    [if-any entries.copy_path]
-    <br>Copied from: <a href="[entries.copy_href]">[entries.copy_path]</a> revision [entries.copy_rev]
-    [end]
-  [end]
-
-  [is entries.state "dead"]
-    <br><b><i>FILE REMOVED</i></b>
-  [else]
-   [is pathtype "file"]
-    [if-any entries.prev]
-      <br>Diff to <a href="[entries.diff_to_prev_href]">previous [entries.prev]</a>
-      [if-any human_readable]
-      [else]
-        (<a href="[entries.diff_to_prev_href]&diff_format=h">colored</a>)
-      [end]
-    [end]
-
-    [is roottype "cvs"]
-      [if-any entries.branch_point]
-        , to <a href="[entries.diff_to_branch_href]">branch point [entries.branch_point]</a>
-        [if-any human_readable]
-        [else]
-           (<a href="[entries.diff_to_branch_href]&diff_format=h">colored</a>)
-        [end]
-      [end]
-  
-      [if-any entries.next_main]
-        , to <a href="[entries.diff_to_main_href]">next main [entries.next_main]</a>
-        [if-any human_readable]
-        [else]
-           (<a href="[entries.diff_to_main_href]&diff_format=h">colored</a>)
-        [end]
-      [end]
-    [end]
-
-    [if-any entries.diff_to_sel_href]
-      [if-any entries.prev], [else]<br>Diff[end]
-        to <a href="[entries.diff_to_sel_href]">selected [rev_selected]</a>
-      [if-any human_readable]
-      [else]
-        (<a href="[entries.diff_to_sel_href]&diff_format=h">colored</a>)
-      [end]
-    [end]
-   [end]
-  [end]
-
-<pre class="vc_log">[entries.html_log]</pre>
-[end]
-
-[include "include/paging.ezt"]
-
-[is pathtype "file"]
-  [include "include/diff_form.ezt"]
-[end]
-
-[include "include/branch_form.ezt"]
-
-[include "include/sort.ezt"]
-
-[include "include/footer.ezt"]
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/log_table.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/log_table.ezt
deleted file mode 100644
index 3f70161..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/log_table.ezt
+++ /dev/null
@@ -1,179 +0,0 @@
-[# setup page definitions]
-  [define location][rootname][if-any where]: [where][end][end]
-  [define page_title][cfg.general.main_title] - log - [location][end]
-  [define help_href][docroot]/help_logtable.html[end]
-[# end]
-
-[include "include/header.ezt" "logtable"]
-
-<hr noshade>
-
-[include "include/branch.ezt"]
-
-[include "include/view_tag.ezt"]
-
-[include "include/paging.ezt"]
-
-<hr noshade>
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
-<thead>
-<tr>
-  <th align="left" class="vc_header[is logsort "rev"]_sort[end]">Revision</th>
-  [is pathtype "file"]
-  <th align="left" class="vc_header">Tasks</th>
-  <th align="left" class="vc_header">Diffs</th>
-  [end]
-  [is roottype "cvs"]
-  <th align="left" class="vc_header">Branches/<br>Tags</th>
-  [end]
-  <th align="left" class="vc_header[is logsort "date"]_sort[end]">Age</th>
-  <th align="left" class="vc_header">Author</th>
-</tr>
-</thead>
-[for entries]
-  <tbody>
-  <tr valign="top" class="vc_row_[if-index entries even]even[else]odd[end]">
-
-    [# Revision column]
-    <td rowspan="2">
-      [is roottype "svn"]<a href="[entries.revision_href]"><b>[entries.rev]</b></a>[else]<b>[entries.rev]</b>[end]
-      <a name="rev[entries.rev]"></a>
-    </td>
-
-    [is pathtype "file"]
-      <td>
-      [# Tasks column]
-        <a href="[entries.view_href]"><b>View</b></a><br>
-        <a href="[entries.download_href]"><b>Download</b></a><br>
-        [if-any entries.download_text_href]<a href="[entries.download_text_href]"><b>As text</b></a><br>[end]
-
-        [# if you don't want to allow annotation, then remove this line]
-        [is roottype "svn"][else]<a href="[entries.annotate_href]"><b>Annotate</b></a><br>[end]
-      </td>
-      <td>
-      [is entries.state "dead"]
-        <b><i>FILE REMOVED</i></b>
-      [else]
-      [# if you don't want to allow select for diffs then remove this section]
-      [is entries.rev rev_selected]
-        <b>[[]selected]</b><br>
-      [else]
-      <a href="[entries.sel_for_diff_href]"><b>[[]select for diffs]</b></a><br>
-      [end]
-        [if-any entries.diff_to_sel_href]
-          <a href="[entries.diff_to_sel_href]"><b>Diff to selected [rev_selected]</b></a>
-          [if-any human_readable]
-          [else]
-            (<a href="[entries.diff_to_sel_href]&diff_format=h"><b>colored</b></a>)
-          [end]<br />
-        [end]
-        [if-any entries.prev]
-          <a href="[entries.diff_to_prev_href]"><b>Diff to previous [entries.prev]</b></a>
-          [if-any human_readable]
-          [else]
-            (<a href="[entries.diff_to_prev_href]&diff_format=h"><b>colored</b></a>)
-          [end]<br />
-        [end]
-      [end]  
-      </td>
-    [end]
-    [is roottype "cvs"]
-    <td>
-      [# Branches column]
-      [if-any entries.vendor_branch]
-        <i>vendor branch</i><br>
-      [end]
-      [if-any entries.branches]
-        [for entries.branches]
-          <a href="[entries.branches.href]"><b>[entries.branches.name]</b></a><br>
-        [end]
-      [end]
-      [if-any entries.branch_points]
-        Branch point for:
-        [for entries.branch_points]
-          <a href="[entries.branch_points.href]"><b>[entries.branch_points.name]</b></a><br>
-        [end]
-      [end]
-      [if-any entries.next_main]
-        <a href="[entries.diff_to_main_href]"><b>Diff to next MAIN [entries.next_main]</b></a>
-        [if-any human_readable]
-        [else]
-          (<a href="[entries.diff_to_main_href]&diff_format=h"><b>colored</b></a>)
-        [end]<br />
-      [end]
-      [if-any entries.branch_point]
-        <a href="[entries.diff_to_branch_href]"><b>Diff to branch point [entries.branch_point]</b></a>
-        [if-any human_readable]
-        [else]
-          (<a href="[entries.diff_to_branch_href]&diff_format=h"><b>colored</b></a>)
-        [end]<br />
-      [end]
-
-      [# Tags ]
-      [if-any entries.tags]
-        <form method=get action="[branch_select_action]" >
-          [branch_select_hidden_values]
-          <select name="only_with_tag" onChange="submit()">
-          <option value="" [is view_tag ""]selected[end]>Show all tags</option>
-          [for entries.tags]
-            <option [is view_tag entries.tags.name]selected[end]>[entries.tags.name]</option>
-          [end]
-          </select>
-        </form>
-      [else] 
-      [end]
-    </td>
-    [end]
-
-    [# Time column]
-    <td>
-      [is roottype "svn"]
-        [if-index entries last]Added[else]Modified[end]
-      [end]
-      [entries.ago] ago<br><i>[entries.date_str]</i>
-      [is roottype "cvs"]
-        [if-any entries.prev]
-          [if-any entries.changed]
-            <br>Changes since <b>[entries.prev]: [entries.changed] lines</b>
-          [end]
-        [end]
-      [end]
-    </td>
-
-    [# Author column]
-    <td>
-      [entries.author]
-    </td>
-
-  </tr>
-  <tr class="vc_row_[if-index entries even]even[else]odd[end]">
-    <td colspan=5>
-      [is roottype "svn"]
-        [is entries.filename where][else]<b>File name: </b>[entries.filename]<br>[end]
-        [if-any entries.size]
-          <b>File length: </b>[entries.size] byte(s)<br>
-        [end]
-
-        [if-any entries.copy_path]
-           <b>Copied from: </b><a href="[entries.copy_href]">[entries.copy_path]</a> revision [entries.copy_rev]<br>
-        [end]
-      [end]
-
-      <b>Log: </b><pre class="vc_log">[entries.html_log]</pre>
-    </td>
-  </tr>
-  </tbody>
-[end]
-</table>
-
-[include "include/paging.ezt"]
-
-[is pathtype "file"]
-  [include "include/diff_form.ezt"]
-[end]
-
-[include "include/branch_form.ezt"]
-
-[include "include/sort.ezt"]
-
-[include "include/footer.ezt"]
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/markup.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/markup.ezt
deleted file mode 100644
index 9a009d5..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/markup.ezt
+++ /dev/null
@@ -1,52 +0,0 @@
-[# setup page definitions]
-  [define location][rootname][if-any where]: [where][end][end]
-  [define page_title][cfg.general.main_title] - markup - [location][end]
-  [define help_href][docroot]/help_rootview.html[end]
-[# end]
-
-[include "include/header.ezt" "markup"]
-
-<div class="vc_summary">
-File: [nav_file]
-
-(<a href="[download_href]"><b>download</b></a>)
-[if-any download_text_href](<a href="[download_text_href]"><b>as text</b></a>)[end]
-
-<br>
-
-[if-any log]
-  Revision: <b>[rev]</b>[if-any vendor_branch] <i>(vendor branch)</i>[end],
-  <i>[date_str]</i> ([ago] ago) by <i>[author]</i>
-  
-  [if-any branches]
-    <br>Branch: <b>[branches]</b>
-  [end]
-  [if-any tags]
-    <br>CVS Tags: <b>[tags]</b>
-  [end]
-  [if-any branch_points]
-    <br>Branch point for: <b>[branch_points]</b>
-  [end]
-  [is roottype "cvs"]
-    [if-any changed]
-      <br>Changes since <b>[prev]: [changed] lines</b>
-    [end]
-  [end]
-  [is roottype "svn"]
-    <br>File size: [size] byte(s)
-  [end]
-  [is state "dead"]
-    <br><b><i>FILE REMOVED</i></b>
-  [end]
-  <pre class="vc_log">[log]</pre>
-[else]
-  Revision: <b>[rev]</b><br>
-  [if-any tag]
-    Tag: <b>[tag]</b><br>
-  [end]
-[end]
-</div>
-
-[markup]
-
-[include "include/footer.ezt"]
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query.ezt
deleted file mode 100644
index e565f1a..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query.ezt
+++ /dev/null
@@ -1,244 +0,0 @@
-<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
- "http://www.w3.org/TR/REC-html40/loose.dtd">
-<!-- ViewCVS       -- http://viewcvs.sourceforge.net/
-     by Greg Stein -- mailto:gstein at lyra.org  -->
-
-<html>
-<head>
-  <title>[cfg.general.main_title] - query</title>
-  <link rel="stylesheet" href="[docroot]/styles.css" type="text/css">
-</head>
-
-<body>
-
-[# setup page definitions]
-  [define help_href][docroot]/help_query.html[end]
-[# end]
-
-  <p> 
-    Select your parameters for querying the CVS commit database.  You
-    can search for multiple matches by typing a comma-seperated list
-    into the text fields.  Regular expressions, and wildcards are also
-    supported.  Blank text input fields are treated as wildcards.
-  </p>
-  <p>
-    Any of the text entry fields can take a comma-seperated list of
-    search arguments.  For example, to search for all commits from
-    authors <i>jpaint</i> and <i>gstein</i>, just type: <b>jpaint,
-    gstein</b> in the <i>Author</i> input box.  If you are searching
-    for items containing spaces or quotes, you will need to quote your
-    request.  For example, the same search above with quotes is:
-    <b>"jpaint", "gstein"</b>.
-  </p>
-  <p>                           
-
-    Wildcard and regular expression searches are entered in a similar
-    way to the quoted requests.  You must quote any wildcard or
-    regular expression request, and a command charactor preceeds the
-    first quote.  The command charactor <b>l</b> is for wildcard
-    searches, and the wildcard charactor is a percent (<b>%</b>).  The
-    command charactor for regular expressions is <b>r</b>, and is
-    passed directly to MySQL, so you'll need to refer to the MySQL
-    manual for the exact regex syntax.  It is very similar to Perl.  A
-    wildard search for all files with a <i>.py</i> extention is:
-    <b>l"%.py"</b> in the <i>File</i> input box.  The same search done
-    with a regular expression is: <b>r".*\.py"</b>.
-  </p>
-  <p>                  
-    All search types can be mixed, as long as they are seperated by
-    commas.
-  </p>                                                    
-
-<form method=get>
-
-<div class="vc_query_form">
-<table border=0 cellspacing=0 cellpadding=2 width=100%>
- <tr>
-  <td>
-   <table>
-    <tr>
-     <td valign=top>
-
-      <table>
-       <tr>
-        <td align=right>CVS Repository:</td>
-        <td>
-         <input type=text name=repository size=40 value="[repository]">
-        </td>
-       </tr>
-       <tr>
-        <td align=right>CVS Branch:</td>
-        <td>
-         <input type=text name=branch size=40 value="[branch]">
-        </td>
-       </tr>
-       <tr>
-        <td align=right>Directory:</td>
-        <td>
-         <input type=text name=directory size=40 value="[directory]">
-        </td>
-       </tr>
-       <tr>
-        <td align=right>File:</td>
-        <td>
-         <input type=text name=file size=40 value="[file]">
-        </td>
-       </tr>
-       <tr>
-        <td align=right>Author:</td>
-        <td>
-         <input type=text name=who size=40 value="[who]">
-        </td>
-       </tr>
-      </table>
-
-     </td>
-     <td valign=top>
-
-      <table>
-       <tr>
-        <td align=left>Sort By:</td>
-        <td>
-         <select name=sortby>
-          <option value=date [is sortby "date"]selected[end]>Date</option>
-          <option value=author [is sortby "author"]selected[end]>Author</option>
-          <option value=file [is sortby "file"]selected[end]>File</option>
-         </select>
-        </td>
-       </tr>
-       <tr>
-        <td colspan=2>
-         <table border=0 cellspacing=0 cellpadding=0>
-          <tr>
-           <td>Date:</td>
-          </tr>
-          <tr>
-           <td><input type=radio name=date value=hours
-		  [is date "hours"]checked[end]></td>
-           <td>In the last
-             <input type=text name=hours value=[hours] size=4>hours
-           </td>
-          </tr>
-          <tr>
-           <td><input type=radio name=date value=day
-		  [is date "day"]checked[end]></td>
-           <td>In the last day</td>
-          </tr>
-          <tr>
-           <td><input type=radio name=date value=week
-		  [is date "week"]checked[end]></td>
-           <td>In the last week</td>
-          </tr>
-          <tr>
-           <td><input type=radio name=date value=month
-		  [is date "month"]checked[end]></td>
-           <td>In the last month</td>
-          </tr>
-          <tr>
-           <td><input type=radio name=date value=all
-		  [is date "all"]checked[end]></td>
-           <td>Since the beginning of time</td>
-          </tr>
-         </table>
-        </td>
-       </tr>
-      </table>
-
-     </td>
-    </tr>
-   </table>
-  </td>
-  <td>
-   <input type=submit value="Search">
-  </td>
- </tr>
-</table>
-</div>
-
-</form>
-
-[is query "skipped"]
-[else]
-<p><b>[num_commits]</b> matches found.</p>
-
-[if-any commits]
-<table width="100%" border=0 cellspacing=0 cellpadding=2>
- <thead>
- <tr class="vc_header">
-  <th align=left valign=top>Revision</th>
-  <th align=left valign=top>File</th>
-  <th align=left valign=top>Branch</th>
-  <th align=left valign=top>+/-</th>
-  <th align=left valign=top>Date</th>
-  <th align=left valign=top>Author</th>
-[# uncommment, if you want a separate Description column: (also see below)
-<th align=left valign=top>Description</th>
-]
- </tr>
- </thead>
-[for commits]
- <tbody>
-  [for commits.files]
-    <tr class="vc_row_[if-index commits even]even[else]odd[end]">
-      <td align=left valign=top>
-	[if-any commits.files.rev][commits.files.rev][else] [end]
-      </td>
-      <td align=left valign=top>[commits.files.link]</td>
-      <td align=left valign=top>
-	[if-any commits.files.branch][commits.files.branch][else] [end]
-      </td>
-      <td align=left valign=top>
-        [is commits.files.type "Add"]<ins>[end]
-        [is commits.files.type "Change"]<a href="[commits.files.difflink]">[end]
-        [is commits.files.type "Remove"]<del>[end]
-          [commits.files.plus]/[commits.files.minus]
-        [is commits.files.type "Add"]</ins>[end]
-        [is commits.files.type "Change"]</a>[end]
-        [is commits.files.type "Remove"]</del>[end]
-      </td>
-      <td align=left valign=top>
-	[if-any commits.files.date][commits.files.date][else] [end]
-      </td>
-      <td align=left valign=top>
-	[if-any commits.files.author][commits.files.author][else] [end]
-      </td>
-
-[# uncommment, if you want a separate Description column:
-      {if-index commits.files first{
-        <td align=left valign=top rowspan={commits.num_files}>
-          {commits.desc}
-        </td>
-      {end}
-
-   (substitute brackets for the braces)
-]
-    </tr>
-[# and also take the following out in the "Description column"-case:]
-      [if-index commits.files last]
-	<tr class="vc_row_[if-index commits even]even[else]odd[end]">
-	  <td> </td>
-	  <td colspan=5><b>Log:</b><br />
-	    <pre class="vc_log">[commits.desc]</pre></td>
-	</tr>
-      [end]
-[# ---]
-  [end]
- </tbody>
-[end]
-
- <tr class="vc_header">
-  <th align=left valign=top> </th>
-  <th align=left valign=top> </th>
-  <th align=left valign=top> </th>
-  <th align=left valign=top> </th>
-  <th align=left valign=top> </th>
-  <th align=left valign=top> </th>
-[# uncommment, if you want a separate Description column:
-  <th align=left valign=top> </th>
-]
- </tr>
-</table>
-[end]
-[end]
-
-[include "include/footer.ezt"]
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query_form.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query_form.ezt
deleted file mode 100644
index dfab0a5..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query_form.ezt
+++ /dev/null
@@ -1,167 +0,0 @@
-[# setup page definitions]
-  [define location][rootname][if-any where]: [where][end][end]
-  [define page_title][cfg.general.main_title] - query - [location][end]
-  [define help_href][docroot]/help_rootview.html[end]
-[# end]
-
-[include "include/header.ezt" "query"]
-
-<form action="[query_action]" method="get">
-  [query_hidden_values]
-
-<div class="vc_query_form">
-<table border="0" cellspacing="0" cellpadding="5">
-  [is roottype "cvs"]
-  [# For subversion, the branch field is not used ]
-  <tr>
-    <th align="right" valign="top">Branch:</th>
-    <td>
-      <input type="text" name="branch" value="[branch]" /><br />
-      <label for="branch_match_exact">
-        <input type="radio" name="branch_match" id="branch_match_exact"
-           value="exact" [is branch_match "exact"]checked=""[end] />
-        Exact match
-      </label>
-      <label for="branch_match_glob">
-        <input type="radio" name="branch_match" id="branch_match_glob"
-           value="glob" [is branch_match "glob"]checked=""[end] />
-        Glob pattern match
-      </label>
-      <label for="branch_match_regex">
-        <input type="radio" name="branch_match" id="branch_match_regex"
-           value="regex" [is branch_match "regex"]checked=""[end] />
-        Regex match
-      </label>
-      <label for="branch_match_notregex">
-        <input type="radio" name="branch_match" id="branch_match_notregex"
-           value="notregex" [is branch_match "notregex"]checked=""[end] />
-        Regex doesn't match
-      </label>
-    </td>
-  </tr>
-  [end]
-  <tr>
-    <th align="right" valign="top">Subdirectory:</th>
-    <td>
-      <input type="text" name="dir" value="[dir]" /><br />
-      (you can list multiple directories separated by commas)
-    </td>
-  </tr>
-  <tr>
-    <th align="right" valign="top">File:</th>
-    <td>
-      <input type="text" name="file" value="[file]" /><br />
-      <label for="file_match_exact">
-        <input type="radio" name="file_match" id="file_match_exact"
-           value="exact" [is file_match "exact"]checked=""[end] />
-        Exact match
-      </label>
-      <label for="file_match_glob">
-        <input type="radio" name="file_match" id="file_match_glob"
-           value="glob" [is file_match "glob"]checked=""[end] />
-        Glob pattern match
-      </label>
-      <label for="file_match_regex">
-        <input type="radio" name="file_match" id="file_match_regex"
-           value="regex" [is file_match "regex"]checked=""[end] />
-        Regex match
-      </label>
-      <label for="file_match_notregex">
-        <input type="radio" name="file_match" id="file_match_notregex"
-           value="notregex" [is file_match "notregex"]checked=""[end] />
-        Regex doesn't match
-      </label>
-    </td>
-  </tr>
-  <tr>
-    <th align="right" valign="top">Who</th>
-    <td>
-      <input type="text" name="who" value="[who]" /><br />
-      <label for="who_match_exact">
-        <input type="radio" name="who_match" id="who_match_exact"
-           value="exact" [is who_match "exact"]checked=""[end] />
-        Exact match
-      </label>
-      <label for="who_match_glob">
-        <input type="radio" name="who_match" id="who_match_glob"
-           value="glob" [is who_match "glob"]checked=""[end] />
-        Glob pattern match
-      </label>
-      <label for="who_match_regex">
-        <input type="radio" name="who_match" id="who_match_regex"
-           value="regex" [is who_match "regex"]checked=""[end] />
-        Regex match
-      </label>
-      <label for="who_match_notregex">
-        <input type="radio" name="who_match" id="who_match_notregex"
-           value="notregex" [is who_match "notregex"]checked=""[end] />
-        Regex doesn't match
-      </label>
-    </td>
-  </tr>
-  <tr>
-    <th align="right" valign="top">Sort By:</th>
-    <td>
-      <select name="querysort">
-        <option value="date" [is querysort "date"]selected=""[end]>Date</option>
-        <option value="author" [is querysort "author"]selected=""[end]>Author</option>
-        <option value="file" [is querysort "file"]selected=""[end]>File</option>
-      </select>
-    </td>
-  </tr>
-  <tr>
-    <th align="right" valign="top">Date:</th>
-    <td>
-      <table border="0" cellspacing="0" cellpadding="0">
-        <tr>
-          <td><input type="radio" name="date" id="date_hours"
-                 value="hours" [is date "hours"]checked=""[end] /></td>
-          <td>
-            <label for="date_hours">In the last</label>
-            <input type="text" name="hours" value="[hours]" size="4" />
-            hours
-          </td>
-        </tr>
-        <tr>
-          <td><input type="radio" name="date" id="date_day"
-                 value="day" [is date "day"]checked=""[end] /></td>
-          <td><label for="date_day">In the last day</label></td>
-        </tr>
-        <tr>
-          <td><input type="radio" name="date" id="date_week"
-                 value="week" [is date "week"]checked=""[end] /></td>
-          <td><label for="date_week">In the last week</label></td>
-        </tr>
-        <tr>
-          <td><input type="radio" name="date" id="date_month"
-                 value="month" [is date "month"]checked=""[end] /></td>
-          <td><label for="date_month">In the last month</label></td>
-        </tr>
-        <tr>
-          <td><input type="radio" name="date" id="date_all"
-                 value="all" [is date "all"]checked=""[end] /></td>
-          <td><label for="date_all">Since the beginning of time</label></td>
-        </tr>
-        <tr>
-          <td><input type="radio" name="date" id="date_explicit"
-                 value="explicit" [is date "explicit"]checked=""[end] /></td>
-          <td>
-            <label for="date_explicit">Between</label>
-            <input type="text" name="mindate" value="[mindate]" size="20" />
-            and
-            <input type="text" name="maxdate" value="[maxdate]" size="20" />
-            <br />
-            (use the form <b>yyyy-mm-dd hh:mm:ss</b>)
-          </td>
-        </tr>
-      </table>
-    </td>
-  </tr>
-  <tr>
-    <td></td>
-    <td><input type="submit" value="Search" /></td>
-  </tr>
-</table>
-</div>
-
-[include "include/footer.ezt"]
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query_results.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query_results.ezt
deleted file mode 100644
index 49ffbfd..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query_results.ezt
+++ /dev/null
@@ -1,77 +0,0 @@
-[# setup page definitions]
-  [define location][rootname][if-any where]: [where][end][end]
-  [define page_title][cfg.general.main_title] - query results - [location][end]
-  [define help_href][docroot]/help_rootview.html[end]
-[# end]
-
-[include "include/header.ezt"]
-
-<p><b>[english_query]</b></p>
-[# <!-- {sql} --> ]
-<p><a href="[queryform_href]">Modify query</a></p>
-<p><a href="[backout_href]">Show commands which could be used to back out these changes</a></p>
-
-<p><b>+[plus_count]/-[minus_count]</b> lines changed.</p>
-
-[if-any commits]
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <thead>
-  <tr>
-   <th align="left" class="vc_header">Revision</th>
-   <th align="left" class="vc_header[is querysort "file"]_sort[end]">File</th>
-[if-any show_branch]
-   <th align="left" class="vc_header">Branch</th>
-[end]
-   <th align="left" class="vc_header">+/-</th>
-   <th align="left" class="vc_header[is querysort "date"]_sort[end]">Date</th>
-   <th align="left" class="vc_header[is querysort "author"]_sort[end]">Author</th>
-[# uncommment, if you want a separate Description column: (also see below)
-   <th align="left" class="vc_header">Description</th>
-]
-  </tr>
- </thead>
-[for commits]
-  [for commits.files]
-    <tbody>
-    <tr class="vc_row_[if-index commits even]even[else]odd[end]">
-      <td align=left valign=top>
-	[if-any commits.files.rev]<a href="[commits.files.rev_href]">[commits.files.rev]</a>[else] [end]
-      </td>
-      <td align="left" valign="top">
-        <a href="[commits.files.dir_href]">[commits.files.dir]/</a>
-        <a href="[commits.files.log_href]">[commits.files.file]</a>
-      </td>
-[if-any show_branch]
-      <td align="left" valign="top">
-	[if-any commits.files.branch][commits.files.branch][else] [end]
-      </td>
-[end]
-      <td align="left" valign="top">
-        [# only show a diff link for changes ]
-        [is commits.files.type "Add"]<ins>[end]
-        [is commits.files.type "Change"]<a href="[commits.files.diff_href]">[end]
-        [is commits.files.type "Remove"]<del>[end]
-          [commits.files.plus]/[commits.files.minus]
-        [is commits.files.type "Add"]</ins>[end]
-        [is commits.files.type "Change"]</a>[end]
-        [is commits.files.type "Remove"]</del>[end]
-      </td>
-      <td align="left" valign="top">
-	[if-any commits.files.date][commits.files.date][else] [end]
-      </td>
-      <td align="left" valign="top">
-	[if-any commits.files.author][commits.files.author][else] [end]
-      </td>
-    </tr>
-  [end]
-  <tr class="vc_row_[if-index commits even]even[else]odd[end]">
-    <td> </td>
-    <td colspan="5"><b>Log:</b><br>
-      <pre class="vc_log">[commits.desc]</pre></td>
-  </tr>
-  </tbody>
-[end]
-</table>
-[end]
-
-[include "include/footer.ezt"]
diff --git a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/revision.ezt b/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/revision.ezt
deleted file mode 100644
index 14e0b00..0000000
--- a/src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/revision.ezt
+++ /dev/null
@@ -1,90 +0,0 @@
-[# setup page definitions]
-  [define location][rootname][if-any where]: [where][end][end]
-  [define page_title][cfg.general.main_title] - revision - [location][end]
-  [define help_href][docroot]/help_rootview.html[end]
-[# end]
-
-[include "include/header.ezt" "revision"]
-
-<hr noshade>
-
-<table border="0" cellspacing="1" cellpadding="2">
-  <tr align=left>
-    <th>Jump to revision:</td>
-    <td>
-      <form method=get action="[jump_rev_action]">
-      [jump_rev_hidden_values]
-      <input type="text" name="rev" value="[jump_rev]">
-      <input type=submit value="Go">
-      [if-any prev_href]
-        <a href="[prev_href]"><img src="[icons]/back.gif" border="0" alt="Previous"></a>[end]
-      [if-any next_href] <a href="[next_href]"><img src="[icons]/forward.gif" border="0" alt="Next"></a>[end]
-      </form>
-    </td>
-  </tr>
-  <tr align=left>
-    <th>Author:</th>
-    <td>[author]</td>
-  </tr>
-  <tr align=left>
-    <th>Date:</th>
-    <td>[date_str] <i>([ago] ago)</i></td>
-  </tr>
-</table>
-
-<p><b>Log Message:</b><pre class="vc_log">[log]</pre>
-</p>
-
-<hr noshade>
-
-<p><b>Changed paths:</b></p>
-<table border="0" cellspacing="1" cellpadding="2">
-  <thead>
-  <tr align=left>
-    <th class="vc_header_sort">Path</th>
-    <th class="vc_header">Action</th>
-    <th class="vc_header">Text Changes</th>
-    <th class="vc_header">Prop Changes</th>
-    <th class="vc_header">Diff to Previous</th>
-  </tr>
-  </thead>
-  <tbody>
-  [if-any changes]
-    [for changes]
-      <tr class="vc_row_[if-index changes even]even[else]odd[end]">
-      <td>
-        [is changes.pathtype "dir"]
-          <img src="[icons]/small/dir.gif">
-        [else]
-          <img src="[icons]/small/text.gif">
-        [end]
-        [is changes.action "deleted"]
-          [changes.filename]
-        [else]
-          <a href="[changes.view_href]">[changes.filename]</a>
-        [end]
-      </td>
-      <td align=center>[changes.action]</td>
-      [is changes.action "deleted"]
-        <td align=center> </td>
-        <td align=center> </td>
-      [else]
-        <td align=center>[is changes.text_mods "1"]X[else] [end]</td>
-        <td align=center>[is changes.prop_mods "1"]X[else] [end]</td>
-      [end]
-        [if-any changes.diff_href]
-          <td align=center><a href="[changes.diff_href]&r1=[rev]&r2=[changes.prev_rev]&p1=[changes.filename]&p2=[changes.prev_path]">(diff to previous)</a></td>
-        [else]
-          <td align=center> </td>
-        [end]
-      </tr>
-    [end]
-  [else]
-    <tr>
-    <td colspan="5">No changed paths.</td>
-    </tr>
-  [end]
-  </tbody>
-</table>
-
-[include "include/footer.ezt"]

-----------------------------------------------------------------------

Summary of changes:
 .../plugins/scmsvn/viewcvs/templates/annotate.ezt  |   45 ----
 .../etc/plugins/scmsvn/viewcvs/templates/diff.ezt  |  166 -------------
 .../scmsvn/viewcvs/templates/dir_alternate.ezt     |  152 ------------
 .../plugins/scmsvn/viewcvs/templates/directory.ezt |  146 ------------
 .../etc/plugins/scmsvn/viewcvs/templates/error.ezt |   14 --
 .../etc/plugins/scmsvn/viewcvs/templates/graph.ezt |   18 --
 .../scmsvn/viewcvs/templates/include/branch.ezt    |   12 -
 .../viewcvs/templates/include/branch_form.ezt      |   19 --
 .../scmsvn/viewcvs/templates/include/diff_form.ezt |   62 -----
 .../viewcvs/templates/include/dir_footer.ezt       |   94 --------
 .../viewcvs/templates/include/dir_header.ezt       |   68 ------
 .../scmsvn/viewcvs/templates/include/footer.ezt    |   21 --
 .../scmsvn/viewcvs/templates/include/header.ezt    |    1 -
 .../scmsvn/viewcvs/templates/include/paging.ezt    |   18 --
 .../scmsvn/viewcvs/templates/include/sort.ezt      |   13 --
 .../scmsvn/viewcvs/templates/include/view_tag.ezt  |    5 -
 .../etc/plugins/scmsvn/viewcvs/templates/log.ezt   |  155 -------------
 .../plugins/scmsvn/viewcvs/templates/log_table.ezt |  179 --------------
 .../plugins/scmsvn/viewcvs/templates/markup.ezt    |   52 -----
 .../etc/plugins/scmsvn/viewcvs/templates/query.ezt |  244 --------------------
 .../scmsvn/viewcvs/templates/query_form.ezt        |  167 --------------
 .../scmsvn/viewcvs/templates/query_results.ezt     |   77 ------
 .../plugins/scmsvn/viewcvs/templates/revision.ezt  |   90 --------
 23 files changed, 1818 deletions(-)
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/annotate.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/diff.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/dir_alternate.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/directory.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/error.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/graph.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/branch.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/branch_form.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/diff_form.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/dir_footer.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/dir_header.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/footer.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/header.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/paging.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/sort.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/view_tag.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/log.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/log_table.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/markup.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query_form.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query_results.ezt
 delete mode 100644 src/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/revision.ezt


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list