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

Relocating (integrating) a folder results in DuplicateFileException #22

Open
pschild opened this issue Jan 28, 2019 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@pschild
Copy link
Owner

pschild commented Jan 28, 2019

Initial situation:

A/1.jpg (tracked)
B/1.jpg (tracked)

Actions:

  1. In FS: move A/1.jpg to B/1-1.jpg (rename because 1.jpg already exists)
  2. In FS: remove A
  3. Start app, navigate to parent of B
  4. Relocate A and choose B in the file explorer

Actual situation:

B/1.jpg (tracked)
B/1.jpg (tracked, former A/1.jpg (moved in DB))
B/1-1.jpg (untracked, former A/1.jpg (moved in FS))

Results in DuplicateFileException

@pschild pschild added the bug Something isn't working label Jan 28, 2019
@pschild pschild self-assigned this Jan 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant