Skip to content
simongregory edited this page Sep 13, 2010 · 1 revision

Once the bundle has been cloned using:


cd ~/"Library/Application Support/TextMate/Bundles/"
git clone git://github.com/simongregory/flex-tmbundle.git "Flex.tmbundle"

git-svn can be set up with:


cd ~/"Library/Application Support/TextMate/Bundles/Flex.tmbundle"
git update-ref refs/remotes/git-svn `git rev-parse HEAD`
git svn init "http://svn.textmate.org/trunk/Review/Bundles/Flex.tmbundle"
git svn fetch

Clone this wiki locally