I have many files to move and rename that's under SVN. The naming rule is below.
current path: /root/parent/child_01.html
new path: /root/parent/child/article_01.html
I know I can rename with "svn move" command but I have about 50 files to rename with sequential numbers.
I found this this. It's very similar to my question but I want to do it with files that's under SVN.