Sublime Forum

Sublimetext not updating timestamps

#1

Setup
Windows 7
Sublitext 2

Working on a PHP project
Files located on a linux redhat server (internal work servers), mapped via webdav

I have a few mapped drive in Windows explorer (\[dns.address]@ssl[share\folders])

Problem
If I edit any files using Notepad.exe, everything is normal, timestamps are updated on server and reflected in Windows Explorer.

If I edit any files with Sublime, changes are indeed saved to the server, but the timestamp is not updated. :open_mouth:

This becomes troublesome when

  • multi people are working together and can’t rely on the timestamps to see if someone worked on a file

  • working on SASS files, the sass compiler is not seeing any changes and is not recompiling CSS

I tried opening files directly from Windows explorer
Also tried creating a project and defining the folder as \[dns.address]@ssl\share\folders

same results…

Is there a way to resolve this with an package/addon or by adding additional setting in the project definition? Because working with Notepad is not an acceptable workaround!! :frowning:

0 Likes