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.