Guest User

Untitled

a guest
Sep 1st, 2017
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. Title CommandLine Arguments WorkingDir
  2. Commit c:\program files\TortoiseSVN\bin\tortoiseproc.exe /command:commit /path:"$(SolutionDir)" /notempfile $(SolutionDir)
  3. Update c:\program files\TortoiseSVN\bin\tortoiseproc.exe /command:update /path:"$(SolutionDir)" /notempfile $(SolutionDir)
  4. History c:\program files\TortoiseSVN\bin\tortoiseproc.exe /command:log /path:"$(ItemPath)" /notempfile $(ItemDir)
  5. Diff c:\program files\TortoiseSVN\bin\tortoiseproc.exe /command:diff /path:"$(ItemPath)" /notempfile $(ItemDir)
  6. Blame c:\program files\TortoiseSVN\bin\tortoiseproc.exe /command:blame /path:"$(ItemPath)" /notempfile $(ItemDir)
  7. Revert c:\program files\TortoiseSVN\bin\tortoiseproc.exe /command:revert /path:"$(SolutionDir)" /notempfile $(SolutionDir)
  8. Modifications c:\program files\TortoiseSVN\bin\tortoiseproc.exe /command:repostatus /path:"$(SolutionDir)" /notempfile $(SolutionDir)
  9. Edit Conflicts c:\program files\TortoiseSVN\bin\tortoiseproc.exe /command:conflicteditor /path:"$(ItemPath)" /notempfile $(ItemDir)
  10. Resolve c:\program files\TortoiseSVN\bin\tortoiseproc.exe /command:resolve /path:"$(ItemPath)" /noquestion /notempfile $(ItemDir)
  11. Repository c:\program files\TortoiseSVN\bin\tortoiseproc.exe /command:repobrowser /path:"$(SolutionDir)" /notempfile $(SolutionDir)
  12. Project History c:\program files\TortoiseSVN\bin\tortoiseproc.exe /command:log /path:"$(SolutionDir)" /notempfile $(SolutionDir)
  13. Add Solution c:\program files\TortoiseSVN\bin\tortoiseproc.exe /command:import /path:"$(SolutionDir)" /notempfile $(SolutionDir)
  14. Branch/Tag c:\program files\TortoiseSVN\bin\tortoiseproc.exe /command:copy /path:"$(SolutionDir)" /notempfile $(SolutionDir)
  15. Settings c:\program files\TortoiseSVN\bin\tortoiseproc.exe /command:settings /path:"$(SolutionDir)" /notempfile $(SolutionDir)
Add Comment
Please, Sign In to add comment