[ 
https://issues.apache.org/jira/browse/SCM-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17960613#comment-17960613
 ] 

ASF GitHub Bot commented on SCM-111:
------------------------------------

jira-importer opened a new issue, #436:
URL: https://github.com/apache/maven-scm/issues/436

   
**[skylab](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hostlowsky)**
 opened 
**[SCM-111](https://issues.apache.org/jira/browse/SCM-111?redirect=false)** and 
commented
   
   When checking out any project, e. g. using 'continuum' 1.0.2, it stops 
without any further explanation.
   I think the bug can be found in the method  
   org...checkout.PerforceCheckOutCommand.createClientspec().
   You can see the class here:
   
http://svn.apache.org/viewcvs.cgi/maven/scm/trunk/maven-scm-providers/maven-scm-provider-perforce/src/main/java/org/apache/maven/scm/provider/perforce/command/checkout/PerforceCheckOutCommand.java?rev=349907&view=markup
   
   This results in an additional NEWLINE in the spec of a (new) client 
workspace - after 'Root: '
   
   It should be
   Client: any-clientspecname
   Root:<attention, NO NEWLINE!> d:/workdir
   View:
   //repopath/... //clientspecName/...
   
   please, look at the attached diff.
   
   
   
   ---
   
   **Affects:** 1.0-beta-2
   
   **Attachments:**
   - 
[svndiff.txt](https://issues.apache.org/jira/secure/attachment/12718732/svndiff.txt)
 (_1.05 kB_)
   




> perforce: checkout doesn't work at all
> --------------------------------------
>
>                 Key: SCM-111
>                 URL: https://issues.apache.org/jira/browse/SCM-111
>             Project: Maven SCM (Moved to GitHub Issues)
>          Issue Type: Bug
>          Components: maven-scm-provider-perforce
>    Affects Versions: 1.0-beta-2
>         Environment: winX, maven 2, continuum
>            Reporter: skylab
>            Assignee: Emmanuel Venisse
>            Priority: Major
>             Fix For: 1.0-beta-3
>
>         Attachments: svndiff.txt
>
>
> When checking out any project, e. g. using 'continuum' 1.0.2, it stops 
> without any further explanation.
> I think the bug can be found in the method  
> org...checkout.PerforceCheckOutCommand.createClientspec().
> You can see the class here:
> http://svn.apache.org/viewcvs.cgi/maven/scm/trunk/maven-scm-providers/maven-scm-provider-perforce/src/main/java/org/apache/maven/scm/provider/perforce/command/checkout/PerforceCheckOutCommand.java?rev=349907&view=markup
> This results in an additional NEWLINE in the spec of a (new) client workspace 
> - after 'Root: '
> It should be 
> Client: any-clientspecname
> Root:<attention, NO NEWLINE!> d:/workdir
> View:
> //repopath/... //clientspecName/...
> please, look at the attached diff.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to