Il giorno 29/mag/2011, alle ore 07.54, Ricardo Pietrobon ha scritto:
this is probably a very basic question, but when i try to install R Console (Rdaemon).tmbundle/ using
svn co http://svn.textmate.org/trunk/Bundles/R%20Console%20/(Rdaemon).tmbundle/
Hi Ricardo, you should URL encode the parenthesis too, like this:
svn co http://svn.textmate.org/trunk/Bundles/R%20Console%20%28Rdaemon%29.tmbundle/
this works.
Or, maybe better, you could install the GetBundles bundle first and then install other bundles from there.
-- Edo