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

[BUG] Symbolic links gets removed to have a file that contains the target file name #1013

Closed
etu opened this issue Aug 13, 2020 · 1 comment

Comments

@etu
Copy link

etu commented Aug 13, 2020

Describe the bug
If you have a password store repository that contains symbolic links. For instance I want the same information to be available under more than one file/name to match websites that does use the same credentials for whatever reason.

So what this does is that it takes the content of the "file" which is a symbolic link (the content really is the target file name) and makes a new file in place with the same content which isn't a symbolic link. So then the symbolic link doesn't work. And it also pushes this to the git repository.

With the older app this was fine, but I just "upgraded" to this newer app when I found it yesterday :-) It's overall a great update btw, except this behavior.

To Reproduce
Steps to reproduce the behavior:

  1. Have a password store repository that contains one or more symbolic link
  2. Import that password store to the app
  3. See the commit pushed to the repository rewriting all the symbolic links to being files that contains the target filename

Expected behavior
Not remove and push the removal of symbolic links.

Device information (please complete the following information):

  • Device: OnePlus Nord
  • OS: Oxygen OS 10.5.4.AC01BA, Android version 10
  • App version: 1.10.3

Additional context
Add any other context about the problem here.

@etu etu added the bug label Aug 13, 2020
@msfjarvis
Copy link
Member

This is a duplicate of #636, differently worded but is the same problem.

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

No branches or pull requests

2 participants