Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Absolute pathnames similar to expand-cmd-path
- X-seq: zsh-workers 28683
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: Zsh Hackers' List <zsh-workers@xxxxxxx>
- Subject: Re: Absolute pathnames similar to expand-cmd-path
- Date: Sun, 30 Jan 2011 12:37:25 +0100
- In-reply-to: <20110129231812.67a1025f@pws-pc.ntlworld.com> (Peter Stephenson's message of "Sat, 29 Jan 2011 23:18:12 +0000")
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <44CE36D4-9044-4148-BDCE-636D85AC003B@cl.cam.ac.uk> <AANLkTi==AFonoqW8xjRMtzROxsNdPNx4e8k=7Wt8zXUd@mail.gmail.com> <110127195309.ZM4952@torch.brasslantern.com> <20110128221724.2f1753ba@pws-pc.ntlworld.com> <20110129231812.67a1025f@pws-pc.ntlworld.com>
Peter Stephenson wrote:
[...]
> CVS is still down. It sounds like it's probably time to move to git
> after the next stable release, nobody's suggested replacing it with an
> even more trendy system yet...
From <http://sourceforge.net/blog/sourceforge-attack-full-report/>:
"We are also considering the end-of-life of the CVS service [...]"
I realise, that's not set in stone yet. But we could move at a point of
our choice before we may be forced to do it some time in the future.
I believe, moving to git would make sense, since we already got a synced
mirror of the CVS repository (thanks to Wayne). Git being a distributed
VCS would obviously eliminate the single-point-of-failure weakness of
systems such as CVS or SVN. Another benefit of using git would be, that
you could verify that the history of a remote repository is exactly the
same as the one on your local machine by just comparing the hash-sum of
a commit in question.
Also, if a "central" git repository went down, we could just set up
another "central" one somewhere else from a local one, since the central
and the local one are virtually the same.
To cut a long story short: If we'd be forced to move away from CVS, I
think git makes a lot more sense than SVN (which wouldn't solve the
problem we're having right now).
Regards, Frank
--
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
-- RFC 1925
Messages sorted by:
Reverse Date,
Date,
Thread,
Author