2026 Best Software Awards are here!See the list
Inactive Profile: Need Admin Access?
No one has managed this profile for over a year.
If you work at SCM-Manager, reclaim access to make changes.
SCM-Manager

By Cloudogu

Re-claim Profile

Re-claim your company’s G2 profile

This profile hasn’t been active for over a year.
If you work at SCM-Manager, you can re-claim it to keep your company’s information up to date and make the most of your G2 presence.

    Once approved, you can:

  • Update your company and product details

  • Boost your brand's visibility on G2, search and LLMs

  • Access insights on visitors and competitors

  • Respond to customer reviews

  • We’ll verify your work email before granting access.

Re-claim
4.0 out of 5 stars
3 star
0%
2 star
0%
1 star
0%

How would you rate your experience with SCM-Manager?

It's been two months since this profile received a new review
Leave a Review

SCM-Manager Reviews & Product Details

Pricing

Pricing provided by SCM-Manager.

Free Version for Individuals and Organizations

Free

SCM-Manager Media

SCM-Manager Demo - SCM-Manager: mySCM
On the mySCM page you can get an overview of repositories, tasks, events or the latest activities.
SCM-Manager Demo - SCM-Manager: Code
You have the opportunity to manage and edit your code in a repository, e.g. commit changes.
SCM-Manager Demo - SCM-Manager: Pull Requests
You can contribute to repositories by reviewing or merging code into a project.
SCM-Manager Demo - SCM-Manager: High Contrast Mode
You can change themes to meet your own design preferences. This screenshot depicts the high contrast mode for increased digital accessibility.
Product Avatar Image

Have you used SCM-Manager before?

Answer a few questions to help the SCM-Manager community

SCM-Manager Reviews (3)

Reviews

SCM-Manager Reviews (3)

4.0
3 reviews
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Shubham Chandra M.
SM
Software Engineer
Computer Software
Small-Business (50 or fewer emp.)
Business partner of the seller or seller's competitor, not included in G2 scores.
"Simple and Super useful source code management tool"
What do you like best about SCM-Manager?

I literally have lots of points to mention that I really like best in SCM-Manager. Some of them are -

It is lightweight and easy to install, making it a good option for those who want a simple solution for managing their source code without a lot of additional complexity.

It can be configured through its web interface, which eliminates the need to hack configuration files.

It does not require Apache or a database to be installed, which reduces the number of dependencies and potential points of failure.

It provides centralized user, group, and permission management, which simplifies user management and access control.

It supports Git, Mercurial, and Subversion out of the box, which provides flexibility in terms of the types of repositories that can be managed.

It provides a RESTFul Web Service API and a rich user interface, which makes it easy to integrate with other systems and provides a good user experience.

It has a simple plugin API with useful plugins available, which allows it to be extended and customized to suit specific needs. Review collected by and hosted on G2.com.

What do you dislike about SCM-Manager?

Some things that I have figured out as limitations of this application as per my experiences are -

Limited scalability: SCM-Manager is designed for small to medium-sized teams and may not be suitable for large organizations with hundreds or thousands of users.

Limited support for distributed version control systems (DVCS) other than Git, Mercurial, and Subversion, which limits the flexibility of the system if a team prefers a different DVCS

Limited support for advanced features such as code review and merge requests, which can limit its usefulness for teams that require these features Review collected by and hosted on G2.com.

Rajesh S.
RS
Software Developer
Mid-Market (51-1000 emp.)
"Efficient and Flexible Version Control with SCM-Manager"
What do you like best about SCM-Manager?

User-friendly interface: SCM-Manager has an intuitive web-based interface that makes it easy to manage and configure repositories, users, and permissions.

Flexibility: SCM-Manager supports a wide range of version control systems, including Git, Subversion, and Mercurial. This flexibility allows teams to choose the version control system that works best for them.

Extensibility: SCM-Manager is highly extensible, with many plugins and integrations available. This allows teams to customize SCM-Manager to fit their specific needs.

Security: SCM-Manager has robust security features, including authentication, authorization, and SSL encryption. This ensures that code and data stored in SCM-Manager are protected.

Easy to install and use: SCM-Manager is easy to install and use, with minimal configuration required to get up and to run. This makes it a good choice for teams that need a simple and reliable version control system. Review collected by and hosted on G2.com.

What do you dislike about SCM-Manager?

Limited branching support: While SCM-Manager supports branching, it has limited support for complex branching workflows, which can be a drawback for teams that require advanced branching capabilities.

Limited team collaboration features: While SCM-Manager has basic team collaboration features, such as permissions management and user roles, it does not offer advanced features such as code reviews, issue tracking, or continuous integration. Review collected by and hosted on G2.com.

Ankit Z.
AZ
Full Stack Developer
Small-Business (50 or fewer emp.)
"Excellent software with wide range of installation for different OS."
What do you like best about SCM-Manager?

It has easy to installation process with proper documentation for different OS. Review collected by and hosted on G2.com.

What do you dislike about SCM-Manager?

Has wide use cases but didn't see lots of plugins to choose from out of the box Review collected by and hosted on G2.com.

There are not enough reviews of SCM-Manager for G2 to provide buying insight. Below are some alternatives with more reviews:

