Tagged Questions
3
votes
3answers
362 views
Should we check in Setup Project of Visual Studio
From what I understand, the ideal way to prepare builds using Visual Studio is to use a single build machine. That means, while the developers go through development process using their respective ...
14
votes
9answers
973 views
How do you avoid working on the wrong branch?
Being only a little careful is usually enough, but sometimes I need to double check the branch I'm working on (e.g "hm..i'm on dev branch, right?") and I check the source control path of a random ...
14
votes
6answers
896 views
Should a developer be allowed to use VSS if he prefers it?
I introduced Mercurial to my department. I love it, but it is my first version control experience. I am using it with NetBeans PHP for web development. Another developer who works on internal company ...
6
votes
6answers
446 views
Noobie wants to use source control, how would you guide them?
Let's say you know of an anonymous noobie that wants to be lead upon the path of righteousness. This noobie wants to use some sort of source control tools simply for the experience of using source ...