Files created on a svn branch are not handled properly by tkcvs branch diagram. We get either a tree with only 'trunk', or a vertical tree based on 'trunk'.
Indeed the 'svn log --stop-on-copy' does not allow to identify the branching version but still the 'svn info <file>' allows to identify that we are on a branch.
Logged In: YES
user_id=206877
Originator: YES
In fact, the tree we see is the real trunk. This is wrong because:
- we don't see the branch
- the "you are here" is on top of trunk (instead of branch).
Maybe linked with bug #146