[ 
https://issues.jenkins-ci.org/browse/JENKINS-13264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161000#comment-161000
 ] 

Michael Clarke commented on JENKINS-13264:
------------------------------------------

The issue is being caused by the CVS plugin trying to check out the files into 
a folder that matches the remote location name, but not creating the 
intermediate directories. If the module is called 'path/to/module' then the CVS 
plugin should create a directory called 'path' then another directory in there 
called 'to' before issuing the checkout command which will create 'module' 
inside these newly created directory.
                
> fail checkout 2 modules with different path
> -------------------------------------------
>
>                 Key: JENKINS-13264
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13264
>             Project: Jenkins
>          Issue Type: Bug
>          Components: cvs
>         Environment: linux
>            Reporter: Eric Co
>
> I create two cvs modules with the path
>   lib/flac-1.2.1
>   drv/linux/fuse
> when it check out, got the error:
>   cvs checkout -P -D 29 Mar 2012 11:40:15 +0800 -d lib/flac-1.2.1 
> lib/flac-1.2.1 
>   cvs [checkout aborted]: could not change directory to requested checkout 
> directory `lib': No such file or directory

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to