Help with plugin install

I wish to install the globalize plugin and have it managed by the
provider’s svn. For my purposes I am use the stable 1.2 release which
the maintainer has released as
http://svn.globalize-rails.org/svn/globalize/branches/for-1.2.

To install with svn:extrrnal support one does this:

script/plugin install -x
http://svn.globalize-rails.org/svn/globalize/branches/for-1.2

My question stems from the fact that ./vendor/plugin/for-1.2 is not
terribly descriptive. Is there a way in the “./script/plugin install
-x” command to rename the target directory to ./vendor/plugin/globalize
from for-1.2 or must one use svn mv to change it?

Thanks,