Hallo,
I am trying to install the bundle in the object, but the link seems not working with svn:
svn co http://svn.textmate.org/trunk/Bundles/JavaScript%20Prototype%20&%20Scrip...
outputs the errors:
[1] 6346 -bash: fg: %20Script_aculo_us.tmbundle/: no such job
svn: URL 'http://svn.textmate.org/trunk/Bundles/JavaScript%20Prototype%20' doesn't exist
I suppose there is a problem with the & in the url but I cannot fix it.
Thanks
-- Fabio
-- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f
Sponsor: Legal.email.it: posta elettronica certificata per l'invio di email con valore legale e SMS di notifica Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=8978&d=26-8
On 26.08.2009, at 10:57, Fabio wrote:
svn co http://svn.textmate.org/trunk/Bundles/JavaScript%20Prototype%20&%20Scrip...
Try quoting the URL, like this: svn co "http://svn.textmate.org/trunk/Bundles/JavaScript%20Prototype%20&%20Scrip... "
HTH, Martin
Martin Kühl-3 wrote:
Try quoting the URL, like this: svn co "http://svn.textmate.org/trunk/Bundles/JavaScript%20Prototype%20&%20Scrip... "
Thanks a lot: that works!