This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
UsingGitSvn
These instructions will set up your clone to pull from the TextMate Bundles repo directly with git-svn.
cd TextMate # this is your clone
git update-ref refs/remotes/git-svn `git rev-parse HEAD`
git svn init http://svn.textmate.org/trunk
git svn fetch
Now you should be able to update your repo with git svn rebase.
Note that this does not get you any of the branches, just the trunk. If you want the branches, either ask me to expose them, or fetch them directly with the following instructions:
cd TextMate
git update-ref refs/remotes/trunk `git rev-parse HEAD`
git svn init -s http://svn.textmate.org/trunk
git svn fetch
This will still take a while, though, as there’s a lot of data on the branches. This will be faster than fetching everything from svn directly, but it’s not a big difference.







