Postings tagged with SCM
Miniature - it moves!
How it begun
When I read Quim's thread about the idea for a better Maemo chess app I knew I wanted to join the project. To me, it's all about the device and the sparkling Hildon UX. I really want a good chess app, for myself! I want to play chess online, everywhere! And I want to analyze ...
libtool aware gdb wrapper and mergetool
Just want to mention some small and rough tools I've written recently to easy my daily hacker's life:
- gdb-wrapper: gdb doesn't know what to do with libtool generated wrapper scripts. Quite strange that over the years nobody felt annoyed enough to tell gdb about those wrapper scripts. At least I was sufficiently annoyed to write this tiny wrapper script, which redirects gdb to the ...
Saving Bandwidth with git-svn
git-svn is a cool tool to have the joy of local branches and git's outstanding performance, whilest working with a Subversion repository. Unfortunatly git-svn has the disadvantage of wasting insane amounts of bandwidth when cloning a Subversion repository: Cloning for instance the GTK+ repository costs serveral gigs of bandwidth - just do end with about 200 MB of compressed data on your disk. It's told this happens due a bug in ...