revision control system

Quality Assurance on PHP projects - PHPLint - Michelangelo van D...

Planet PHP  Thu, 07/14/2011 - 14:42

PHP LintPHP Lint is probably the easiest way to validate your code on syntax errors, but it's also the most overlooked feature of PHP on command line.
Provides a convenient way to perform only a syntax check on the given PHP code.

On success, the text No syntax errors detected in is written to standard output and the shell return code is 0.


 

Gerrit: Google-style code review meets git

Linux Today  Thu, 11/19/2009 - 06:03

LWN.net: "Gerrit, a Git-based system for managing code review, is helping to spread the popular distributed revision control system into Android-using companies, many of which have heavy quality assurance, management, and legal processes around software."


 

Launchpad Launched

Linux Journal - The Original Magazine of the Linux Community  Wed, 07/22/2009 - 14:53

Canonical, Inc. has released many things: ten versions of Ubuntu, the Bazaar revision control system, and now, Launchpad.

read more


 

Linus on Linux: The Linus Torvalds Interview Part 2

Linux Magazine: Top Stories  Sun, 04/26/2009 - 22:54

In part 2 of our interview, Linus talks about the process of managing kernel developer commits, selecting a revision control system and how he personally uses git.


 

Git and Ruby: Git tutorials, articles and links for Rubyists

Ruby Inside  Sun, 04/13/2008 - 12:26

git-logo.png

Following on from this weeks’ launch of Github, it’s worth rounding up some of the best Ruby-related Git content out there.