Repositories
tao
TAO is CORBA middleware that allows clients to invoke operations on distributed objects without concern for object location, programming language, OS platform, communication protocols and interconnects, and hardware.
-
Cloning this repository:
git clone git://gitorious.org/doc/tao.git tao cd tao
Add this repository as a remote to an existing local repository:
git remote add tao git://gitorious.org/doc/tao.git git fetch tao git checkout -b my-local-tracking-branch tao/master_or_other_branch
ace
The ADAPTIVE Communication Environment
-
Cloning this repository:
git clone git://gitorious.org/doc/ace.git ace cd ace
Add this repository as a remote to an existing local repository:
git remote add ace git://gitorious.org/doc/ace.git git fetch ace git checkout -b my-local-tracking-branch ace/master_or_other_branch
mpc
The Makefile, Project, and Workspace Creator
-
Cloning this repository:
git clone git://gitorious.org/doc/mpc.git mpc cd mpc
Add this repository as a remote to an existing local repository:
git remote add mpc git://gitorious.org/doc/mpc.git git fetch mpc git checkout -b my-local-tracking-branch mpc/master_or_other_branch
ciao
The Component-Integrated ACE ORB (CIAO) is an implementation of the Lightweight CORBA Component Model (CCM) and Real-time CORBA built on top of The ACE ORB (TAO).
-
Cloning this repository:
git clone git://gitorious.org/doc/ciao.git ciao cd ciao
Add this repository as a remote to an existing local repository:
git remote add ciao git://gitorious.org/doc/ciao.git git fetch ciao git checkout -b my-local-tracking-branch ciao/master_or_other_branch
dds
OpenDDS is an open source C++ implementation of the Object Management Group (OMG) Data Distribution Service (DDS).
-
Cloning this repository:
git clone git://gitorious.org/doc/dds.git dds cd dds
Add this repository as a remote to an existing local repository:
git remote add dds git://gitorious.org/doc/dds.git git fetch dds git checkout -b my-local-tracking-branch dds/master_or_other_branch

