Repositories
nexd
An implementation of XML:DB API and XQJ API for a relational database.
-
Cloning this repository:
git clone git://gitorious.org/nexd/nexd.git nexd cd nexd
Add this repository as a remote to an existing local repository:
git remote add nexd git://gitorious.org/nexd/nexd.git git fetch nexd git checkout -b my-local-tracking-branch nexd/master_or_other_branch
kubedans-nexd
-
Cloning this repository:
git clone git://gitorious.org/~kubedan/nexd/kubedans-nexd.git kubedans-nexd cd kubedans-nexd
Add this repository as a remote to an existing local repository:
git remote add kubedans-nexd git://gitorious.org/~kubedan/nexd/kubedans-nexd.git git fetch kubedans-nexd git checkout -b my-local-tracking-branch kubedans-nexd/master_or_other_branch

