Today I pushed two fixes into OpenGrok so that you may use OpenGrok on sources you checked out via the pserver protocol in CVS. From a performance perspective I would not recommend that you use this ...
In my previous blog entry Using CVS with OpenGrok I showed the steps needed to configure OpenGrok with CVS, and in this entry I will extend that example to include a project using Subversion. The ...
If you look at the mail archives for OpenGrok it seems that the most popular question out there right now is how to configure OpenGrok with CVS. Personally I have extremely limited experience with ...
OpenGrok 0.7 was released earlier today, approximately six months after the previous release, OpenGrok 0.6.1. This release contains many new features, including: Support for more version control ...
OpenGrok 0.7 has just been released ! I worked on the Git backend, and on improving the quality. Well, not only improving it - it seems like a fix to make it compile on Java 1.5 didn't really fix the ...
I have just released the first beta of the next version of OpenGrok, and we really need people to test it out and report bugs. You can download it from the files section on the project page at ...
To keep some of the Sun's internal processes rolling my crontab(4) has accumulated a number of scripts that are run daily. These scripts send out emails of anything from a "gentle reminder" to gory ...
Hmm, I really need to come up with a new naming scheme for my blog posts. Knut Anders and Trond have been fixing FindBugs and CheckStyle warnings like crazy, and now there are just 3 FindBugs ...
I haven't had time to do much on OpenGrok lately (training for Birkebeinerrittet ), but since I am evidently the only OpenGrok developer with some style (he, he) Trond has been nagging me about ...
Before I code more on OpenGrok , I need some tools. Last time I added FindBugs , and this time I add Emma, to be able to measure how well our unit tests are. Now I should be ready for some ...
One of the best reasons to use Java as a programming language is the tools support, and one of my favorite tools is Findbugs . So, it was only logical to add an ant target to the OpenGrok build file ...
So, Trond blogged about Bazaar support in OpenGrok , and that bzr log -v was fast as a turtle on valium. I have heard good stuff about the speed of Git , so I wanted to add Git support in OpenGrok. ...
I have just added support for Bazaar repositories in OpenGrok , and thought that I should give you a warning before you start to use it... First of all I would like to say that I have never used ...
I am glad to announce the release of OpenGrok 0.6. This release contains a lot of bug-fixes and some new features. Please see http://src.opensolaris.org/source/history/opengrok/trunk/ for the full ...
I have had SMF controlling my OpenGrok server for a long time, but up until today I have always performed the SMF management as root. When I upgraded my server today I decided to try to figure out ...
Perhaps not the most frequently requested feature, but since much of the OpenGrok development happens at Sun's Database Technology Group these days (unofficially, that is, so please don't tell our ...
Solaris Express has had updated Xorg server for some time. It now comes with a compositing extension. This extension needs to be enabled in /etc/X11/xorg.conf. Make sure that xorg.conf has these ...
After listening to Prof. John Maeda recently, I had a look at his laws of Simplicity . As I had noted earlier in the story of OpenGrok , it is difficult to make things simple. Maeda's work provides a ...
Sriram Narayanan , of Thoughtworks is talking about OpenGrok on Monday 7th May as part of OpenSolaris Track at CommunityOne , an open and free event sponsored by Sun Microsystems. Sriram is an active ...
After 9 month of waiting since the last release of OpenGrok one should expect a major update, but that is not the case. The reason for not releasing it as 0.3.2 is that this version contains the ...
After 9 month of waiting since the last release of OpenGrok one should expect a major update, but that is not the case. The reason for not releasing it as 0.3.2 is that this version contains the ...
I am glad to announce that the OpenGrok source code is available in a Mercurial repository on the OpenSolaris website. You may grab a copy with the following command: hg clone ...
At the time CDDL was being introduced, I wanted to write an illustrated version of it. Merely because nobody would read the license text, even if they did, I doubt 9 out 10 would have understood it. ...
ಸ್ಟಾಕ್ ಮಾರ್ಕೆಟ್ಟು ಹೇಗೆ ನಡೀತಿದೆ ಅಂತ ತಿಳ್ಕೊಳಕ್ಕೆ ಪ್ರಜಾವಾಣಿಯ summary ಬಾಕ್ಸು ತುಂಬಾ ಅನ್ಕೂಲ. ಈಗೇನು, ಇಡೀ ಪೇಪರ್ರೇ ಆನ್-ಲೈನ್ ಸಿಗತ್ತೆ, ಅಡ್ವ್ರಟೈಜ್ ಜೊತೆ! ಇದು ಅಮೇರಿಕಾದ ನ್ಯೂಸ್ ಪೇಪರ್ ಗಳನ್ನೂ ಮೀರಿಸತ್ತೆ! ಕೆಲ ವರ್ಷಗಳ ...
You might have heard a joke where NASA spends millions of dollars to develop an ink pen that can write in zero gravity, and Russians simply use a pencil! Today I got (as part of OpenSolaris ...
Sun released X4500 (Thumper) - a beautiful new 48 disk computer with 24 Terabytes of storage space with 2 dual-core AMD processors and 16GB of main memory. See also X4600 and Sun Blade 8000 . While ...
Graham Lee from Oxford has setup OpenGrok on the Darwin (open source Mac OSX) source base at http://darwingrok.physics.ox.ac.uk:8080/source/xref While it may be useful to the Darwin community, you ...
While blogging on the dbm theme , I had always used a PERL one-liner to dump the contents of my dbm databases. dbmopen(%D,$ARGV[0],0444);for(keys %D){print "$_ $D{$_}\n"} Scripting languages like ...