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

Files appear as renamed after renaming folder #90

Open
flo-st opened this issue Nov 19, 2024 · 1 comment
Open

Files appear as renamed after renaming folder #90

flo-st opened this issue Nov 19, 2024 · 1 comment
Labels
question Further information is requested

Comments

@flo-st
Copy link

flo-st commented Nov 19, 2024

Describe the bug
When using a specific .filenignore configuration, adding a folder named test and renaming it to Test will trigger events which will show the files inside as renamed even though they have not been renamed, but will not reflect the renaming of the folder.

To Reproduce
Steps to reproduce the behavior:

  1. Set up a sync with the following .filenignore config
    *
    !test/
    !test/**
    
  2. Add a folder named test with some sample files in it
    <path>\SYNC
    └───test
            test1.md
            test2.md
            test3.md
    
  3. See files as uploaded in 'Events'
  4. Rename the folder from test to Test, resulting in the following tree
    <path>\SYNC
    └───Test
            test1.md
            test2.md
            test3.md
    
  5. See files as renamed in 'Events'

Expected behavior
If only the directory name has changed, files should not be reported as renamed.

OS (please complete the following information):

  • OS: Windows 10
  • Ryzen 5 2600, 16GB RAM, 1TB SSD
  • NTFS
@Dwynr Dwynr added the question Further information is requested label Nov 20, 2024
@flo-st
Copy link
Author

flo-st commented Nov 21, 2024

Tried to make it a bit clearer. Not sure what to add since there is all the info needed now.

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

No branches or pull requests

2 participants