Help with an error with tinymce (installation)

hi, i’m trying to install tinymce following the wiki, so i’ve done
svn propedit svn:externals vendor/plugins
into the tmp saved
tiny_mce https://secure.near-time.com/svn/plugins/trunk/tiny_mce
but it say this

$ svn propedit svn:externals vendor/plugins
svn: Error parsing svn:externals property on ‘vendor/plugins’: ‘tiny_mce
https://secure.near-time.com/svn/plugins/trunk/tiny_mce’

why ? can someone help me please? :frowning:
thanks

I think you need to lose the link tag

Property should be:

tiny_mce https://secure.near-time.com/svn/plugins/trunk/tiny_mce

Meech wrote:

I think you need to lose the link tag

Property should be:

tiny_mce https://secure.near-time.com/svn/plugins/trunk/tiny_mce

i’ve another error…with the ruby compressor for tinymce :frowning:
i’ve extracted it to vendor/plugin, then added in the routes.rb
TinyMceGzip::Routes.add_routes
and this in the layout
<%= javascript_include_tiny_mce_if_used %>
<%= javascript_include_tag(“tiny_mce/tiny_mce_gzip”) %>
<%= tiny_mce if using_tiny_mce? %>

i’ve tryed also with
<%= javascript_include_tag(“tiny_mce/tiny_mce_gzip”) %>
<%= tiny_mce if using_tiny_mce? %>

but it doesn’t work, it throw an application error, why? :frowning: