Subversion is the version-control system used by WordPress to manage plugins within its Repository. With Subversion you only commit the tested working tagged version of the plugin rather than various changes during development.
Install Subversion
sudo apt-get install subversion
Setup The Local Directory Structure
Create a document structure to store the Subversion copies of each WordPress plugin. My structure looks like this:
Read More…Read More…