Repositories
mainline
Master repository, a clone from the SVN repository: svn://anonsvn.mono-project.com/source/trunk/taglib-sharp
-
Cloning this repository:
git clone git://gitorious.org/taglib-sharp/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/taglib-sharp/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
rubenvs-clone
-
Cloning this repository:
git clone git://gitorious.org/~rubenv/taglib-sharp/rubenvs-clone.git rubenvs-clone cd rubenvs-clone
Add this repository as a remote to an existing local repository:
git remote add rubenvs-clone git://gitorious.org/~rubenv/taglib-sharp/rubenvs-clone.git git fetch rubenvs-clone git checkout -b my-local-tracking-branch rubenvs-clone/master_or_other_branch
tiggers-clone
-
Cloning this repository:
git clone git://gitorious.org/~tigger/taglib-sharp/tiggers-clone.git tiggers-clone cd tiggers-clone
Add this repository as a remote to an existing local repository:
git remote add tiggers-clone git://gitorious.org/~tigger/taglib-sharp/tiggers-clone.git git fetch tiggers-clone git checkout -b my-local-tracking-branch tiggers-clone/master_or_other_branch
deejay1s-clone
-
Cloning this repository:
git clone git://gitorious.org/~deejay1/taglib-sharp/deejay1s-clone.git deejay1s-clone cd deejay1s-clone
Add this repository as a remote to an existing local repository:
git remote add deejay1s-clone git://gitorious.org/~deejay1/taglib-sharp/deejay1s-clone.git git fetch deejay1s-clone git checkout -b my-local-tracking-branch deejay1s-clone/master_or_other_branch
sdes-clone
-
Cloning this repository:
git clone git://gitorious.org/~sde/taglib-sharp/sdes-clone.git sdes-clone cd sdes-clone
Add this repository as a remote to an existing local repository:
git remote add sdes-clone git://gitorious.org/~sde/taglib-sharp/sdes-clone.git git fetch sdes-clone git checkout -b my-local-tracking-branch sdes-clone/master_or_other_branch
raw-samples
RAW image sample files for the test suite.
-
Cloning this repository:
git clone git://gitorious.org/taglib-sharp/raw-samples.git raw-samples cd raw-samples
Add this repository as a remote to an existing local repository:
git remote add raw-samples git://gitorious.org/taglib-sharp/raw-samples.git git fetch raw-samples git checkout -b my-local-tracking-branch raw-samples/master_or_other_branch

