Show: All | News Items | Blog Posts
There are no news releases with that tag.
How to Remove External Rails Plugins from your Application
Jan 24, 2008 by Adam
There isn't a single command in subversion to remove external plugins from your application so I figured I would post this to help the next person save 10 minutes of reading docs. Make sure you are in the root of your app and do: svn propedit svn:externals vendor/plugins Just delete the line(s) of the plugins you no longer want. If you get the following erro...