********************************************************************* Quoting David Lee on [Thursday, March 17, 2005, +1100]
Whats the svn repo address & authentication (anon?)
<svn checkout --username anon --password anon http://macromates.com/svn/Bundles/trunk ~/Bundles/>
Where ~/Bundles/ is the file where you want the svn dowdloaded to. This will get you all the bundles. For a specific bundle, just add the bundle name after /trunk/. e.g., .../trunk/TODO.tmbundle ~/Bundles/TODO.tmbundle
Make sure you have svn installed first. http://subversion.tigris.org/project_packages.html
The TODO bundle will scan for 'todo' or 'fixme' in any file or folder you have open in TextMate and display an output. The output is hot, so you can click on a todo and move right to the spot in the file. It is a great bundle that I use a lot.
For those that use LateX like me, I also added fxwarning and fxnote to the scan which incorporates with the fixme.sty files I use.
Cheers