sergej
sergej

Reputation: 223

Visual Studio opens many tabs on update from SVN

I have the problem that visual studio opens lots of tabs of code (files that I used recently), when I update my code from the SVN repository (with TurtleSVN). The strange behavior also includes opening tabs for the same file as already in another tab, therefore sometimes there are lots of tabs that are opened twice after updating and have a :1 or :2 at the end. After updating, it is always necessary to get rid of this chaos of open tabs and twice opened tabs.

Did anybody experience something like this?

Upvotes: 0

Views: 73

Answers (1)

Nathan
Nathan

Reputation: 1520

Maybe you are having a problem updating a SUO file. Don't update a file ending with .suo. you have your own solution user option for files that you are working on.

Upvotes: 1

Related Questions