I have a directory full of image files. I want to move all the .jpg files one directory up
$svn move *.jpg ../
$svn: Client error in parsing arguments
As you can see this approach doesn't work.
If this isnt possible how do I move ALL the files up one directory?
SVN version 1.4.4 on OSX 10.5