Skip to content
simongregory edited this page Sep 13, 2010 · 3 revisions

This page is no longer of any use as the ActionScript 3 bundle has been removed from the TextMate subversion repository. Thankfully it’s git only from now on, git-svn always turned out to be a headache. However the reference may be handy for other projects so I’m leaving it here for now.

Once the bundle has been cloned using:


cd ~/"Library/Application Support/TextMate/Bundles/"
git clone git://github.com/simongregory/actionscript3-tmbundle.git "ActionScript 3.tmbundle"

git-svn can be set up using:


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