[COLUG] recommendations for revision control system
Shane Zatezalo
lottadot at gmail.com
Wed Jul 30 07:00:57 EDT 2008
On Jun 29, 2008, at 10:19 AM, Pat Collins wrote:
>
> On Thu, 26 Jun 2008 12:53:03 -0400, "Steve Lefevre" <lefevre.10 at osu.edu
> > wrote :
>
>> Hello all -
>>
>> I'm asking for recommendations for a revision control system. At my
>> place of employment I'd like to get one going for PHP/MySQL
>> development. What is the most widely used system? What do you
>> recommend, and why?
>>
>
> No one has mentioned bazaar http://bazaar-vcs.org/
Here's a good primer about it:
http://doc.bazaar-vcs.org/latest/en/mini-tutorial/index.html
Hosting: https://launchpad.net/
Though I think that's for open source projects only.
Steve, go with git. And use github.com. You access your git repo via
ssh. You can try it for free (no SSL) and then move to a cheap $7/mo
SSL'd private plan.
I'm sure there are other services out there. Some that even provide
SVN hosting.
Internally, we've used CVS. We moved to SVN (with Mantis, integrated
with SVN). If I had the time I think I'd fully convert over to git.
Shane
More information about the colug432
mailing list