cannot reintegrate branch

I created a branch from another branch, and after I am ready to merge, I encounter this problem:
$ cd photon-branch; svn update
$ svn merge –reintegrate https://nanoes.svn.sourceforge.net/svnroot/nanoes/branches/photon-recursive/
svn: Cannot reintegrate from ‘https://nanoes.svn.sourceforge.net/svnroot/nanoes/branches/photon-recursive’ yet:
Some revisions have been merged under it that have not been merged into the reintegration target; merge them first, then retry.
It turns out to be [...]

Kubuntu Jaunty 9.04 md5sums

a292c1caaedb481db56462f16453c408 *kubuntu-9.04-alternate-amd64.iso
a846a8059ebd37730f8b803e6cae9311 *kubuntu-9.04-alternate-i386.iso
798b8789af2f13bb9687b2ce57f25f9c *kubuntu-9.04-desktop-amd64.iso
537a22de1342d5671b7e0070f66a6076 *kubuntu-9.04-desktop-i386.iso

Error in starting firefox: no XBL binding

Somehow after I upgrade my firefox to 3.0.9 in Kubuntu 8.04, I couldn’t run it, it gives an error message “no XBL binding” and then another error message and then it closes down. Then after searching the forum, the solution is simply to kill the firefox. So it seems the firefox still runs at the [...]

Compiling ARPACK++

I have had difficulties in compiling the examples code provided by ARPACK++. After some googling, it turns out that ARPACK++ is not compatible with newer version of GCC. Luckily, I found a page that provide a patch. So let me provide the steps to compile ARPACK++ .
1. First you have to install ARPACK, UMFPACK, and [...]

Changing Eclipse keyboard shortcut

I am using Eclipse 3.4.1, and somehow after I install some plugin, some of the shortcuts were modified. The most annoying thing is that CTRL+X is no longer to cut text but to exit eclipse.
If you want to change back the shortcut:
Windows->Preferences
click Tab “General” -> Keys
from there you can modify or simply unbind certain shortcut [...]