IBM网站上面的信息,我看了一下也没有什么?
Problem
Checkedout version but could not copy data to path in view
Solution
SYMPTOM:
When a user attempts to access a VOB on Unix over NFS using a new view, they get these errors:
"Error checking out, checkedout version but could not copy data to <path> in view. No such file or directory. Correct the condition and then uncheckout the file."
CAUSE:
The Network Access Order could be set incorrectly. User may have NFS in front of ClearCase.
RESOLUTION:
Set Network Access Order to be: ClearCase, Windows NT, and then NFS.
The network access order is contained in the Windows NT registry "HKLM\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order\ProviderOrder" value. This is a comma separated list that shows the order that the PC will use to access network resources. It should read "Mvfs,LanmanWorkstation,{whatever the NFS client is}"
On Windows 2000, this is very easy to edit. (Right click on "My network Places", Select Properties, in the window that pops up, Select "Advanced/Advanced Settings" and go to the "Provider Order" tab. There appears to be no such equivalent on NT 4, and thus a direct registry edit is the only apparent option.