开发者

Subversion visual tree

I'm used to work with ClearCase where I can see a visual representation of the code base in a tree structure view.

Do we have a similar tree for visual representation of SVN rep开发者_Python百科ository?

Thanks


Note: the version tree in ClearCase displays the history of both files and directories (since a directory records the files added or removed in it), each time it is committed.

Subversion visual tree

The Subversion Revision Graph (also available as an Eclipse plugin) will display similar history, but sometimes with several nodes for a single revision:

First-time users may be surprised by the fact that the revision graph shows something that does not match the user's mental model.
If a revision changes multiple copies or branches of a file or folder, for instance, then there will be multiple nodes for that single revision.
It is a good practice to start with the leftmost options in the toolbar and customize the graph step-by-step until it comes close to your mental model

Subversion visual tree


It's called the "Revision Graph". You can find it using the TortoiseSVN client's menu.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