And another thing that I need to do so rarely that I have to look it up every single time: How do you SVN ignore a single file? The obvious thing to do would be: # cd config # svn propset svn:ignore settings.php .. but that just doesn’t work. The trick is to cd ..… Continue reading SVN ignore a single file
Category: IT
BBEdit / TextWrangler Open dialogue settings
Newer versions (since 9.6.1, it seems) of BBEdit and TextWrangler for Mac OS X have changed the way the Open File dialogue responds to pressing the Enter key. Pressing Enter on a highlighted directory used to open that directory in the dialogue window, but now it opens a new File Browser instead. Since I prefer… Continue reading BBEdit / TextWrangler Open dialogue settings