Skip to content

Instantly share code, notes, and snippets.

@alexanderfloh
Last active August 29, 2015 13:56
Show Gist options
  • Save alexanderfloh/8998295 to your computer and use it in GitHub Desktop.
Save alexanderfloh/8998295 to your computer and use it in GitHub Desktop.
SVN Log command line for Visual Studio and Eclipse external tools
Location:
C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
Arguments (Eclipse):
/command:log /path:"${selected_resource_loc}"
/command:blame /path:"${selected_resource_loc}"
/command:diff /path:"${selected_resource_loc}"
Arguments (Visual Studio):
/command:log /path:"$(ItemPath)"
/command:blame /path:"$(ItemPath)"
/command:diff /path:"$(ItemPath)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment