Is there any way to deactivate bundles from TextMate so that if I do a svn update from the repository I don't pull down those items? I'd like to stay up-to-date with bundle development but there are a bunch of them that I'll never use.
Thanks,
Neil --- hushBOOM design Web design, development & hosting -- Writing & Editing http://www.hushboom.com/
On 19/8/2006, at 16:38, Neil Lee wrote:
Is there any way to deactivate bundles from TextMate so that if I do a svn update from the repository I don't pull down those items? I'd like to stay up-to-date with bundle development but there are a bunch of them that I'll never use.
You can checkout only the bundles you want and then do svn up *.tmbundle to update those you checked out.
The only problem with this is that when a bundle gets renamed, updating that bundle will fail when specifying just its name -- but we rarely rename bundles.