
| Bazaar for subversion users, part 1 – the basics |
| From: www.alexonlinux.com read times: 106 |
Provided by yangyi at 2009-07-04 20:17:33 |
Table of contentsIntroduction to the series
Introduction to the article Way of working with Bazaar Demo setup description Directory and user configuration The basics Creating a project Checking-out the project Adding files to the project Committing files Few words about revision numbers in Bazaar Local commits or offline commits Committing local commits to remote branch Multi-user environment Making modifications to files and viewing differences Committing non-up-to-date file Merging with the latest version of the file Introduction to the seriesBACK TO TOCThis series of articles continues a subject that I started in one of my previous posts. Due to reasons I’ll describe in a second, Subversion doesn’t work for me anymore. I have a bunch of one developer projects that I would like to manage. My version control server (Subversion server at the moment) is on the Internet, works over HTTP. Because of that, it is slow. So slow, that it made me crying for a new version control. Working with Subversion is still fun. If you’re working in an environment where all project participants are close to each other, then it is still my VCS of choice. This is because Subversion is a mature VCS with great community supporting it – this translates into excellent clients for various OSs, great support, etc. Yet today more and more projects operate in a distributed manner. This is especially true for open source projects, where project participants often live in various countries. This is also true for people like me – those who prefer to keep their repository online from high availability considerations. This series of articles is a summary of things that I had to learn to know Bazaar and to convert some of my projects from Subversion. Introduction to the articleBACK TO TOCThis is the first out of several articles that I plan to conduct on the subject. In this article we will see the basics. Material I present here is introductory. It should be enough to get you started and as you will advance more articles will arrive. ...... Please access the below link to view the full content. Original link: http://www.alexonlinux.com/bazaa... |