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

Sometimes doesn't upload files when using Sublime Text 3 #7942

Closed
cyberduck opened this issue May 7, 2014 · 7 comments
Closed

Sometimes doesn't upload files when using Sublime Text 3 #7942

cyberduck opened this issue May 7, 2014 · 7 comments

Comments

@cyberduck
Copy link
Collaborator

e1b24b4 created the issue

I don't know if editing the file using Sublime Text has anything to do with the bug, but it is the editor I'm currently using.

The problem is that sometimes, Cyberduck doesn't identify that the file has changed and it doesn't upload it.

I'm currently using Cyberduck, but everytime I save a file, I need to check in the Cyberduck log to make sure it has upload the file. I don't know what is causing it and not in what conditions it is not uploading.

I'm editing js files using Sublime Text 3 with the following plugins:

  • DocBlockr
  • Emmet
  • FileDiffs
  • SublimeLinter
  • SublimerLinter-jshint

Sublime Text 3 - Settings User

	"auto_complete_commit_on_tab": true,
	"bold_folder_labels": true,
	"caret_style": "phase",
	"color_scheme": "Packages/User/Monokai (SL).tmTheme",
	"default_line_ending": "unix",
	"ensure_newline_at_eof_on_save": false,
	"font_size": 10,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"ignored_packages":
	[
		"Vintage"
	],
	"indent_guide_options":
	[
		"draw_normal",
		"draw_active"
	],
	"scroll_past_end": false,
	"shift_tab_unindent": true,
	"show_encoding": true,
	"show_line_endings": true,
	"show_tab_close_buttons": false,
	"spell_check": true,
	"tab_size": 4,
	"translate_tabs_to_spaces": true,
	"trim_trailing_white_space_on_save": true

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I tried to replicate the issue but haven't seen this issue so far. Please note that we do not upload the file if the checksum (the content) did not change.

@cyberduck
Copy link
Collaborator Author

e1b24b4 commented

Maybe the atomic_save is causing this problem.

Please note that it works fine for Sublime Text 2 but not on Sublime Text 3

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:5 rafael maiolla (2)]:

Maybe the atomic_save is causing this problem.

Please note that it works fine for Sublime Text 2 but not on Sublime Text 3

I have wrongfully tested with Sublime Text 2 although the ticket mentions this is only an issue with version 3. The atomic save could very well be the cause of the problem as it possibly removes the original file and creates a new file upon save. I suggest to set

"atomic_save": false

in the meantime.

@cyberduck
Copy link
Collaborator Author

e1b24b4 commented

I had tested that before opening this ticket, but maybe Sublime Text 3 is also bugged, because I set "atomic_save": false in my configuration and that didn't make any difference.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I have tested again with Sublime Text 3 but I am not able to reproduce the issue.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#8174 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#8211 closed as duplicate.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant