Wednesday 2008-02-27
Lately I’ve been recieving mails with the letter “J” in seemingly random places. At first I thought I had gotten old, the world around me changed and people were starting to replace the smileys with single letter J’s. I thought it meant “Joke” and carried on.
Recently I noticed other people being puzzled by the J’s aswell, so I thought I’d find out where the J’s come from. It actually turns out to be a technical problem when using Microsoft Outlook to send smileys.
Microsoft translates a “:-)” into a smiley character from the wingdings font. When the mail is sent, the character encoding of the mail screws everything up and by the time that I recieve the mail in Thunderbird it has become a “J”.
Until Microsoft solves this, try to refrain from using smileys, or turn off the “show emoticons as icons” feature.
5 Comments |
Fun, Software | Tagged: Fun, Software |
Permalink
Posted by rolfje
Tuesday 2008-02-26
Recently we had a problem connecting to our GForge CVS through SSH. We added the public RSA key to the GForge user, but because of wrong configuration on the client we tried to connect a couple of times with the wrong key. After a while the GForge CVS will return the following error:
Received disconnect from <GForge ip>: 2: Too many authentication failures for <username>
To solve this, simple ask a GForge administrator to edit the GForge user, and press the “Save” button without changing anything. You will be able to reconnect immediately after the administrator has pressed “Save”.
Leave a Comment » |
Software | Tagged: CVS, GForge, Java, programming, Software, ssh |
Permalink
Posted by rolfje
Thursday 2008-02-21
Today I spent some time figuring out what the exact format of the CVS comment is when I want to link a commit to a GForge tracker item. I’ll try to explain it a bit simpler:
- We have GForge installed at work. We use GForge to manage a software project for a customer.
- The customer reports a bug in the Tracker of GForge. This bug gets assigned to me.
- I read the code, find the problem and fix it. Now I want to commit the fix to the GForge integrated CVS, and have it automatically linked to the Tracker item for future reference.
I spent 30 minutes Googling for an example, and did find a lot of info, but no real usage examples. The info says “Include the tracker item id in the commit comment”. I spent anther 10 to 20 minutes trying to figure out if this meant just the number, the number with the prefix, or brackets, or both. To save more people from searching, you should copy-paste the complete tracker id from the tracker item screen.
Read the rest of this entry »
3 Comments |
Software | Tagged: GForge, Java, programming, Software |
Permalink
Posted by rolfje
Saturday 2008-02-16
Our company was using Rational Clearcase for version control about 6 years ago. The developers decided it was way to clunky, error prone and WAY too expensive. We introduced CVS and it has been working fine for a few years now. CVS is widely known, stable and simple. I looked into using SVN a few years ago but the clients were unusable at that time. This year, the SVN discussion came to life again and some of my collegues started playing with it after I mentioned it as being a step forward from CVS.
Read the rest of this entry »
10 Comments |
Software | Tagged: CVS, programming, SVN |
Permalink
Posted by rolfje