1
Git Logo
Git
4.7
(514)
Git is a fast, scalable, and distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Originally developed for the Linux kernel, Git has become the de facto standard for version control, utilized by millions of developers worldwide. Its distributed architecture allows each developer to have a complete history of the project, enabling robust collaboration and offline work capabilities. Key Features and Functionality: - Distributed Version Control: Every developer has a full copy of the repository, allowing for independent work and reducing reliance on a central server. - High Performance: Git is optimized for speed, efficiently handling large repositories with millions of files and commits. - Data Integrity: Every file and commit is checksummed and retrieved by its checksum, ensuring the integrity of the repository. - Branching and Merging: Git offers powerful branching and merging capabilities, facilitating parallel development and feature integration. - Staging Area: The staging area allows developers to prepare commits by selecting changes to include, providing greater control over the commit history. - Free and Open Source: Released under the GNU General Public License version 2.0, Git is free to use and modify, promoting collaboration and transparency. Primary Value and User Solutions: Git addresses the challenges of collaborative software development by providing a reliable and efficient system for tracking changes, coordinating work among multiple developers, and maintaining a comprehensive history of project evolution. Its distributed nature ensures that developers can work offline and merge changes seamlessly, reducing conflicts and enhancing productivity. By offering a robust set of tools for version control, Git empowers teams to manage their codebases effectively, leading to more stable and maintainable software projects.
2
Harness Platform Logo
Harness Platform
4.6
(281)
Harness is the first Continuous Delivery-as-a-Service platform that uses Machine Learning to simplify the entire process of delivering code from artifact into production – quickly, safely, securely, and repeatably.
3
Azure DevOps Server Logo
Azure DevOps Server
4.2
(194)
Azure DevOps Server, formerly known as Team Foundation Server (TFS), is a comprehensive on-premises solution developed by Microsoft for managing the entire application lifecycle. It integrates version control, project management, build automation, testing, and release management into a unified platform, facilitating collaboration among development teams. Designed to support both agile and waterfall methodologies, Azure DevOps Server enables organizations to plan, develop, test, and deliver software efficiently within their own infrastructure. Key Features and Functionality: - Version Control: Offers robust source code management through Team Foundation Version Control (TFVC) and Git, allowing teams to choose between centralized or distributed version control systems. - Project Management: Provides agile planning tools, including configurable Kanban boards and backlogs, to plan, track, and discuss work across teams. - Build Automation: Enables continuous integration and continuous delivery (CI/CD) pipelines to build, test, and deploy applications across various platforms and environments. - Testing: Includes manual and exploratory testing tools to ensure code quality and support the entire testing lifecycle. - Release Management: Facilitates controlled and automated deployment of applications to different environments, ensuring consistent and reliable releases. - Extensibility: Supports integration with various development environments, including Microsoft Visual Studio and Eclipse, and offers APIs for custom extensions. Primary Value and User Benefits: Azure DevOps Server addresses the challenges of managing complex software development projects by providing a centralized platform that enhances collaboration, streamlines workflows, and improves code quality. By integrating various development tools and processes, it reduces the overhead associated with managing multiple disparate systems. Organizations benefit from increased transparency, better project tracking, and faster delivery times, all while maintaining control over their data within their own infrastructure. This makes Azure DevOps Server particularly valuable for enterprises with strict compliance requirements or those operating in environments where cloud-based solutions are not feasible.
4
P4 Logo
P4
4.2
(95)
P4 is an industrial-strength version control and collaboration platform that supports flexible workflows. P4 eliminates the complexity of large-scale, distributed product development – allowing you to build products faster while protecting your valuable IP.
5
AWS CodeCommit Logo
AWS CodeCommit
4.2
(85)
AWS CodeCommit is a fully-managed source control service that makes it easy for companies to host secure and highly scalable private Git repositories. You can use CodeCommit to securely store anything from source code to binaries, and it works seamlessly with your existing Git tools.
6
Redgate Flyway Logo
Redgate Flyway
4.5
(78)
Flyway extends DevOps to your databases to accelerate software delivery and ensure quality code. It increases the reliability of deployments by versioning your database.
7
Subversion Logo
Subversion
3.9
(64)
Subversion is an open source version control system. Founded in 2000 by CollabNet, Inc., the Subversion project and software have seen incredible success over the past decade. Subversion has enjoyed and continues to enjoy widespread adoption in both the open source arena and the corporate world.
8
Rational ClearCase Logo
Rational ClearCase
2.9
(40)
IBM Rational ClearCase is a software configuration management solution that provides version control, workspace management, parallel development support, and build auditing.
9
Plastic SCM Logo
Plastic SCM
4.2
(36)
Plastic SCM is a version control system that will help you develop new features in parallel, go distributed, merge in time, and never break a build again
10
Liquibase Logo
Liquibase
4.5
(28)
Liquibase is database schema change automation designed for high-speed CI/CD. Liquibase accelerates database schema changes, empowers teams to work more collaboratively, and brings stability and control to enterprise deployments. Powered by open source innovation and supported by the experts who know it best, Liquibase delivers on the promise of CI/CD for the database. Fast database change. Fluid delivery.
Show More

No Discussions for This Product Yet

Be the first to ask a question and get answers from real users and experts.

Start a discussion

Pricing Options

Pricing provided by SCM-Manager.

Free Version for Individuals and Organizations

Free
Product Avatar Image
SCM-Manager