Skip to content

{ Category Archives } subversion

Recursively remove .svn folders from checked out projects in Subversion

Thought I would post this as I find I need it regularly. This is thanks to a great blog post over at http://perezj.blogspot.com/2008/10/delete-svn-folders-files-recursive.html which details how to write a batch file which recursively removes .svn folders from a checked out folder from Subversion. It boils down to the following:
1. Create a batch file in checked [...]

Tagged , ,

500 Server Errors in Wordpress when copying Wordpress installs

Part of my workflow when developing Wordpress based websites is to import a brand new Wordpress install into Subversion, then check it out and develop on my local machine using an all in one LAMP stack such as XAMPP. Once I’m happy with the results I then copy it across to a staging production server, [...]

Tagged , , ,

Changing Subversion working copy version using Windows and Python 3

Made a bit of a boo-boo today… I used the Subclipse plugin regularly within Eclipse to manage my code checkins on my SVN repositories, but I’ve also got TortoiseSVN installed and checked in some modifications to this code using TortoiseSVN, which consequentially upgraded by working copy from Subversion 1.4 to 1.6.
When I attempted to check [...]