bash script

From Subversion to GIT (and beyond!) - till

Planet PHP  Fri, 12/09/2011 - 09:53

Here's a more or less simple way to migrate from Subversion to GIT(hub), this includes mapping commits and tags and what not!

Authors

If multiple people congtributed to your project, this is probably the toughest part.

If you're not migration from let's say Google Code but PHP's Subversion repository, then it's really pretty simple indeed: the username is the email address.

I found a nifty bash script to get it done (and adjusted it a little bit):


 

Derick Rethans' Blog: Xdebug on github

PHPDeveloper.org  Thu, 06/23/2011 - 07:08

As Derick Rethans notes in his latest post, the Xdebug project is now on github and can be found under his account.


 

How to integrate PHP_CodeSniffer with Git repositories? - Christ...

Planet PHP  Thu, 05/26/2011 - 23:27

At work, we used a SVN server and enforced our project coding standard with a pre-commit hook on the server that ran PHP_CodeSniffer.

Whenever a developer tried to commit some code that does not match the standard, he got it rejected.

To be able to check in legacy code, our commit hook recognized special commit message tags like "SKIP_CS".

Developers using that were logged and beaten at the end of the week when they used it too often :)


 

Mirroring SourceForge Git repositories to GitHub - Christian Wei...

Planet PHP  Tue, 05/24/2011 - 13:52

SemanticScuttle, your self-hosted social bookmark manager, uses SourceForge as project hosting space.

We're utilizing its Git hosting facilities to coordinate development between several developers.

Apart from that, we host file releases there, use the bug tracker and have the demo installation on the SourceForge servers.


 

Back up MySQL Databases with a Simple Bash Script

Linux Today  Sun, 01/16/2011 - 21:03

Linux Pro Magazine: "If you host your own blog or any Web-based application running on the Apache/MySQL/PHP stack, you should have a backup system in place for keeping data stored in MySQL databases safe."


 

Bash Redirections Using Exec

Linux Journal - The Original Magazine of the Linux Community  Fri, 06/11/2010 - 07:00

If you've used the command line much at all you know about I/O redir


 

Benjamin Eberlei's Blog: Resources for a PHP and Hudson CI Integ...

PHPDeveloper.org  Mon, 02/08/2010 - 14:13

Benjamin Eberlei has a new post to his blog today pointing you to some PHP & Hudson CI integration resources that can help you get this powerful combination up and running for your deployment process.


 

bashreduce: A Bare-Bones MapReduce

Linux Today  Tue, 07/07/2009 - 17:34

Linux Magazine: "Harness the power of distributed computing using everyday Unix command-line tools and a clever little bash script."


 

bashreduce: A Bare-Bones MapReduce

Linux Magazine: Top Stories  Mon, 07/06/2009 - 06:57

Harness the power of distributed computing using everyday Unix command-line tools and a clever little bash script.