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

directory modTimes are ignored and can't be changed even when different. #463

Closed
odeke-em opened this issue Nov 6, 2015 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@odeke-em
Copy link
Owner

odeke-em commented Nov 6, 2015

$ mkdir -p A/B/C/D A/D/E && drive push A
$ drive push A
Resolving...
Everything is up-to-date. # Expected
$ drive touch --recursive A
/A: 2015-11-06 20:16:47 +0000 UTC
/A/D: 2015-11-06 20:16:48 +0000 UTC
/A/D/E: 2015-11-06 20:16:48 +0000 UTC
/A/B: 2015-11-06 20:16:49 +0000 UTC
/A/B/C: 2015-11-06 20:16:50 +0000 UTC
/A/B/C/D: 2015-11-06 20:16:51 +0000 UTC
$ drive pull A
Resolving...
Everything is up-to-date # Unexpected
$ drive list A
d- owner       0.00B        0By5qQkvRAeV2TjhPdzVhNldJUjA        2015-11-06 20:16:49 +0000 UTC   /A/B                                              
d- owner       0.00B        0By5qQkvRAeV2Rmg0T2VwTzZPekk        2015-11-06 20:16:48 +0000 UTC   /A/D
$ ls -l A
total 3
drwx------+ 3 odeke ugrad 3 Nov  6 13:14 B
drwx------+ 3 odeke ugrad 3 Nov  6 13:14 D
@odeke-em odeke-em added the bug label Nov 6, 2015
@odeke-em odeke-em self-assigned this Nov 6, 2015
@odeke-em odeke-em added this to the v0.3.3 milestone Nov 6, 2015
@odeke-em
Copy link
Owner Author

odeke-em commented Nov 6, 2015

Addressed by PR #464

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

No branches or pull requests

1 participant