Last week I found something quite frustrating with the tar command on Mac OS X, it likes to put hidden files into archives when you tar them up, it doesn’t give you any warning, just does it. Creating a tar, and then having a look at its contents, you’ll see something like this : Notice […]
Tag: bash
Categories
Recursively deleting .svn directories
Messing around with your subversion directories and fed up of the .svn hidden folders laying around? If you try and checkin some directories that contain a .svn folder from some other repository, you’re going to have a whole world of pain trying to fix it (speaking from first hand experience here) The easiest way to […]