Rants of a madman » 2009 » July

Archive for July, 2009

Jul
15


After upgrading my subversion on my server to version 1.5.1, I started getting the following error for all newly created repositories (on commit):

svn: Can’t open activity db: APR does not understand this error code

Oddly, all my existing repositories worked fine. Googling didnt help me, though it did point to the direction that it was Apache not having enough rights. chmodding 770 didnt help. Chowning to www-data didnt help (both was the recomended solution everywhere i looked). Finally figured out that a folder was missing in the new project directory. This solved the problem for me:

$ cd /path/to/your/repository
$ mkdir dav
$ chown  www-data: dav

So i thought id stick it online here, to help anyone else not finding the right solution on the web.



  - Dan
Jul
2

Mortal Combat vs. DC Univese is just SO much brainless fun! :)

Mortal Combat vs. DC Universe

I was looking for a list of the “finishing moves” (those funny/cool moves to when you end a battle) and i found this this link.

http://videogamecentral.com/gamersvoice/index.php/2008/mk-vs-dc-fatality-finishing-moves-list-360-ps3/

However the page is dead (Jul 2 2009). The page displays a default page for a newly bought domain, so i pulled the old page from google’s cache. I copied the moves from the cached page to here to preserve them.  Its a bit strangely written, but youre a big boy, so figure it out ;)
Read the rest of this entry »



  - Dan