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

Fix hidden directories in 'root' from having prefix removed (Issue #578) #586

Merged
merged 2 commits into from
Jul 12, 2019

Conversation

abraunegg
Copy link
Owner

  • If the path being checked starts with './' chomp the prefix, if not leave it as it is

* If the path being checked starts with './' chomp the prefix, if not leave it as it is
@abraunegg
Copy link
Owner Author

abraunegg commented Jul 11, 2019

without patch

Applying changes of Path ID: 66D53BE8A5056ECA!101
[M] File changed: asdf/file1.txt
Uploading differences of asdf/file1.txt
Uploading new items of asdf/file1.txt
Uploading new file asdf/file1.txt ... done.
Remaining free space: 5368708931
Monitor directory: ./.qwer
[M] Item moved: ./asdf -> ./.qwer
Moving ./asdf to ./.qwer
[M] File changed: .qwer/file2.txt
Uploading differences of .qwer/file2.txt
Uploading new items of .qwer/file2.txt
Skipping uploading this new file as parent path is not in the database: .qwer/file2.txt
Remaining free space: 5368708910
Applying changes of Path ID: 66D53BE8A5056ECA!101

with patch

[M] File changed: .qwer/file3.txt
Uploading differences of .qwer/file3.txt
Uploading new items of .qwer/file3.txt
Uploading new file .qwer/file3.txt ... done.
...
[M] Item deleted: .qwer/file1.txt
Deleting item from OneDrive: .qwer/file1.txt
[M] Item deleted: .qwer/file2.txt
Deleting item from OneDrive: .qwer/file2.txt
[M] Item deleted: .qwer/file3.txt
Deleting item from OneDrive: .qwer/file3.txt
[M] Item deleted: ./.qwer
Deleting item from OneDrive: ./.qwer

* Fix statement to include #587 fix
@naui11
Copy link

naui11 commented Jul 12, 2019

newly compiled - verified - it works without any problem now - thanks!

@abraunegg abraunegg changed the title Fix hidden directories in 'root' from having previx removed Fix hidden directories in 'root' from having prefix removed Jul 12, 2019
@abraunegg abraunegg merged commit 68c6c5d into master Jul 12, 2019
@abraunegg abraunegg deleted the Issue-#578 branch July 12, 2019 08:34
@abraunegg abraunegg added this to the v2.3.8 milestone Jul 30, 2019
@abraunegg abraunegg changed the title Fix hidden directories in 'root' from having prefix removed Fix hidden directories in 'root' from having prefix removed (Issue #578) Aug 15, 2019
@lock
Copy link

lock bot commented Sep 14, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Sep 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants