[
https://jira.codehaus.org/browse/MPIR-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=358141#comment-358141
]
Michael Osipov commented on MPIR-280:
-------------------------------------
How is that patch:
{code:none}
Index: project-info-report.properties
===================================================================
--- project-info-report.properties (revision 1642084)
+++ project-info-report.properties (working copy)
@@ -194,8 +194,8 @@
report.scm.svn.intro = This
project uses {Subversion, http://subversion.apache.org/} to manage its source
code. Instructions on Subversion use can be found at
{http://svnbook.red-bean.com/, http://svnbook.red-bean.com/}.
report.scm.title = Source
Repository
report.scm.webaccess.nourl = There is
no online source repository listed for this project. Please check back again
later.
-report.scm.webaccess.title = Web Access
-report.scm.webaccess.url = The
following is a link to the online source repository:
+report.scm.webaccess.title = Web
Browser Access
+report.scm.webaccess.url = The
following is a link to a browsable version of the source repository:
report.summary.build.artifactid = ArtifactId
report.summary.build.groupid = GroupId
report.summary.build.javaVersion = Java
Version
{code}
> Clarify that Web Access SCM link is not suitable for SCM checkout
> -----------------------------------------------------------------
>
> Key: MPIR-280
> URL: https://jira.codehaus.org/browse/MPIR-280
> Project: Maven Project Info Reports Plugin
> Issue Type: Bug
> Components: scm
> Affects Versions: 2.7
> Reporter: SebbASF
> Assignee: Michael Osipov
>
> The details for the viewvc section say (for example):
> >>>
> Web Access
> The following is a link to the online source repository.
> http://svn.apache.org/viewvc/commons/proper/lang/trunk
> <<<
> This has been taken by some readers to imply that the URL is suitable for SVN
> client access, and there have been complaints on mailing lists when it does
> not work.
> It would be useful to clarify the text to reduce user frustration and
> unnecessary mailing list traffic.
> The text "The following is a link to the online source repository." applies
> equally to a proper SVN link. It does not indicate that URL is intended for
> Web Brower (HTTP) access only.
> The section header "Web Access" does not really help either, as "Web" is
> often used as a synonym for "Internet".
> I can see how readers who don't know about ViewVC could easily not notice
> that distinction.
> I suggest that the default text is changed as follows:
> report.scm.webaccess.title=Web Server (HTTP) Access
> report.scm.webaccess.url=
> The following is a link to a browsable version of the source repository.
> Please use the "Anonymous Access" or "Developer Access" URL if you want to
> check out the source using your SCM client.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)