I'm having a screwy issue where XCode 3 in 10.5 refuses to save any
file.

Looking at sshfs debug, it looks like XCode is trying to create a
temporary file, but something is going very wrong:

MKDIR /.TemporaryItems/folders.501
MKDIR /.TemporaryItems/folders.501/TemporaryItems
MKDIR /.TemporaryItems/folders.501/TemporaryItems/(A Document Being
Saved By Xcode)
  CREATE[3201536] flags: 0x202 /.TemporaryItems/folders.501/
TemporaryItems/(A Document Being Saved By Xcode)/.dat2e46.02e
RENAME /.TemporaryItems/folders.501/TemporaryItems/(A Document Being
Saved By Xcode)/.dat2e46.02e -> /.TemporaryItems/folders.501/
TemporaryItems/(A Document Being Saved By Xcode)/untitled
RMDIR /.TemporaryItems/folders.501/TemporaryItems/(A Document Being
Saved By Xcode)

It looks like the RMDIR is failing, because untitled is still in the
directory.

I also get errors on the console:

10/31/07 12:52:55 PM Xcode[11846]
_copyFinderInfoFromPath:toPath:isDirectory: Failed to write finder
info to dstFilePath /Volumes/wibb_capc/.TemporaryItems/folders.501/
TemporaryItems/(A Document Being Saved By Xcode)/untitled (error:
-5000)
10/31/07 12:53:01 PM /Developer/Applications/Xcode.app/Contents/MacOS/
Xcode[11846] Possible unresolved transaction race -120/
(.TemporaryItems/folders.501/TemporaryItems/(A Document Being Saved By
Xcode),(null))
10/31/07 12:53:01 PM Xcode[11846] The temporary directory at "/Volumes/
wibb_capc/.TemporaryItems/folders.501/TemporaryItems/(A Document Being
Saved By Xcode)" could not be deleted.

The options I'm using are:
-o volname=wibb_capc -o noubc -o novncache -o cache=no -o debug -o
sshfs_debug -o workaround=all -o local -o noappledouble  -o
noapplexattr

Using something simpler, like "-o volname=wibb_capc -o noubc -o
novncache -o cache=no", also fails.

Any suggestions?

If needed, I can post full logs here or somewhere else.

Jamus


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"macfuse-devel" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/macfuse-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to