Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
When using a subversion URL for the repository connection element such as scm:svn:http://svn.foo.com/repos/foo, the cvs-usage.xml file in the xdoc plugin breaks because it assumes that if there is a repository, then it must be a CVS repository.
I'm attaching a patch which allows the cvs-usage.xml file to check whether the connection string is actually a CVS connection string before requesting that it be parsed. This fixed the issue for me.