[ https://issues.apache.org/jira/browse/SCM-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961106#comment-17961106 ]
ASF GitHub Bot commented on SCM-336: ------------------------------------ jira-importer opened a new issue, #560: URL: https://github.com/apache/maven-scm/issues/560 **[Siarhei Dudzin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=svadu)** opened **[SCM-336](https://issues.apache.org/jira/browse/SCM-336?redirect=false)** and commented 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 --- **Affects:** 1.0 > Usage or custom port number results in incorrect cvsroot string in .cvspass > file > -------------------------------------------------------------------------------- > > Key: SCM-336 > URL: https://issues.apache.org/jira/browse/SCM-336 > Project: Maven SCM (Moved to GitHub Issues) > 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 was sent by Atlassian Jira (v8.20.10#820010)