How to commit plugin to my svn server?

I setup a svn repository for my source code, and I would like to put a
plugin what I’m using on the svn server, too.
The plugin I’m using is HttpUrlValidationImproved.
I installed thi plugin using following command.
./script/plugin install -x
https://modzer0.cs.uaf.edu/repos/hank/code/http_url_validation_improved

Could you tell me how to add this plugin to my svn?

Reinstall without the -x

Of course, this is assuming you don’t want updates from the plugin’s
repository. You can only have one way: either it stays in your
repository or
you read from the plugin’s repository.

Jason

On 8 Mar 2007, at 21:16, Jason R. wrote:

Reinstall without the -x

Of course, this is assuming you don’t want updates from the
plugin’s repository. You can only have one way: either it stays in
your repository or you read from the plugin’s repository.

Or you can use Piston which gives you the best of both:

http://piston.rubyforge.org/

Regards,
Andy S.