Bazaar for Subversion users, part 1 - the basics
Jul 04, 2009, 00:02 (1 Talkback[s])
[ Thanks to Alexander Sandler for this
link. ]
"Way of working with BazaarBACK TO TOC There are to
ways of working with Bazaar.
"Purely distributed
"Semi-centralized
"First means that there’s no central repository. Every
user works in his own repository and repositories can be easily
merged. Moreover, the entire concept of branch and repository has
been put together. Meaning that there are no repositories per se
anymore. Each branch is a repository and a repository is a
branch.
"Semi-centralized approach means that repositories kept on
remote computer and we checkout the repository – just like in
Subversion.
"The major difference between the two is that in the first case
we checkout a repository that sits on our computer, usually in the
same directory as the repository (more on this later in the
series). In the later case, we have to checkout the remote
repository."
Complete Story
Related Stories:
- SourceForge delivers 4 billionth open source download(Jun 30, 2009)
- Using Git With Vim(May 30, 2009)
- Pragmatic Version Control Using Git (book review)(Apr 29, 2009)
- Analysis of Git and Mercurial(Apr 27, 2009)
- GNOME to migrate to git(Mar 19, 2009)
- SourceForge Announces Support for Git, Bazaar and Mercurial(Mar 13, 2009)
- MySQL is Using Bazaar and Launchpad for Their Source Code(Jun 19, 2008)
- Bazaar Becomes a GNU Project(May 22, 2008)
- I Like My Bazaar!(May 05, 2008)