[mythtv] viewcvs bug in branch view

Stephane APIOU stephane at apiou.org
Wed Nov 17 22:53:30 UTC 2004


You have the debian cvs bug in your viewcvs system.

use the file attached in place of the existing one in
/etc/viewcvs/templates/include

it will correct the problem

Stephane Apiou

-------------- next part --------------
[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 rootname]
    <input type="hidden" name="root" value="[rootname]">
    [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]




More information about the mythtv-dev mailing list