In my previous post I talked about Mantis and SVN integration. One thing I was missing that I used to have is more control over the message(note) that gets posted. The source control plug-in supports the following arguments: $1 for branch $2 for revision $3 for timestamp $4 for commit message $5 for repository name $6 for changeset ID An [...]

Recently I upgrade my mantis version from 1.1.8 to 1.2.6, first thing I ran into was my SVN hook that didn’t work anymore. In the 1.2.x they moved the checkin.php and implemented a fairly extensive plug-in system. With the new 1.2.x mantis takes the source control integration a step further, it now natively supports source control integration and integrates nicely [...]

WebSVN offers a view onto your subversion repositories that’s been designed to reflect the Subversion methodology. You can view the log of any file or directory and see a list of all the files changed, added or deleted in any given revision. You can also view the differences between two versions of a file so as to see exactly what [...]
After looking on the internet after a good kickstart guide, there was not one that helped me set up everything from start to end. I’m not one that likes to read allot. So after 10minutes together with Google the road to ‘the perfect kickstart’ started. This is what the target was: – Mount a small iso, about 10mb big – [...]
Why use an opcode cacher? When users surf to the website(s) hosted on your machine, the php files are compiled each time. Compiling the php code you worked so hard to develop takes time, and the more files you have, the longer it takes. This is especially the case when using PHP frameworks(personally I use CakePHP) or when using a [...]