I'm using VisualSVN and VS
All projects in my Solution has "green" circle meaning that there is nothing to commit However entire solution has "yellow" circle.
tortoisesvn says that only one folder is changed, the status of this folder is "modified (property change only)"
It also says that "Working base" of this folder is empty and "Working copy" is:
*.suo
*.ncb
*.sdf
*.opensdf
ipch
*.user
_ReSharper.*
Myproject
I don't understand what's going on. How is that possible that folder itself has some content that can be changed and compared and commited? I mean folder is just a container for files and other folders, isn't it?
Should I commit this change? Should it be versioned? What is that?
Thanks