Menu

#146 revision graph on file: "You are here" is not correclty positionned

None
open
DorothyR
1
2015-12-26
2015-07-28
Alcolo47
No
  • Get an svn repository
  • Make a branch, switch on it
  • Launch tkcvs -log any_file.
    Because the file is not modified, the "You are here" indicate the trunk, not the branch.

Correction:
tkcvs/branch_diagram.tcl: 164
- } elseif {[string match "Last Changed Rev:*" $infoline]} {
+ } elseif {[string match "Revision:*" $infoline]} {

But this correction is not fully tested ...

Discussion

  • DorothyR

    DorothyR - 2015-12-26

    patch #102

     
  • DorothyR

    DorothyR - 2015-12-26
    • assigned_to: DorothyR
    • Group: -->
    • Priority: 5 --> 1
     

Log in to post a comment.