Re: permissions issues with Xcode 3.0 on mounted filesystem
Re: permissions issues with Xcode 3.0 on mounted filesystem
- Subject: Re: permissions issues with Xcode 3.0 on mounted filesystem
- From: Markus Hitter <email@hidden>
- Date: Sun, 6 Jan 2008 10:24:27 +0100
Am 05.01.2008 um 22:29 schrieb Jordan Miller:
What would a "touch touchfile.php" in Terminal, inside this
directory produce? AFAIK, Xcode, when saving, produces a new file
instead of changing the old one.
Interesting to try, thanks...
SSH'ing into the machine of interest as myself,
It's news to me Xcode would be able to ssh into a remote machine and
edit files there. If you want to find the source of the trouble, you
have to simulate Xcode as close as possible and create new files as
the user you are running Xcode and on the machine you are running
Xcode. Creating files while logged in into a remote machine makes a
difference vs. creating a file locally on a share mounted from this
remote machine.
and performing a "touch testfile.php" produces no change [...]
"touch" will never change ownership of an existing file but create
new files with default ownership. This is why I suggested a "touch
touchfile.php" and not a "touch testfile.php".
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden