GithubHelp home page GithubHelp logo

phaiax / git-svn-ext Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marcelhuberfoo/git-svn-ext

0.0 2.0 0.0 54 KB

! Personalized for ITE, not recommended for public anymore

Python 100.00%

git-svn-ext's Introduction

git-svn-ext

Put git-svn-ext in your path and run it from the top-level tree checked out with git-svn. git-svn-ext will detect and git-svn clone the externals using the following method:

  1. git svn clone each external into a .git_externals/ directory.
  2. symlink the cloned repository in .git_externals/ to the proper directory name.
  3. add the symlink and .git_externals/ to the .git/info/excludes/ file, so that you're not pestered about it when performing a git status.

Usage

Usage: ./git-svn-ext <sub command> [sub command args]

Sub commmands:

  • clone clone all svn externals into .git_externals
  • update updates all svn externals (git svn fetch[ --revision]/rebase --local)
  • check check if local git-svn checkout has unpushed commits and uncommitted changes
  • execute run a command against all externals (ie: git svn-ext execute 'git grep "whatever"')

Note: externals may be ignored if listed in .git_external_excludes

Authors

This script is based on git-svn-ext / git-svn-clone-externals from the following repositories:

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.