Making jQuery downloads available by SVN

Making jQuery downloads available by SVN


Hello
I'm developing JavaScript modules that rely on jQuery, and I'm doing
this in SVN. So, of course, my development environment has to include
a copy of jquery.js.
I'd like to be able to use svn:externals to be able to pick up a copy
of the jQuery download. The alternative, which is rather yucky, is to
make a download myself and commit it to my SVN repository.
What I'd like to be able to do is something like
$ svn propget svn:externals mathtran-javascript
jquery -r1234 http://jqueryjs.googlecode.com/svn/trunk/build
Any chance this could be done?
Jonathan