How to implement version control along with visual studio? I am trying and currently stuck during publishing website.
Details:
- Using Mercurial Tortoise HG for source control along with Visual Studio 2010
- Working on a asp.net website (not web application)
- I did a right click on the website folder and created a new repository.
After creating the repository, Mercurial is adding .hg folder to my "website" folder. Earlier I tried to publish and it didn't allowed me to publish because .hg folder was unknown. So I made the folder hidden. And now whenever I try to publish the website it fails and the following error comes up.
Unable to add '.hgignore' to the Web site. Server error: '.hgignore' does not refer to a page or folder in this web. It may be a page or folder in a subweb, or it could be a badly formed URL.Error: The operation could not be completed. Unspecified error
Am I adding files to the repositories the wrong way? Or should the .hg folder not be a part of the folder inside visual studio? Or what the right way to implement Mercurial with vs2010?
There is some common sense I am missing here. Please help.
UPDATE: Resolved
I installed a plug in and then it solved the problem. And now when I open the folder there is no [+] sign on top of .hg folder. Which means it was not supposed to be included in version control in the first place. And it is not inside visual studio but originally when I did a right click and created a repository it was opening up as folder in vs2010 which in turn was failing my build.