Skip to content

Instantly share code, notes, and snippets.

@reinsch82
Forked from alexanderfloh/ide-svn-commands
Created April 4, 2014 11:19
Show Gist options
  • Save reinsch82/9972552 to your computer and use it in GitHub Desktop.
Save reinsch82/9972552 to your computer and use it in GitHub Desktop.
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)" /line:$(CurLine)
/command:diff /path:"$(ItemPath)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment