emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Switching to Subversion


From: Jari Aalto
Subject: Re: Switching to Subversion
Date: 28 Nov 2006 14:06:56 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Miles Bader <address@hidden> writes:

> Jari Aalto <address@hidden> writes:
> > Mercurical and Bzr would better support CVS style and and distributed
> > style development simultaneously. 
> >
> > Git is purely distributes and doe snot support start-like-development.
> 
> Thanks for illustrating that you haven't the faintest idea what you're
> talking about Jari.

The git is purely distributed and was never designed to have
star-like-development model support (like SVN/CVS). 

This does not mean that it can't emulate that somewhat, but the
concept how it achieves it is quite different. there is no actual
"master" repository" except in conceptual level. The "central"
repository can appear only when group of developers agree that some
location is considered special. But from technical point of view all
git's local repositories are equal.

So, there is no workflow of centralized model like:

- Sources and history is THERE
- my working copy is HERE

present in git's idea. This is natural because git is fully
decentralized with gobal revids.

Jari








reply via email to

[Prev in Thread] Current Thread [Next in Thread]