Subversion for PHP Websites
Lately I have been using svn with a few various PHP websites that I maintain. In short, here is what I have found out.
Once you get used to typing svn commit and svn update, it’s addicting. That is a very slick way to go about dev. I have used it update live websites with svn update, to do development from various places (tele-commute days versus at work).
Here are some things that I don’t like about it. Inital imports and checkouts take forever, there is no tar like thing to transfer just one file. Can really take a while sometimes. This is my biggest problem. My second thing, is that php websites always have some files you can’t track in the repo, like config files, template caches, or other tmp files, so you also have to remember to svn delete them.


Comments(2)
[...] public links >> subversion Subversion for PHP Websites First saved by misterikkit | 10 days ago Characters in An Integral Part in the Development of [...]
[...] recorded first by justkidding19 on 2009-03-13→ Subversion for PHP Websites [...]