Michael:
Thanks for prompt reply,
I'm checking out from the following dir structure
install |
|
mvbin |
pkginfo |
|
|
<file2> |
|
|
<file3> |
|
|
<file4> |
|
|
<file5> |
|
|
<file6> |
|
|
mvbinpro |
pkginfo |
|
|
<file2> |
|
|
<file3> |
|
|
<file4> |
|
|
<file5> |
|
|
<file6> |
|
<parent2> |
|
<child_dir> |
<grandchild_dir> |
Configuration which works fine has module's as follows
CVS Plugin Version 1.6
Module: install/mvbin/pkginfo install/mvbinpro/pkginfo <parent2>/<child_dir>/<grandchild_dir>
NOTE: Whitespace separated list
NOTE: It used to retrieve each pkginfo file in proper directory structure
CVS Plugin Version 2.5
Module 1: install/mvbin
Module 2: install/mvbinpro
Module 3: <parent2>/<child_dir>/<grandchild_dir>
NOTE: Here 'Module 3' checks out properly
NOTE: In place of pkginfo file, i see pkginfo directories created for 'Module 1' & 'Module 2'
Configuration which doesn't work has module's as follows
CVS Plugin Version 2.5
Module 1: install/mvbin/pkginfo
Module 2: install/mvbinpro/pkginfo
Module 3: <parent2>/<child_dir>/<grandchild_dir>
As the mvbin and mvbinpro directories contain only a few files in my case, it doesn't make a big difference to checkout the directories, so i've used that as a workaround.
But if all i need is one file from a directory containing 2,000 files, then it'll be a big loss in terms of efficiency and time.
Thanks again & Regards
Deepak
Deepak: please confirm what you're seeing when it doesn't work. I suspect the first checkout works, but subsequent updates checkout all other files at the same level, and any subdirectories. Is this correct?