views:

10

answers:

0

Something is wrong with one of my visual studio projects and tortoisesvn handling the source control.

This is how I checked the folder out of the sourcecontrol: Solutionfolder -> .sln file -> .suo file -> project folder

If I perform a rightclick on the solutionfolder, I see that this folder is assosiated with SVN. I can click commit, update and all the other possible interactions. If I select "commit", I can't however see changes that are inside the project folder. This means, that I have to manually rightclick on the projectfolder and select commit. I'm a bit confused, because both the solutionfolder and the projectfolder are in the same svn project. I thought recursivly looking for changes was the standard.

What must I do be able to commit all changes if I rightclick on the solutionfolder. Is this somehow Visual Studio related?