You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Siarhei Dudzin (JIRA)" <ji...@codehaus.org> on 2007/08/22 14:03:47 UTC

[jira] Created: (SCM-336) Usage or custom port number results in incorrect cvsroot string in .cvspass file

Usage or custom port number results in incorrect cvsroot string in .cvspass file
--------------------------------------------------------------------------------

                 Key: SCM-336
                 URL: http://jira.codehaus.org/browse/SCM-336
             Project: Maven SCM
          Issue Type: Bug
    Affects Versions: 1.0
         Environment: Continuum 1.1 beta-2 with java cvs client (default in this version)
            Reporter: Siarhei Dudzin
            Priority: Blocker


When a project SCM url contains custom port number the .cvspass is not created properly - it has the custom port number appended to the default (2401) one.

For example a URL scm:cvs:pserver:<user>@<host>:9280/CVS/<some path>

would result in 24019280 as port number in .cvspass file which results in inability to use SCM with customized port number when using java cvs client

-- 
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: (SCM-336) Usage or custom port number results in incorrect cvsroot string in .cvspass file

Posted by "Siarhei Dudzin (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_115033 ] 

Siarhei Dudzin commented on SCM-336:
------------------------------------

Anyone?

> Usage or custom port number results in incorrect cvsroot string in .cvspass file
> --------------------------------------------------------------------------------
>
>                 Key: SCM-336
>                 URL: http://jira.codehaus.org/browse/SCM-336
>             Project: Maven SCM
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: Continuum 1.1 beta-2 with java cvs client (default in this version)
>            Reporter: Siarhei Dudzin
>            Priority: Blocker
>
> When a project SCM url contains custom port number the .cvspass is not created properly - it has the custom port number appended to the default (2401) one.
> For example a URL scm:cvs:pserver:<user>@<host>:9280/CVS/<some path>
> would result in 24019280 as port number in .cvspass file which results in inability to use SCM with customized port number when using java cvs client

-- 
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: (SCM-336) Usage or custom port number results in incorrect cvsroot string in .cvspass file

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Venisse closed SCM-336.
--------------------------------

      Assignee: Emmanuel Venisse
    Resolution: Won't Fix

your scm url is wrong and must be scm:cvs:pserver:<user>@<host>:9280:/CVS/<some path>
Note the ":" between the port and the path

> Usage or custom port number results in incorrect cvsroot string in .cvspass file
> --------------------------------------------------------------------------------
>
>                 Key: SCM-336
>                 URL: http://jira.codehaus.org/browse/SCM-336
>             Project: Maven SCM
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: Continuum 1.1 beta-2 with java cvs client (default in this version)
>            Reporter: Siarhei Dudzin
>            Assignee: Emmanuel Venisse
>            Priority: Blocker
>
> When a project SCM url contains custom port number the .cvspass is not created properly - it has the custom port number appended to the default (2401) one.
> For example a URL scm:cvs:pserver:<user>@<host>:9280/CVS/<some path>
> would result in 24019280 as port number in .cvspass file which results in inability to use SCM with customized port number when using java cvs client

-- 
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