ReSharper and Subversion
June 13, 2007 | 4:41 pmI use the excellent plugin ReSharper in my Visual Studio 2005 when developing software. It adds a whole lot of refactorings, gives coding assistance, enables asp.net editing and much more. I also use Subversion for my version control with Tortoise as the version-control client. You can tell Subversion to ignore the files and cataloges that ReSharper produces by setting the global ignore pattern to:
*/_ReSharper* *resharper* _ReSharper*
If you use Tortoise as a version-control client you can enter the ignore pattern in the General Settings window.










