How safe is git to use? #4732
Replies: 3 comments 3 replies
-
We had a big bug make it into 1.6.0 stable. Others can explain how bad the bug was, it looks bad to me. #4528 I believe the desire is for stable releases to be more stable than the dev/github version, but in practice, there doesn't seem to be much difference in stability or testing right now. We don't have a bunch of ninjas behind the scenes testing things. We have the automated tests we run, and the users who run tests, but it seems to be about it. The idea was to have more regular releases (every 3 months), but we don't have enough people to make that happen right now. See the comments on a 'core team'. #4558 Freezetag might be a good way to get tag backups without having to backup the entire files. https://github.com/x1ppy/freezetag |
Beta Was this translation helpful? Give feedback.
-
Thank you for the reply. I got lost in my school work. I appreciate the suggestion of freezetag, but all of my files are wavpack. I'll install the git version and see how well it works for me. |
Beta Was this translation helpful? Give feedback.
-
As for an answer to this initial question, I'd like to second what @RollingStar said about stable releases and dev versions. I think that usually you would exchange some old bugs with new ones, and additionally you would get some new features for free coming along with it :-) If you are happy with 1.6.0 and don't face any bug that is bothering you and don't want to use any new feature in that changelog, stay with stable. If you are not afraid of reaching out for help and are a tinkering person in general (as a beets user you kind of always are ;-)) you should use the dev version. It might even help the project if you find oddities. Reporting old problems from 1.6.0 sometimes doesn't help anyway, because they often are reported already and might even have been addressed already. My personal usage of beets even includes several features that not even made it into the master branch (open pull requests). I'm rarely facing crashes even with that bleeding edge approach. Since beets foundation is pretty solid in my opinion I'm not really afraid of killing any of my files. I do have backups (I keep my original unsorted music as-is and have set |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Given that the periods between releases are vast, how safe is the git repo code? Is it likely to eat music files or my painstakingly entered custom fields? Yeah, I know. Have backups and all that, but I'm asking generally.
Beta Was this translation helpful? Give feedback.
All reactions