VsTortoise, Build 28 beta released
VsTortoise is an add-in for Microsoft Visual Studio that provides an interface to perform the most common revision control operations directly from inside the Visual Studio IDE. It uses TortoiseSVN to execute the Subversion commands.
Existing users of VsTortoise receive an update notification if the option “Also check for beta versions” is checked. New users can download it from http://vstortoise.codeplex.com/releases/view/53005
Here is an overview about the recent changes:
- New: Added refresh button to context menu in Open modified File dialog, to refresh the list. Rather than using the button, you can also use F5 as shortcut.
- Fix: Pass filenames to TortoiseSVN through a pathfile rather than over the command-line (via CreateProcess). This should remove once and for all the “TortoiseSVN not showing up” problems, which were usually caused by exceeding the supported OS’s command-line length.
- Fix: Missing command “Show Log” in filter context menu Issue #6956 (thanks mikeplex)
- Fix: Installer not working correctly on Windows 32bit in some places. Internal error: Cannot acces 64 bit registry keys on this version of Windows (thanks mneu)
- Fix: ActiveProject commands respect paths of all project items now, rather than the directory where the .vcproj is located only. (thanks Julien)
- Fix: On some systems, mainly with other add-ins installed, VsTortoise buttons in the Solution Explorer context menu have been placed below the Properties button. This was incorrect behavior and now placed above Properties instead.
For the full log, including older versions, please see here.






