Blog Posts Tagged with "svn"
How to Remove External Rails Plugins from your Application
Posted on
01/24/08
by
Adam
0 Comments
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

