InfoQ Homepage DVCS Content on InfoQ
-
GitLab and DigitalOcean Offer Free Hosting for GitLab CI to Open Source Community
GitLab, maker of the homonymous Git-based code management and continuous integration platform, and Y Combinator cloud platform provider DigitalOcean have partnered to provide free hosting to the open source community to move their continuous integration to the cloud.
-
Git 2.8 Adds Improvements to Submodules, Identity Handling, and Windows Support
Recently [announced](https://github.com/blog/2131-git-2-8-has-been-released) Git 2.8 brings many new features, improvements, and bug fixes. Among the most noteworthy are parallel fetch for submodules, an improvement to how Git handles a user's identity, and better support for Windows.
-
GitLab 8.5 Brings Improved Performance, Todos, and Geo-Replication
GitLab 8.5 brings a host of new features and improvements, including a significant performance boost, especially when running very large instances; Todos, a new feature aimed to help keep track of pending tasks for developers; and GitLab Geo, only available for GitLab Enterprise Edition, that supports geo-replication to improve performance for geographically distributed teams.
-
Git 2.7: a Major New Release with Many New Features and Improvements
Two months after the release of version 2.6, Git 2.7 has been announced, bringing many new features as well as performance improvements.
-
Bitbucket Launches Snippets for Teams
Atlassian's popular source code hosting site Bitbucket launched Snippets for teams, a collaboration oriented solution to "create and manage multi-file snippets of all kinds". Snippets can be created via drag and drop, owned by a user or a team and optionally shared publicly. They are backed by Git or Mercurial repositories and can be managed via a REST API.
-
JetBrains Upsource 1.0: A New Code Reviewing Tool
JetBrains has made available Upsource 1.0, a source code collaboration tool for software development teams.
-
Facebook makes Mercurial faster than Git
Facebook has posted on how they've sped up Mercurial to be five times faster than Git in certain operations. Read on to find out what they have changed, and why it makes such a difference for their setup.
-
Stash: Git for the Enterprise
The makers of the popular ALM tools JIRA and Confluence and released version 2 of Stash. Stash adds the kind of features to Git that one would expect to find in a centralized version control system such as branch-level permissions and deep integration with JIRA.
-
Agile Humour: A Wrap Up of April Fools Day 2012
The Agile community has a great tradition of making fun of itself and April Fools Day 2012 was no exception. Here is a wrap up of some of the best gags from this year that you may have missed.
-
Git surpasses CVS, SVN at Eclipse.org
The number of projects using Git has passed the number of repositories using SVN at Eclipse, making Git the single most popular version control system for Eclipse projects. InfoQ takes a look at the numbers, and the increasing number of DVCS repositories used by foundations and hosting providers.
-
GitHub Passes 2m Repositories
GitHub recently announced they had passed two million git repositories hosted, with 70% being created in the last year alone and an expected 1m users later this year. What else is new at GitHub?
-
EGit Eclipse Git plug-in released
The first public version of the org.eclipse EGit plug-in version 0.7.1 has been released at EclipseCon. EGit is based on the pure Java implementation JGit, which means that it has no external dependencies or native code requirements; something which has historically hindered the adoption of Eclipse's Subversion support.
-
ThoughtWorks’ Developers Favor Distributed Version Control Systems
Martin Fowler has conducted a survey on ThoughtWorks’ software development mailing list to determine how some of the version control systems (VCS) are perceived by developers. He also wrote a review of most prominent VCSes comparing centralized and distributed systems.
-
Article: Distributed Version Control Systems - a guide
Since Linus Torvalds presentation at Google about git in May 2007, the adoption and interest for Distributed Version Control Systems has been constantly rising. In this article, Sebastien Auvray introduces the concept of Distributed Version Control, see when to use it, why it may be better than what you're currently using, and have a look at three actors in the area: git, Mercurial and Bazaar.