iis - Setting up a new team work environment for asp.net -
we own small company , develop asp.net websites. here our work procedure: have server @ company sql server 2008 , iis 7.5 installed on it. our projects including database , website pages on server. connect server , edit files using ftp, change web page can seen @ once. programmers (less 10 programmers) connect server using visual studio 2010.
now want include source control system in our work. problem including scm in our work requires changing our way of working.
does have advise on setting working environment?
thanks in advance.
you first need decide on type of scm going use - centralized or distributed.
one centralized scm tfs - ms , integrates vs. believe there express (basic) version free, other editions quite expensive.
an easy , free centralized scm start subversion - can install svn server on server , setup client each developer.
a distributed scm not have server - popular 1 git.
do read on of these before deciding. have figure out workflow team. start small project can gain understanding , minimize cost of mistakes.
Comments
Post a Comment