NYCPHP Meetup

NYPHP.org

[nycphp-talk] Implementing Version Control

Rob Marscher rmarscher at beaffinitive.com
Mon Mar 30 09:27:56 EDT 2009


On Mar 30, 2009, at 8:57 AM, Randal Rust wrote:
> I need to provide access to people in various locations, different  
> operating systems and need to be able to keep it all together and  
> not create a huge mess.
> Any recommendations?

I'd say look into a hosted version control service.

My favorites for svn version control (which would let Windows users  
use Tortoise, Mac users use Versions or command-line, and Linux users  
use a number of different clients -- all can also use plugins within  
Eclipse) are http://cvsdude.com and http://beanstalkapp.com.

GitHub seems to be everyone's favorite for using git version control - http://github.com 
.  Git might be the right solution for you if you are dealing with a  
team that is very spread out because developers don't have to worry  
about conflicts as much and you are more in control of what changes  
make it into the final code.





More information about the talk mailing list