Git Product home page Git Product logo

git-st's Introduction

-----
About
-----
Git remote helper (http://www.kernel.org/pub/software/scm/git/docs/git-remote-helpers.html) 
for StarTeam. This remote helper allows Git to interact with remote StarTeam 
repositories. The fetch and push commands are based on the Git 
fast-import (http://www.kernel.org/pub/software/scm/git/docs/git-fast-import.html) 
and fast-export (http://www.kernel.org/pub/software/scm/git/docs/git-fast-export.html) 
protocols.

-----------
Compilation
-----------
To build the project you need at least Java SDK 7 and Ant.

    Ant
    ---
    To build with Ant just cd to the project root directory and type ant. 
    If the build succeeded you will find distribution zip archive in the 
    distribs directory.

    Make
    ----
    To build with make you need to put Git sources into the 
    <project root directory>/git and type make && make install PREFIX=/usr. 
    For the list of the build dependencies please refer to the debian/control file.

    Pbuilder
    --------
    In the project root directory you can find build.sh script which can be used
    to build deb packages for one of multiple target platforms using pbuilder.

------------
Installation
------------
Extract the built zip archive into the $LIBEXEC/git-core directory. The location
of the LIBEXEC directory depends on the system 
(usually either /usr/lib or /usr/libexec). 
Debian package can be installed with the dpkg -i <name>.deb command.

Note: There is Ubuntu ppa โ€“ ppa:aap/tools. To install from this ppa:
sudo apt-add-repository ppa:aap/tools
sudo apt-get update
sudo apt-get install git-st

--------
Clone
--------
To clone a StarTeam project just type:
git clone starteam://[username[:password]@]hostname:port/Project/View[/Folder1/Folder2]

git-st's People

Contributors

andreypavlenko avatar warrenfalk avatar

Watchers

James Cloos avatar ansible-lessons avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.