Archive for the ‘Tools’ Category.
March 3, 2009, 20:50
Recently, I was trying to move some stuff from RCS to mercurial. There does not seem to exist a converter and since it was only a few revisions, I decided to do it by hand. The problem arose how to set the commit date manually and google yielded a nice blog post that answered my question (refering to the formidable but less searchable hgbook).
Continue reading 'Usage of hg commit –date (mercurial)' »
February 24, 2009, 18:35
This entry was originally submitted to Debian Package of the day, but rejected because make is well known.
I agree that most programmers and administrators know GNU make. Sadly, it is ignored by most others. GNU make solves a very common problem that everyone faces when processing more than one file with more than one programm. It keeps track which file has been changed and which files have to be regenerated.
Continue reading 'Makefiles for LaTeX' »