You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@codehaus.org> on 2008/07/05 22:48:26 UTC

[jira] Created: (MPIR-109) Wrong description of in source repository overview

Wrong description of in source repository overview
--------------------------------------------------

                 Key: MPIR-109
                 URL: http://jira.codehaus.org/browse/MPIR-109
             Project: Maven 2.x Project Info Reports Plugin
          Issue Type: Bug
          Components: scm
    Affects Versions: 2.0.1
            Reporter: Michael Osipov
            Priority: Minor


I have defined in my pom.xml

{code:xml}
<scm>
    <connection>scm:svn:http://svn.fckeditor.net/FCKeditor.Java/trunk</connection>
    <developerConnection>scm:svn:https://svn.fckeditor.net/FCKeditor.Java/trunk</developerConnection>
    <url>http://dev.fckeditor.net/browser/FCKeditor.Java/trunk</url>
</scm>
{code}
MPIR writed under developer access: "Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS."
As far as I understand it should say: "Everyone can access the Subversion repository via *HTTP*, but *committers* must checkout the Subversion repository via HTTPS." Unless I provide HTTPS access in anonymous access too.

Continuing more style corrections: "For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository," should be "For those users who are stuck behind a corporate firewall which is blocking *HTTP* access to the Subversion repository,"

More: "Example : Edit the 'servers' file and add something like :" Should be: "*Example:* Edit the 'servers' file and add something *like:*" No space precedes a colon.

Note: Bold formatting is only for highlighting purposes

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MPIR-109) Wrong description of in source repository overview

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPIR-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MPIR-109:
---------------------------------

    Fix Version/s: 2.1

> Wrong description of in source repository overview
> --------------------------------------------------
>
>                 Key: MPIR-109
>                 URL: http://jira.codehaus.org/browse/MPIR-109
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>          Components: scm
>    Affects Versions: 2.0.1
>            Reporter: Michael Osipov
>            Assignee: Dennis Lundberg
>            Priority: Minor
>             Fix For: 2.1
>
>
> I have defined in my pom.xml
> {code:xml}
> <scm>
>     <connection>scm:svn:http://svn.fckeditor.net/FCKeditor.Java/trunk</connection>
>     <developerConnection>scm:svn:https://svn.fckeditor.net/FCKeditor.Java/trunk</developerConnection>
>     <url>http://dev.fckeditor.net/browser/FCKeditor.Java/trunk</url>
> </scm>
> {code}
> MPIR writed under developer access: "Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS."
> As far as I understand it should say: "Everyone can access the Subversion repository via *HTTP*, but *committers* must checkout the Subversion repository via HTTPS." Unless I provide HTTPS access in anonymous access too.
> Continuing more style corrections: "For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository," should be "For those users who are stuck behind a corporate firewall which is blocking *HTTP* access to the Subversion repository,"
> More: "Example : Edit the 'servers' file and add something like :" Should be: "*Example:* Edit the 'servers' file and add something *like:*" No space precedes a colon.
> Note: Bold formatting is only for highlighting purposes

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MPIR-109) Wrong description of in source repository overview

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPIR-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140906#action_140906 ] 

Vincent Siveton commented on MPIR-109:
--------------------------------------

I fixed French locale in r674460. I did not apply the punctuation rule since it is an English typo rule.

> Wrong description of in source repository overview
> --------------------------------------------------
>
>                 Key: MPIR-109
>                 URL: http://jira.codehaus.org/browse/MPIR-109
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>          Components: scm
>    Affects Versions: 2.0.1
>            Reporter: Michael Osipov
>            Assignee: Dennis Lundberg
>            Priority: Minor
>             Fix For: 2.1
>
>
> I have defined in my pom.xml
> {code:xml}
> <scm>
>     <connection>scm:svn:http://svn.fckeditor.net/FCKeditor.Java/trunk</connection>
>     <developerConnection>scm:svn:https://svn.fckeditor.net/FCKeditor.Java/trunk</developerConnection>
>     <url>http://dev.fckeditor.net/browser/FCKeditor.Java/trunk</url>
> </scm>
> {code}
> MPIR writed under developer access: "Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS."
> As far as I understand it should say: "Everyone can access the Subversion repository via *HTTP*, but *committers* must checkout the Subversion repository via HTTPS." Unless I provide HTTPS access in anonymous access too.
> Continuing more style corrections: "For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository," should be "For those users who are stuck behind a corporate firewall which is blocking *HTTP* access to the Subversion repository,"
> More: "Example : Edit the 'servers' file and add something like :" Should be: "*Example:* Edit the 'servers' file and add something *like:*" No space precedes a colon.
> Note: Bold formatting is only for highlighting purposes

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MPIR-109) Wrong description of in source repository overview

Posted by "Michael Osipov (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPIR-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140784#action_140784 ] 

