PHP Depend - Software Metrics for PHP

PHP_Depend development moved to GitHub

:Description: The main part of PHP_Depend's development already happens in a Git repository since Februar 2009. This means that the development happens locally and is then pushed to a public master repository. For backward compatibility we have synced the previous Subversion repository with Git checkout, but now we have decided to stop the sometimes really painful Subversion support. At least now on you should switch to PHP_Depend's official GitHub repository, if your development environment still relies on the old Subversion repository.

The main part of PHP_Depend's development already happens in a Git repository since Februar 2009. This means that the development happens locally and is then pushed to a public master repository. For backward compatibility we have synced the previous Subversion repository with Git checkout, but now we have decided to stop the sometimes really painful Subversion support. At least now on you should switch to PHP_Depend's
official GitHub repository, if your development environment still
relies on the old Subversion repository.

~ $ git clone git://github.com/pdepend/pdepend.git

To make this hard cut in the used infrastructure as smooth as possible for all users of PHP_Depend we have decided to keep the old Subversion urls alive through GitHub's svn support. But you should keep in mind that

~ $ svn co http://svn.pdepend.org/trunk

and

~ $ svn co http://svn.pdepend.org/tags/0.9.19

will all map to PHP_Depend's Master branch on GitHub.