Right click actions at the solution node applies to repository root and not to the solution root. Eg. i got two solutions in the same repository like this:
Svn Repository | - Project 1 | - - branches | - - - testbranch | - - - - Project2.sln | - - - - Folder 1 | - - trunk | - - - Project2.sln | - - - Folder 1 | - Project 2 | - - branches | - - trunk | - - - Project2.sln | - - - Folder 1 but when I have Project2/Trunk/Project2.sln open in Visual Studio 2008 and eg. want to commit all changes to the open solution from VS it finds all changes to the whole repository and not just my open solution.

