Search code examples
tortoisesvnrevisionrevision-graph

Open Revision Graph using command line


Is there a way to open (visual) revision graph of a project only using command line?

enter image description here


Solution

  • Sure!

    The command would look like TortoiseProc.exe /command:revisiongraph /path:<path-to-checkout>

    You should consult automating TortoiseSVN for an understanding of the TortoiseSVN CLI.