Archive for the ‘Coding’ Category
Friday, August 27th, 2010
It took us quite a while, but Loic d'Anterroches finally merged my monotone support fork back into indefero. Its expected that the upcoming 1.1 release of indefero is the first release which ships with mtn support.
Most of the things I talked about in the earlier blog post have now been ...
Posted in indefero, monotone | 1 Comment »
Saturday, August 21st, 2010
As I promised earlier I'll continue my little series of noteworthy changes and additions in the upcoming monotone release. What I'll blog about today may sound as if it is merely "syntactic" sugar for the command line end user, but serves a greater purpose when its put in perspective: The ...
Posted in Coding, monotone | No Comments »
Wednesday, August 11th, 2010
sed is usually my favourite tool to search and replace things from the command line, but sometimes Perl's regexes are far more convenient to use. Recently I found out another reason why Perls -pi -e is superior over plain sed: when you want to change multiple lines in a document!
Imagine ...
Posted in Coding, Tips | No Comments »
Tuesday, August 10th, 2010
This is the first post in a small series of posts which will show off some of the new functionality you can expect in the next major version of monotone. While there is no fixed release date set for it yet, we plan to release it in fall this year. ...
Posted in Coding, Free Software, monotone | No Comments »
Monday, July 19th, 2010
There was only one hook in monotone until now which could be "reused" to interact with the commit process and validate the changeset that should be committed, the validate_commit_message hook. But this was a bit clumsy as it was actually designed to validate the commit message (as the name suggests) ...
Posted in Coding, monotone | No Comments »
Wednesday, July 14th, 2010
I've just set up a new mailing list specifically for monotone users, who find the (sometimes endless) developer discussions too boring or are annoyed of ticket spam. You can find the new list's interface here.
The plan is to do basic first level support on this list and move developer-relevant parts ...
Posted in monotone | No Comments »
Wednesday, July 7th, 2010
The current fourth release candidate of guitone doesn't work out of the box with monotone 0.48. The reason is that the minor interface version changed slightly and my version check is too strict in this regard. But there is an option for the rescue - simply check "relaxed version check" ...
Posted in Coding, guitone, monotone | No Comments »
Thursday, June 24th, 2010
For a couple of years now, one of the easiest, yet very powerful anti-spam techniques is sender verification. Often spam is sent from bogus email addresses which contain random strings and are therefor also hard to blacklist. In this process the receiving mail server simply checks the From: header of ...
Posted in Coding, Rants | No Comments »
Monday, June 14th, 2010
We, the monotone developers, are very proud to announce the new 0.48 release of our distributed version control system.
This release comes with dozens of bug fixes - a fall-out of joint efforts during a bug hunt fest earlier this year - and some interesting new features, such as an improved ...
Posted in Coding, monotone | No Comments »
Wednesday, June 9th, 2010
So you can't code C++, but still want to help out our little version control system? Fine, then maybe you're fluent or even native with a foreign language - if so, our translation team could really need your help!
Right now monotone ships with five active translations, Swedish (maintained by Richard ...
Posted in Coding, monotone | No Comments »