PDA

View Full Version : Where can I find the changelog?


fabiotpr
02-07-2008, 07:21 AM
Hello,
where can I find the changelog of last svn updates? In the last 3 days there were several updates (from 509 to 523) but I cannot find describing on jira.

f.

jstanden
02-07-2008, 08:11 AM
Hey there!

The always-current way to check the raw changelog is to use Subversion itself. From your cerb4 directory:

svn log | more

fabiotpr
02-07-2008, 08:15 AM
Great, thank you very much.

f.

rfarnell
02-19-2008, 01:08 AM
You can always use Ohloh to see a html version of the commits: http://www.ohloh.net/projects/5045/commits

It is interesting to see the contributors commits statistics:
http://www.ohloh.net/projects/5045/analyses/latest/contributors

Rob
ps. How do you get the "|" to appear in SSH when it doesn't appear on your keyboard?

Hildy
02-19-2008, 05:48 PM
ps. How do you get the "|" to appear in SSH when it doesn't appear on your keyboard?
If it's really not there, then I have no idea... :-D I just checked though, and every keyboard in our office has the vertical pipe located as the upper-shifted backslash (although the logitech was the only one that put it in the lower left corner, instead of just above the enter key). Also, on some keyboards, that pipe will have a break in the middle, so it looks like an elongated colon, rather than a vertical line.

jstanden
02-19-2008, 08:36 PM
To type the pipe "|" you should be able to hold ALT and type 124 on the numpad (then release ALT).

rfarnell
02-21-2008, 09:17 AM
Thanks, it's these British keyboard layouts that have slightly different layouts to the US ones. Turns out the pipe and broken pipe are vice versa.

Rob