Comment 2 for bug 230241

Revision history for this message
John A Meinel (jameinel) wrote :

It seems that somewhere is getting the real path to ~/.toast, namely /Volumes/Snark/Users/ rather than /Users/.toast.

I assume that /Users is a symlink to /Volumes/Snark/Users?

It suggests that we either need to not get the real path, or get the real path earlier.

My specific guess is that we take the path supplied, open the containing working tree. The WT then tracks the real path to its root, but then we try to add the paths using the supplied path again.