I am currently using Visual Studio Express for C# development and need to integrate Tortoise SVN to the same as context menus for External tools.
I need the following commands to be shown there.
Update to latest version
Commit
Cleanup
Merge
View History
Can this be accomplished?.
PS: Don't ask me to use Visual Studio Community, I am stuck with Express for now.
Edit: I already know how to add context menus to Visual studio express, here is the SO link for the same.
Add an Item to the visual studio folder right-click menu within AddIn
Am just unclear on the actual SVN commands.
Edit: I found the solution for the same and have pasted that as the answer, thanks to @Patrick for the guidance.
Thanks to @Patrick and also to this blog which shows up for a few seconds
http://garrys-brain.blogspot.in/2007/07/tortoisesvn-and-visual-studio.html
It is entirely possible to add TortoiseSVN commands as external tools and I have done just that using the values for each of the parameters needed for the External Tools dialogue, hopefully this will help others as well.
https://pastebin.com/L5rREjNL