Hello,
I'm new to both Rails and Subversion so please bear with me.
Let's say I install a plugin with --externals set, and then make some custom modifications to the plugin... If I perform a commit on my local project, will my plugin modifications commit to the svn server I initially dloaded from or to local? If the commit goes to the remote svn server, I imagine I shouldn't do this... If so, should I be installing the plugin locally first if I plan to make custom modifications and use subversion to track my revisions? Will using 'install --checkout' allow me to do this?
Hope that made sense. Thanks.