Tag Archives: how to

Remove old .svn files in an orphaned checked out project

I recently found myself with a checked out Subversion project that was orphaned from its repository. I wanted to create a new repository and import the files there to start from scratch, but was stuck with thousands of .svn folders, all through the project. This is the best way I’ve found to remove all the [...]
Posted in Subversion | Also tagged , | Leave a comment

How to prevent weird characters after MySQL export and import

When you export from a MySQL Database to a .sql file, then import that into a new Database, you may find a bunch of weird characters. This post is not an exhaustive explanation of why the problem happens, more a note on how to avoid the issue when exporting and importing in MySQL. The issue is [...]
Posted in MySQL | Also tagged , | Leave a comment