A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Tag Archives: svn

XP-Dev: Assembla’s Alternative (Free Subversion Hosting)

If you looking for an Assembla alternative, you can use XP-Dev. They offer free subversion hosting. The best part is that they also allow you to host commercial code. I have emailed the owner directly regarding concerns about how he … Continue reading

Posted in General | Tagged , , , | 8 Comments

SVN: Revert to a previous revision after a wrong update

Let’s say for example you accidentally ran “svn update” and your working copy got the updates that it shouldn’t have — unfinished patches, etc. What you should do is check the logs using: svn log | more Look for the … Continue reading

Posted in General | Tagged | 6 Comments