Search code examples
eclipsesvntortoisesvnsubversivesvnkit

Visualisation of trunk, branches, and tags of an SVN project


Is there a tool or plugin for Eclipse that I can use for visualising the different SVN versions of my Java project (trunk, branches, and tags) along with the respective dates and names.

I am looking for something like this: here


Solution

  • You mentioned TortoiseSVN; it isn't an Eclipse plug-in, but with that tool you can quite easily retrieve this information pointing to the root of your SVN respoitory.
    The root contains those three directories: trunk, branches and tags.

    Than, using the revision graph tool you can view something similar to your pic.