Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifying a file without changing its size results in confusing behavior. #896

Closed
jaccarmac opened this issue Mar 28, 2017 · 1 comment
Closed

Comments

@jaccarmac
Copy link

To dupe:

  1. Create a file with some contents.
  2. drive push thatfile
  3. Change a single character in thatfile.
  4. drive push thatfile

Expected behavior: thatfile is updated on Drive and its modification time is changed there as well.
Actual behavior: thatfile has its modification time on Drive updated but the contents do not change. If the versions are inspected on Drive there is no version corresponding to the updated modification time.

Noticed this due to my propensity to store git repos in Drive. Since they contain many files with contents which change without the size of the file changing, I began to notice the issue causing strangeness.

@jaccarmac
Copy link
Author

Closing as a duplicate of #710.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant