dBlogIt by Dustin Boston

Just started using JSCoverage for testing code coverage in Javascript. It’s super simple to implement—I even got it working with RequireJS (just had to make sure it was using relative URLs).

There’s a movement on the web to own your content, rather than handing it off to third parties to do with it as they please. I subscribe to this ideology and believe that if you have the means, you should to. Read more on No More Sharecropping!

Oh, so that’s How to revert (roll back) to a previous revision with Subversion. It’s so obvious that one would want to do a reverse merge rather than just reverting. :-P

I’m archiving the steps here for reference, plus I wanted to add a couple of fixes to the syntax for Subversion 1.6.11. Make sure to check out the post for further information.

svn merge --dry-run -r 73:68 file.js
svn merge -r 73:68 file.js
svn commit -m "Reverted to revision 68."