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

Come up with a better strategy for simlinks #7

Closed
rec opened this issue Apr 24, 2020 · 0 comments
Closed

Come up with a better strategy for simlinks #7

rec opened this issue Apr 24, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rec
Copy link
Owner

rec commented Apr 24, 2020

https://www.reddit.com/r/programming/comments/g76xmk/safer_2_a_better_safer_file_writer/fofsybh/

I have a config file in my home directory that I wish to keep versioned. I created a git repos, and put the config file there, and then symlinked it into my home directory. However, the software that uses this config file sometimes writes things into it, and it does it by writing a new file, then renaming both.

If your library does this, then the end result is that my config file is no longer versioned. It's very frustrating.

@rec rec added the bug Something isn't working label Apr 24, 2020
@rec rec self-assigned this Apr 24, 2020
@rec rec closed this as completed in a3f3ce1 Apr 25, 2020
rec added a commit that referenced this issue Apr 25, 2020
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