Archive for November, 2005

New IntelliJ IDEA plugin for JiBX

Friday, November 25th, 2005

For those who do not know JiBX, this is a really powerful XML < -> Java mapping tool. IMO the best one.
Anyway, as I do plan to use it intensively on my future project (I’ll talk more about it later on…), I decided to write a plugin for IntelliJ IDEA.
Its usage is rather simple: when […]

First step toward migration of Subversion repositories

Sunday, November 13th, 2005

I began today the migration [en] of my Subversion [en] repositories to my new server [en]. I started with the instructions on how to install Subversion on MacOS X [en]. I then dumped repositories, transfer the dump through SSH and load the repositories.
Everything works fine. I let svnserve firewalled and use instead SVN+SSH although I’d like to configure my […]

Adding support for colors in Mac terminal

Sunday, November 13th, 2005

I was a bit disappointed at the poor support of the Terminal and iTerm for colors on a Mac system. I googled and found an article explaining how to colorize the OSX prompt.
If you want to alter you default prefix for the prompt, you can also set the PS1 variable to something more sexy.
For information […]

Migration to the Xserve server

Monday, November 7th, 2005

This weblog should have been transparently relocated to my Xserve server in production since last monday. Relocating it was really easy: copied all the PHP files using scp then added a site using Server Admin. I dumped MySQL database and imported it on the new server, and voila!
As a side effect, I am now using […]