Need advice about which tool to choose?Ask the StackShare community!

Git Reflow

4
11
+ 1
0
SVN (Subversion)

802
630
+ 1
43
Add tool

Git Reflow vs SVN (Subversion): What are the differences?

Git Reflow: Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master. Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template; SVN (Subversion): Enterprise-class centralized version control for the masses. Subversion exists to be universally recognized and adopted as an open-source, centralized version control system characterized by its reliability as a safe haven for valuable data; the simplicity of its model and usage; and its ability to support the needs of a wide variety of users and projects, from individuals to large-scale enterprise operations.

Git Reflow and SVN (Subversion) can be primarily classified as "Version Control System" tools.

Git Reflow and SVN (Subversion) are both open source tools. Git Reflow with 1.45K GitHub stars and 60 forks on GitHub appears to be more popular than SVN (Subversion) with 327 GitHub stars and 120 GitHub forks.

Decisions about Git Reflow and SVN (Subversion)
Kamaldeep Singh

SVN is much simpler than git for the simple stuff (checking in files and updating them when everyone's online), and much more complex than git for the complicated stuff (branching and merging). Or put another way, git's learning curve is steep up front, and then increases moderately as you do weird things; SVN's learning curve is very shallow up front and then increases rapidly.

If you're storing large files, if you're not branching, if you're not storing source code, and if your team is happy with SVN and the workflow you have, I'd say you should stay on SVN.

If you're writing source code with a relatively modern development practice (developers doing local builds and tests, pre-commit code reviews, preferably automated testing, preferably some amount of open-source code), you should move to git for two reasons: first, this style of working inherently requires frequent branching and merging, and second, your ability to interact with outside projects is easier if you're all comfortable with git instead of snapshotting the outside project into SVN.

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Git Reflow
Pros of SVN (Subversion)
    Be the first to leave a pro
    • 20
      Easy to use
    • 13
      Simple code versioning
    • 5
      User/Access Management
    • 3
      Complicated code versionioning by Subversion
    • 2
      Free

    Sign up to add or upvote prosMake informed product decisions

    Cons of Git Reflow
    Cons of SVN (Subversion)
      Be the first to leave a con
      • 7
        Branching and tagging use tons of disk space

      Sign up to add or upvote consMake informed product decisions

      What is Git Reflow?

      Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template.

      What is SVN (Subversion)?

      Subversion exists to be universally recognized and adopted as an open-source, centralized version control system characterized by its reliability as a safe haven for valuable data; the simplicity of its model and usage; and its ability to support the needs of a wide variety of users and projects, from individuals to large-scale enterprise operations.

      Need advice about which tool to choose?Ask the StackShare community!

      What companies use Git Reflow?
      What companies use SVN (Subversion)?
        No companies found
        Manage your open source components, licenses, and vulnerabilities
        Learn More

        Sign up to get full access to all the companiesMake informed product decisions

        What tools integrate with Git Reflow?
        What tools integrate with SVN (Subversion)?

        Sign up to get full access to all the tool integrationsMake informed product decisions

        Blog Posts

        What are some alternatives to Git Reflow and SVN (Subversion)?
        Git Flow
        It provides excellent command line help and output. It is a merge based solution. It doesn't rebase feature branches.
        Git
        Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
        GitHub
        GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over three million people use GitHub to build amazing things together.
        Visual Studio Code
        Build and debug modern web and cloud applications. Code is free and available on your favorite platform - Linux, Mac OSX, and Windows.
        Docker
        The Docker Platform is the industry-leading container platform for continuous, high-velocity innovation, enabling organizations to seamlessly build and share any application — from legacy to what comes next — and securely run them anywhere
        See all alternatives