Short
My OS is: Windows 7 Ultimate and IDE is Netbeans. Want to work with 2-3 devs on PHP projects. After research I found that it's possible with GIT. Found this solution. But it's installing apache server. (I don't need any web server: I already have one - IIS7)
Question
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 told with some devs. They suggested to use Github or BitBucket instead of running own git server. But
first off, Github doesn't allow private projects for free, bitbucket allows but limited users.
second off, what if my project is confidential, and I don't want to upload it to any public project server?
I want to find some solution that will work ONLY for small dev group. So want to serve my own repo.
Some of hirep guys suggested, to install tortoisesvn. But how to give access to other users over internet to repo created by Tortoise?
Any suggestions?
Thx in advance.