Hello,
I'm trying to configure the Subversion Plugin (atlassian-jira-subversion-plugin-0.10.11.1-distribution) with ViewVC (version 1.1.6).
However, everything I've tried results in a Malformed XML error.
Errors
svn: E130003: Malformed XML
Error occurred while updating the repository. Please refer to the log for more details.
The first part of the exception within the log files shows the following:
2013-05-27 13:55:41,164 http-bio-8080-exec-19 ERROR admin 835x116x1 taayw5 129.247.51.66 /secure/UpdateSubversionRepository.jspa [plugin.ext.subversion.SubversionManagerImpl] Connection to Subversion repository https://my-dmz.domain.com/viewvc failed: org.tmatesoft.svn.core.SVNException: svn: E130003: Malformed XML
org.tmatesoft.svn.core.SVNException: svn: E130003: Malformed XML
...
Lets say my domain is: https://my-dmz.domain.com/viewvc/ where I can browse all repository of our domain. If I click on a repository, the domain changes to:
https://my-dmz.domain.com/viewvc/?root=repoSampleName
The repoSampleName contains subfolders, e.g. AndroidApp, while AndroidApp contains the subfolders trunk, branches, tags. If I click on this subfolder up to the trunk, the domain looks like this:
https://my-dmz.domain.com/viewvc/AndroidApp/trunk/?root=repoSampleName
Here is my configuration:
Repository Root: https://my-dmz.domain.com/viewvc
Status: Inactive (svn: E130003: Malformed XML)
Changeset Format: https://my-dmz.domain.com/viewvc?root=repoSampleName&view=revision&revision=${rev}
File Added Format: https://my-dmz.domain.com/viewvc${path}?root=repoSampleName&revision=${rev}&view=markup
File Modified Format: https://my-dmz.domain.com/viewvc${path}?root=repoSampleName&r1=${rev}&r2=${rev-1}&pathrev=${rev}
File Replaced Format: https://my-dmz.domain.com/viewvc${path}?root=repoSampleName&r1=${rev}&r2=${rev-1}&pathrev=${rev}
File Deleted Format: https://my-dmz.domain.com/viewvc${path}?root=repoSampleName&pathrev=${rev-1}
My View Format is empty, but I tried this one:
View Format: https://my-dmz.domain.com/viewvc${path}?root=repoSampleName&pathrev=${rev}&view=markup
What is wrong in my configuration? I also tried to use the Repository Root: https://my-dmz.domain.com/viewvc?root=repoSampleName
I hope you can help me or point me into the right direction.
Best regards,
Michael