NYCPHP Meetup

NYPHP.org

[nycphp-talk] Implementing Version Control

Justin Dearing zippy1981 at gmail.com
Mon Mar 30 09:38:36 EDT 2009


Svn hosting is a good idea, but if you have a unix box you can give
your subcontractors svn accounts and they can remotely access svn that way.
Another option is to setup visualsvn server on your machine.

On Mon, Mar 30, 2009 at 9:27 AM, Rob Marscher <rmarscher at beaffinitive.com>wrote:

> 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.
>
>
>
> _______________________________________________
> New York PHP User Group Community Talk Mailing List
> http://lists.nyphp.org/mailman/listinfo/talk
>
> http://www.nyphp.org/show_participation.php
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20090330/3a43700f/attachment.html>


More information about the talk mailing list