Open Revision Graph using command line

223 Views Asked by At

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

enter image description here

1

There are 1 best solutions below

3
On BEST ANSWER

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.