We have lot of links to our svn in Confluence pages that are of format http://svn.ourdomain.com/java/project/trunk/folder/SomeFile.java. When we make an export of confluence pages, we'd want all those links to change to http://svn.ourdomain.com/java/project/tags/1.5/folder/SomeFile.java, and after that we'd like to be able to revert the links back to pointing to trunk. It's a pain to change hundreds or thousands of links to point to specific version.
Is there a way to do this? Somehow configurable url template, or something else?