Issue Type: Improvement Improvement
Assignee: Unassigned
Components: viewVC
Created: 27/Mar/13 4:00 PM
Description:

The current code assumes that the term "viewvc" is part of the URL.

private static final String CHANGE_SET_FORMAT = "viewvc/?view=rev&root=%s&revision=%d";
private static final String DIFF_FORMAT = "viewvc/%s?root=%s&r1=%d&r2=%d&diff_format=h";
private static final String FILE_FORMAT = "viewvc/%s?root=%s&view=markup";

As we do not have influence on the ViewVC installation (different team which takes care of Subversion + ViewVC), the /viewvc/ folder is not part of our URLs:

https://svn.company.com/cgi-bin/viewvc.cgi/REPONAME/
https://svn.company.com/cgi-bin2/viewvc.cgi/REPONAME/

With the current project config parameters:

The plugin will create the following URL which do not work:

Project: Jenkins
Priority: Critical Critical
Reporter: mirumpf
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to