I need to change the capitalization of a set of files in a subversion working copy, like so:
svn mv test.txt Test.txt svn mv test2.txt Test2.txt svn mv testn.txt Testn.txt ... svn commit -m "caps"
How can I automate this process? Standard linux install tools available.