[omniORB] cvs for omniorb 4

Duncan Grisby duncan@grisby.org
Mon, 13 May 2002 14:12:23 +0100


On Monday 13 May, David Peterson wrote:

> i'm having problems locating the cvs repository for omniorb 4 ...
> 
> i can only find snapshots until AT&T closure from the att.com site. the 
> sourceforge cvs site (I checked out "omni") readme's suggest i'm looking 
> at an omniorb version 3.
> 
> can someone point me to the right place for the latest builds?

Sorry -- it's not at all clear. To figure it out, you have to combine
some information on the AT&T site with the use of SourceForge CVS...

All omniORB development happens in CVS branches, rather than on the
trunk. The trunk always contains the latest stable release, at the
moment 3.0.4. We started it that way since when we started using CVS
we had three separate forks of development, none of which we
considered the "main" one.

Anyway, you need to check out the omni4_0_develop branch from
SourceForge CVS, something like

  CVSROOT=:pserver:anonymous@cvs.omniorb.sourceforge.net:/cvsroot/omniorb
  export CVSROOT
  cvs login
  cvs co -r omni4_0_develop omni

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan@grisby.org     --
   -- http://www.grisby.org --