leocheang422 / win-sshfs

Automatically exported from code.google.com/p/win-sshfs
0 stars 0 forks source link

File time did not change when file updated #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Mount sshfs on windows
2. Use gvim on windows to open a file on the sshfs
3. Modify the file and save

What is the expected output? What do you see instead?
Expected: The file time is changed to current time. 
What I saw: the file did get updated but the file time did not change.

What version of the product are you using?

win-sshfs: 0.0.1.5
Client OS: Win 7
Server OS: Ubuntu 10.04
Ssh server:

Please provide any additional information below.

Original issue reported on code.google.com by oll...@gmail.com on 27 Jul 2012 at 8:21

GoogleCodeExporter commented 8 years ago
I saw a similar problem today but didn't try to chase it down.

Multiple saves did not change the time stamp on the remote (linux) system.

Possibly relevant (but probably not), I mounted the remote (linux) folder with 
sshfs invoked as Admin, but edited the file as a standard user.

Original comment by jhsny...@gmail.com on 1 Aug 2012 at 3:32

GoogleCodeExporter commented 8 years ago
Could you use debug version attached in issue 20 or some other and send me the 
logs?

Original comment by mladenov...@gmail.com on 7 Aug 2012 at 4:07

GoogleCodeExporter commented 8 years ago

Original comment by mladenov...@gmail.com on 7 Oct 2012 at 7:03

GoogleCodeExporter commented 8 years ago
Well, it seems this is caused by the gvim setting "nowb". If I disable this, 
the file time gets updated correctly.
Weird.

Original comment by oll...@gmail.com on 3 Jan 2013 at 9:42