offbytwo / git-svn-extensions
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Cosmin Stejerean (author)
Tue Feb 02 13:40:20 -0800 2010
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Thu May 14 13:58:28 -0700 2009 | |
| |
README | Thu May 14 14:03:04 -0700 2009 | |
| |
source.sh | Tue Feb 02 13:40:20 -0800 2010 |
README
Author: Cosmin Stejerean (offbytwo) License: MIT Description: git-svn-extensions are a set of shell scripts that make it easier to work with subversion from git. * Installation * The current extensions are written as a set of bash functions. Simply add the following line to your .bashrc or similar to take advantage of these features . /path/to/this/project/source.sh * Usage * - creating a subversion branch $ git-svn-create-branch branch_name This will create a branch in svn with that name, and check it out locally as svn-branch_name - deleting a subversion branch $ git-svn-delete-branch branch_name - removing remote branches that no longer exist in svn $ git-svn-prune-branches # shows what would be removed $ git-svn-prune-branches -f # actually removes those branches - list svn branches (excluding trunk and tags/) $ git-svn-branches
