Tuesday, September 29, 2009

GIT + SVN Externals

I've taken Andre and Mark's git-svn-clone tool and made a few changes. Mostly I wanted something a little more familiar to git. You can see this at http://github.com/ustramooner/git-svn-clone-externals

git-ext-svn-clone: was git-svn-clone-externals, but with a few bug fixes.

#svn commands:
git-ext-svn-dcommit - loop through externals and call svn dcommit (arguments are passed along)
git-ext-svn-rebase -  loop through externals and call svn rebase (arguments are passed along)
git-ext-svn-fetch -  loop through externals and call svn fetch (arguments are passed along)

#normal git commands:
git-ext-branch -  loop through externals and call branch (arguments are passed along)
git-ext-status -  loop through externals and call status (arguments are passed along)
git-ext-commit -  loop through externals and call commit (arguments are passed along)
git-ext-checkout -  loop through externals and call commit (arguments are passed along)
git-ext-stash -  loop through externals and call stash (arguments are passed along)

No comments:

Post a Comment