From: SourceForge.net <no...@so...> - 2013-03-15 06:41:31
|
Tracker item #3608126, was opened at 2013-03-14 23:40 Message generated for change (Settings changed) made by dkoudela You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3608126&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: kernel modules Group: None Status: Open Resolution: None >Priority: 8 Private: No Submitted By: David Koudela (dkoudela) Assigned to: Nobody/Anonymous (nobody) Summary: Perforce versioning system fails when running sync command o Initial Comment: Perforce versioning system fails when running sync command on hgfs filesytem. The problem is that perforce client uses rename operation upon a temp file which has read-only attributes. The operation then fails with permission denied (see attached test application). The fix we have provided removes the read only attribute and retries the rename operation again (see attached source code and diff). The same code is already there (see function HgfsDelete) – probably it is a good idea to refactor the retry procedure. Could you please add this fix to the upstream of the VMware tools? Thanks a lot, David. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3608126&group_id=204462 |