background preloader

Bazaar-NG

Bazaar-NG
Related:  Informatique

Toward Saner Version Control Anyone who has worked on a software project with a team of people knows how difficult the coordination of efforts can be. Students of Fred Brooks' The Mythical Man Month, or people who understand it implicitly by virtue of their experiences in the work place, are well aware of this. Intelligence, quite simply, does not scale. The number of communication channels for a team grows with the square of the number of participants, and presumably the efficiency of such a team shrinks with a corresponding inverse relationship. To keep things from grinding to a halt, good tools must be at one's behest. Among these tools, a good source code management tool must reside on a developer's belt. CVS has long been maligned by proponents of commercial alternatives, but Subversion largely undermines any claims that proponents of such tools can make. For one thing, Subversion provides atomic commits. On a related note, revision numbers in Subversion are not done on a file by file basis. That is all.

Raphaël—JavaScript Library Intro to Distributed Version Control (Illustrated) | BetterExpla Traditional version control helps you backup, track and synchronize files. Distributed version control makes it easy to share changes. Done right, you can get the best of both worlds: simple merging and centralized releases. Distributed? Nothing — read a visual guide to version control if you want a quick refresher. Centralized VCS emerged from the 1970s, when programmers had thin clients and admired “big iron” mainframes (how can you not like a machine with a then-gluttonous 8 bits to a byte?). Centralized is simple, and what you’d first invent: a single place everyone can check in and check out. This model works for backup, undo and synchronization but isn’t great for merging and branching changes people make. Sure, merging is always “possible” in a centralized system, but it’s not easy: you often need to track the merge yourself to avoid making the same change twice. A Few Diagrams, Please Other tutorials have plenty of nitty-gritty text commands; here’s a visual look. Core Concepts

Better SCM Initiative Terms of Service; Didn't Read Git Book - Basic Branching and Merging Let’s go through a simple example of branching and merging with a workflow that you might use in the real world. You’ll follow these steps: Do work on a web site. Create a branch for a new story you’re working on. Do some work in that branch. At this stage, you’ll receive a call that another issue is critical and you need a hotfix. Revert back to your production branch. Basic Branching First, let’s say you’re working on your project and have a couple of commits already (see Figure 3-10). Figure 3-10. You’ve decided that you’re going to work on issue #53 in whatever issue-tracking system your company uses. $ git checkout -b iss53 Switched to a new branch "iss53" This is shorthand for: $ git branch iss53 $ git checkout iss53 Figure 3-11 illustrates the result. Figure 3-11. You work on your web site and do some commits. $ vim index.html $ git commit -a -m 'added a new footer [issue 53]' Figure 3-12. Now you get the call that there is an issue with the web site, and you need to fix it immediately.

Comments on Software Configuration Management (SCM) Systems Also available in Japanese by David A. WheelerApril 10, 2004; lightly revised May 18, 2005 This paper is getting increasingly obsolete, but I'm leaving it here because there are some broader principles noted here. With the release of Subversion 1.0, lots of people are discussing the pros and cons of various software configuration management (SCM) / version control systems available as open source software / Free Software (OSS/FS). In my opinion three OSS/FS SCM systems got the most discussion in April 2004: CVS, Subversion, and GNU Arch. CVS is extremely popular, and it does the job. Subversion Subversion (SVN) is a new system, intending to be a simple replacement of CVS. From a technology point-of-view you can definitely argue with some of subversion's decisions. In 2004 there were concerns by some about Subversion's use of db to store data (rather than the safer flat files), since in a few cases this can let things get "stuck". GNU Arch The user interface also has some problems. Monotone

What is Haiku? HAIKU is an open source operating system currently in development. Specifically targeting personal computing, Haiku is a fast, efficient, simple to use, easy to learn, and yet very powerful system for computer users of all levels. Additionally, Haiku offers something over other open source platforms which is quite unique: The project consists of a single team writing everything from the kernel, drivers, userland services, tool kit, and graphics stack to the included desktop applications and preflets. While numerous open source projects are utilized in Haiku, they are integrated seamlessly. This allows Haiku to achieve a level of consistency that provides many conveniences, and is truly enjoyable to use by both end-users and developers alike. What's so good about Haiku anyway? The key highlights that distinguish Haiku from other operating systems include: Why Haiku? Read the General FAQ Who is behind Haiku?

Related: