I'm running cloud9 ide on ubuntu server 12.04 in a Virtual Machine (VMware Player).. I noticed all files saved with cloud9 ide are saved with 640 (-rw-r-----) permission.. How to save these files with 777 permission ?
At this time, unfortunately no. This is because the technique used to save is not to overwrite the current file, but rather to save to a temporary file and then rename it. I know that must sound silly for the local client, but we do it as a precaution to avoid deleting the original file's contents in case something goes wrong.
I've talked this over with our VFS architect, Tim, to see what we can do and we are in the process of coming up with solutions. Please stay tuned~
Best,
Matt
On Sep 22, 2012, at 2:41 PM, Ashish Sadhwani <2ashi...@gmail.com> wrote:
> I'm running cloud9 ide on ubuntu server 12.04 in a Virtual Machine (VMware Player)..
> I noticed all files saved with cloud9 ide are saved with 640 (-rw-r-----) permission..
> How to save these files with 777 permission ?
Appreciate the details. (Figured out the VFS problem through github issues) Ran a background script, to monitor file permission changes in project folder.
On Sunday, 23 September 2012 14:08:08 UTC+5:30, Matt Pardee wrote:
> Hi Ashish,
> At this time, unfortunately no. This is because the technique used to save > is not to overwrite the current file, but rather to save to a temporary > file and then rename it. I know that must sound silly for the local client, > but we do it as a precaution to avoid deleting the original file's contents > in case something goes wrong.
> I've talked this over with our VFS architect, Tim, to see what we can do > and we are in the process of coming up with solutions. Please stay tuned~
> Best,
> Matt
> On Sep 22, 2012, at 2:41 PM, Ashish Sadhwani <2ash...@gmail.com<javascript:>> > wrote:
> > I'm running cloud9 ide on ubuntu server 12.04 in a Virtual Machine > (VMware Player).. > > I noticed all files saved with cloud9 ide are saved with 640 > (-rw-r-----) permission.. > > How to save these files with 777 permission ?
On Sunday, September 23, 2012 2:40:07 PM UTC+2, Ashish Sadhwani wrote:
> Hi Matt,
> Appreciate the details. > (Figured out the VFS problem through github issues) > Ran a background script, to monitor file permission changes in project > folder.
> Thanks, > Ashish
> On Sunday, 23 September 2012 14:08:08 UTC+5:30, Matt Pardee wrote:
>> Hi Ashish,
>> At this time, unfortunately no. This is because the technique used to >> save is not to overwrite the current file, but rather to save to a >> temporary file and then rename it. I know that must sound silly for the >> local client, but we do it as a precaution to avoid deleting the original >> file's contents in case something goes wrong.
>> I've talked this over with our VFS architect, Tim, to see what we can do >> and we are in the process of coming up with solutions. Please stay tuned~
>> Best,
>> Matt
>> On Sep 22, 2012, at 2:41 PM, Ashish Sadhwani <2ash...@gmail.com> wrote:
>> > I'm running cloud9 ide on ubuntu server 12.04 in a Virtual Machine >> (VMware Player).. >> > I noticed all files saved with cloud9 ide are saved with 640 >> (-rw-r-----) permission.. >> > How to save these files with 777 permission ?