- 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 ...
patch #102