Hi,<br><br>I am having intermittent trouble executing <br><br>$ cmake -E copy_directory /full/path/to/large/directory /new/path<br><br>Originally, the copy_directory was failing deep in my build system (add_custom_command), but the failure is repeatable from the command line (exactly as shown above).  The failure message is always the same:<br>
<br>$ Error copying directory from &quot;/full/path/to/large/directory&quot; to &quot;/new/path&quot;.<br><br>Does anyone have any thoughts on how to determine the actual cause of the failure.  I can execute &#39;cp -r&#39; reliably without error. I am not sure if this is a failure in CMake or a system problem.  The directory in question has about 7000 files in it with a total size of about 75 MB.  The copy is going over an NFS mapped drive.<br>
<br>I&#39;m using RHEL4 (Nahant Update 8) 64-bit and cmake version 2.6-patch 4.<br><br>Thanks for any advice!<br><br>-kt<br><br>