[
https://issues.jenkins-ci.org/browse/JENKINS-13264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160964#comment-160964
]
Eric Co commented on JENKINS-13264:
-----------------------------------
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description></description>
<keepDependencies>false</keepDependencies>
<properties/>
<scm class="hudson.scm.CVSSCM">
<flatten>false</flatten>
<repositories>
<hudson.scm.CvsRepository>
<cvsRoot>[email protected]:/home/cvsroot</cvsRoot>
<modules>
<hudson.scm.CvsModule>
<localName></localName>
<remoteName>lib/flac-1.2.1</remoteName>
<moduleLocation
class="hudson.scm.CvsModuleLocation$HeadModuleLocation">
<locationType>HEAD</locationType>
<useHeadIfNotFound>false</useHeadIfNotFound>
</moduleLocation>
</hudson.scm.CvsModule>
<hudson.scm.CvsModule>
<localName></localName>
<remoteName>drv/linux/2.4/fuse</remoteName>
<moduleLocation
class="hudson.scm.CvsModuleLocation$HeadModuleLocation">
<locationType>HEAD</locationType>
<useHeadIfNotFound>false</useHeadIfNotFound>
</moduleLocation>
</hudson.scm.CvsModule>
</modules>
<compressionLevel>-1</compressionLevel>
<excludedRegions>
<hudson.scm.ExcludedRegion>
<pattern></pattern>
</hudson.scm.ExcludedRegion>
</excludedRegions>
<passwordRequired>false</passwordRequired>
</hudson.scm.CvsRepository>
</repositories>
<canUseUpdate>true</canUseUpdate>
<skipChangeLog>false</skipChangeLog>
<pruneEmptyDirectories>true</pruneEmptyDirectories>
<disableCvsQuiet>false</disableCvsQuiet>
<cleanOnFailedUpdate>false</cleanOnFailedUpdate>
</scm>
<canRoam>true</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers class="vector"/>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.Shell>
<command>true</command>
</hudson.tasks.Shell>
</builders>
<publishers/>
<buildWrappers/>
</project>
> 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