Hello PCMR community!

On July 13th, we asked the community for your opinion if you would like to change the name of this community.

Results of the Survey :

  • Yes - 28.1%
  • No - 71.9% (winner)

Of the 1,201 responses received, we as a community have democratically decided that we should not change the name from PC Master Race. I am grateful to our community for your input, as this was a difficult topic to navigate together.

If you would like to review the history of this, please check out this post here: https://lemmy.world/post/1430610

We’ll pin this post for some time and then consider adding a bullet into the sidebar for this Community to help stave off further discussions around this topic as the community has already decided collectively.

Kind regards,

The Moderator Team

@Hurts@lemmy.world @_MoveSwiftly@lemmy.world @Brunbrun6766@lemmy.world @IowaMan@lemmy.world @BobaFett26@lemmy.world @The_Vampire@lemmy.world @Fudgeknuckles98@lemmy.world @CatZoomies@lemmy.world @Xeon@lemmy.ml @geosoco@kbin.social

EDIT 30-Aug-2023:

Due to some of the recent targeted attacks against Lemmy.world, I noticed that the image I shared with this post was purged from their servers.

Here’s a new screenshot of the results for posterity: https://i.postimg.cc/jqNg5gWx/pcmrsurvey.png

  • Hazzia@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    8
    ·
    10 months ago

    We still use SVN at my current job. I hated it at first because I was so used to Git, but then recently I tried git again for a personal project and couldn’t stand it. I can’t even tell how much of my opinions about it are actually fact based, and how much is based on “it’s different than what I’m used to and therefore it’s bad” anymore.

    • lobut@lemmy.ca
      link
      fedilink
      English
      arrow-up
      4
      ·
      10 months ago

      It’s been a long time since I’ve used SVN by aren’t things like branching more difficult? I guess for personal it doesn’t matter.

      • rooster_butt@lemm.ee
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        10 months ago

        I have never used Git professionally but I’ll tell you the three biggest pain points when working with SVN that I know Git has proper solutions.

        No local commits. On the latest SVN versions there is the concept of “shelves” which just basically puts your changes in a separate folder… as of last I checked it was still in Beta but it works decently.

        Common code is a pain in SVN. The only way you can do this is using the externals property which has annoyances that seem to be handled better by Git Subtrees.

        Commit squashing doesn’t exist in SVN. Not a problem for me personally but I’ve worked with some people that make me really wish I could squash their commits.

    • Intralexical@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      10 months ago

      Git is really inefficient for large binary files because of the decentralization. SVN for media and Git for text-based files makes sense. Otherwise— I only used SVN briefly, and then fortunately only for media— But yeah, Git is probably better and more useful overall.

    • elscallr@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      I wouldn’t want to go back to svn. I’ve gotten very used to git’s ability to carve up changes, etc.