Subversion visualization tree

I use to work with ClearCase, where I see a visual representation of the code base in a tree structure view.

Do we have a similar tree to visually represent the SVN repository?

thank

+3
source share
2 answers

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

alt text

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

, , .
, , .
- , .

alt text

+5

"Revision Graph". TortoiseSVN.

+2

Source: https://habr.com/ru/post/1763725/


All Articles