PHPUnit and Project Automation Files

This post was written by dpx on September 11, 2008
Posted Under: PHP, Programming

Well, for everyone who showed up, thank you very much. I enjoyed presenting, and I’m sorry I went a little long. I’ll work on that. Anywhere, here are the files you need to recreate this. Remember that to run this you must have XDebug installed, and the filter PECL module.

To use the subversion dump, first create a repository:

$ svnadmin create repo

Then uncompress the dump and import it:

$ tar -zxf announcement_svn.tgz
$ svnadmin load path_to_repo < announcement_svn.dump

That’s it. Please leave comments or questions for me. And read through the SVN log as it explains what each step (revision) in the repository is for.

$ svn log | less

Add a Comment

You must be logged in to post a comment.