


Or alternatively, anyone can act as a 'server'. The fundamental thing to understand about DVCS is that everyone has a copy of the entire history of the project, so there is no 'server' to connect to where data stored. Git has similar features, as do other DVCS tools.


That leaves you with the distributed options, such as Mercurial, Git, Bazaar, Fossil, etc. It sounds like that is not what you want. The centralized options, such as CVS, SVN, P4, require you to run a server. But how to give access to other users over internet to repo created by Tortoise?įirst, you need to decide between using a 'centralized' version control system, or a 'distributed' one. Some of hirep guys suggested, to install tortoisesvn. I want to find some solution that will work ONLY for small dev group. Second off, what if my project is confidential, and I don't want to Butįirst off, Github doesn't allow private projects for free, bitbucket allows but limited users. They suggested to use Github or BitBucket instead of running own git server. Is there any free solution (I mean not only GIT, maybe something else) that will work with Netbeans and allows to work with group of developers? Detailed (I don't need any web server: I already have one - IIS7) Question After research I found that it's possible with GIT. Want to work with 2-3 devs on PHP projects. My OS is: Windows 7 Ultimate and IDE is Netbeans.
