Visual Studio and TortoiseSVN
Posted on January 10, 2008
TortoiseSVN is an excelent subversion client. But I hate switching windows just to update the repo.
So I defined two external commands in VS and binded them to F1 and Alt+F1.
Commit
C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
/command:commit /notempfile /path:”$(SolutionDir)”
$(SolutionDir)
Update
C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
/command:update /path:”$(SolutionDir)” /rev /notempfile
$(SolutionDir)
And vuala, a decent integration.
(I really wish svn had local commit, I may switch to git/mercurial just for that).
Filed Under Uncategorized |
Leave a Comment
If you would like to make a comment, please fill out the form below.