Question

I am developing an Application in VS2012 and I am using SVN for it. We are 3-4 people working on same application so we have used SVN.

Now, some of our colleague added the new folder in the Project but I cant see at my end in VS, I can see it outside of VS in project folders but not in VS, though I refresh entire project and take update of View folder, still cant find the same folder in VS.

You can get idea by watching below pic...

enter image description here

How to synchronize it ?

Was it helpful?

Solution 2

Solved it... I have to click on show all files icon... Newly added files from other people don't appear though we take update of the folder or refresh it... We have to click on Show All Files Icon on Solution Explorer of VS and All the files added by other people will start appearing... You have to right click on them and select the 'Include in Project'

OTHER TIPS

Visual studio only knows about files and folders specifically added to its own project file. That project file should be added to SVN control if you want everybody to use the same project locations and settings.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top