For the maven-svn-revision-number-plugin - it definitely does not. As i
said, it is intended only to provide the revision and status information.
You said you need to rename a lot of files and the renaming consists of
adding the same number (maximum or some other revision) to all file
names, am i right? I think you can try to use maven ant run plugin and
an ant script that does bulk renaming and takes the revision number as
an input property.
Again, it is interesting to know why do you need to rename a lot files?
Do you deploy renamed files or do you create some archives for backward
reference?