[TxMt] Re: R lags with beachball [R bundle Update - Please test it]

Hans-Jörg Bibiko bibiko at eva.mpg.de
Fri Dec 4 19:51:25 UTC 2009


On 04.12.2009, at 19:49, Rob Goedman wrote:
> 
> Auto-update seems to work, other parts of GetBundles don't work on my system. e.g. listing bundles in the repository never finishes.

Rob, I meant **GetBundles** with a S at the end — not GetBundle (singular)!

Please do a svn export:

export LC_CTYPE=en_US.UTF-8 
mkdir -p ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles
cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles
svn export http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'

and then Bundles ⇢ GetBundles ⇢ Get Bundles

> 
>> Both ways won't touch your local changes because your changes are stored in .../Pristine Copy/Bundles - as the name it says. If you add your favourite commands this would be ok but if you changes a pre-defined command, well this could lead to some problems.
> 
> From this statement, below help text and the meaning of pristine (doesn't it mean 'fresh, unspoiled'?) I got confused. On a 2nd machine I cleaned out all TextMate stuff and installed a new version and all additional packages in '/Library/.../Bundles'. It then seems to install my local changes in '~/.../Bundles' though, not in '~/.../"Pristine Copy"/Bundles'.

I'd recommend to avoid installing your bundles into /Library/… , ~/Library/… is actually the right place I think.

If you do a svn commit all these bundles will be stored in ~/Library/AS/TM/Bundles due to that fact that these bundles will be under svn (git) control, in other words they will be modified (they are not pristine/unspoiled).


Cheers,
--Hans


More information about the textmate mailing list