Michael Osipov commented on MPIR-109:
-------------------------------------

If it is of significance, [here|http://svn.fckeditor.net/FCKeditor.Java/trunk/] is my repo

> Wrong description of in source repository overview
> --------------------------------------------------
>
>                 Key: MPIR-109
>                 URL: http://jira.codehaus.org/browse/MPIR-109
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>          Components: scm
>    Affects Versions: 2.0.1
>            Reporter: Michael Osipov
>            Priority: Minor
>
> I have defined in my pom.xml
> {code:xml}
> <scm>
>     <connection>scm:svn:http://svn.fckeditor.net/FCKeditor.Java/trunk</connection>
>     <developerConnection>scm:svn:https://svn.fckeditor.net/FCKeditor.Java/trunk</developerConnection>
>     <url>http://dev.fckeditor.net/browser/FCKeditor.Java/trunk</url>
> </scm>
> {code}
> MPIR writed under developer access: "Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS."
> As far as I understand it should say: "Everyone can access the Subversion repository via *HTTP*, but *committers* must checkout the Subversion repository via HTTPS." Unless I provide HTTPS access in anonymous access too.
> Continuing more style corrections: "For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository," should be "For those users who are stuck behind a corporate firewall which is blocking *HTTP* access to the Subversion repository,"
> More: "Example : Edit the 'servers' file and add something like :" Should be: "*Example:* Edit the 'servers' file and add something *like:*" No space precedes a colon.
> Note: Bold formatting is only for highlighting purposes

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MPIR-109) Wrong description of in source repository overview

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPIR-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140845#action_140845 ] 

Dennis Lundberg commented on MPIR-109:
--------------------------------------

Thanks Michael,

I fixed this for the following locales: en, de, no, sv, tr in r674345.

Let's keep this issue open to see if we get some feedback from people with language skills in the other locales.

> Wrong description of in source repository overview
> --------------------------------------------------
>
>                 Key: MPIR-109
>                 URL: http://jira.codehaus.org/browse/MPIR-109
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>          Components: scm
>    Affects Versions: 2.0.1
>            Reporter: Michael Osipov
>            Assignee: Dennis Lundberg
>            Priority: Minor
>             Fix For: 2.1
>
>
> I have defined in my pom.xml
> {code:xml}
> <scm>
>     <connection>scm:svn:http://svn.fckeditor.net/FCKeditor.Java/trunk</connection>
>     <developerConnection>scm:svn:https://svn.fckeditor.net/FCKeditor.Java/trunk</developerConnection>
>     <url>http://dev.fckeditor.net/browser/FCKeditor.Java/trunk</url>
> </scm>
> {code}
> MPIR writed under developer access: "Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS."
> As far as I understand it should say: "Everyone can access the Subversion repository via *HTTP*, but *committers* must checkout the Subversion repository via HTTPS." Unless I provide HTTPS access in anonymous access too.
> Continuing more style corrections: "For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository," should be "For those users who are stuck behind a corporate firewall which is blocking *HTTP* access to the Subversion repository,"
> More: "Example : Edit the 'servers' file and add something like :" Should be: "*Example:* Edit the 'servers' file and add something *like:*" No space precedes a colon.
> Note: Bold formatting is only for highlighting purposes

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MPIR-109) Wrong description of in source repository overview

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPIR-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MPIR-109.
--------------------------------

    Resolution: Fixed

> Wrong description of in source repository overview
> --------------------------------------------------
>
>                 Key: MPIR-109
>                 URL: http://jira.codehaus.org/browse/MPIR-109
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>          Components: scm
>    Affects Versions: 2.0.1
>            Reporter: Michael Osipov
>            Assignee: Dennis Lundberg
>            Priority: Minor
>             Fix For: 2.1
>
>
> I have defined in my pom.xml
> {code:xml}
> <scm>
>     <connection>scm:svn:http://svn.fckeditor.net/FCKeditor.Java/trunk</connection>
>     <developerConnection>scm:svn:https://svn.fckeditor.net/FCKeditor.Java/trunk</developerConnection>
>     <url>http://dev.fckeditor.net/browser/FCKeditor.Java/trunk</url>
> </scm>
> {code}
> MPIR writed under developer access: "Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS."
> As far as I understand it should say: "Everyone can access the Subversion repository via *HTTP*, but *committers* must checkout the Subversion repository via HTTPS." Unless I provide HTTPS access in anonymous access too.
> Continuing more style corrections: "For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository," should be "For those users who are stuck behind a corporate firewall which is blocking *HTTP* access to the Subversion repository,"
> More: "Example : Edit the 'servers' file and add something like :" Should be: "*Example:* Edit the 'servers' file and add something *like:*" No space precedes a colon.
> Note: Bold formatting is only for highlighting purposes

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira