Skip to content

{ Tag 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 [...]

Also 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, [...]

Also tagged , ,