September 2008
2 posts
1 tag
Quick way to fix accidentally deleted .svn...
If you acccidentally delete a .svn directory from a folder that is under version control, you’ll get an error when you try to commit and won’t be able to proceed. A real quick fix, that worked for me, is to just check out a new copy of the repository, and copy the .svn directory you deleted to your current working copy and you should be able to commit. $ svn co svn://server/project...
Sep 18th
1 tag
No Format - a plugin to prevent wordpress from...
No Format is a plugin to prevent wordpress from applying any formatting to your posts. I got tired of wordpress formatting my carefully crafted HTML and messing up my posts, so I created this incredibly simple plugin to prevent it. It disables two of the filters wordpress passes your post through before displaying it. If you’re posting using the code editor (as I am), these filters can...
Sep 17th
1 note