Tips and Tricks of phpStorm: Subversion
Estimated Time To Read This: 2 – 3 minutes
phpStorm and Subversion work together beautifully! In large software projects, source control is a absolute must, and for this I love using Subversion (SVN). Subversion allows you to save your changes in an organized manner and if you make a mistake, you can always go back to an older version. Where more than one developer is working on a project, SVN handles change conflicts with relative ease.
In phpStorm, the “changes” shortcut (usually located near ... Read More





