zsh-workers
 help / color / mirror / code / Atom feed
* SourceForge CVS down for the weekend, it looks like
@ 2010-03-27  3:34 Bart Schaefer
  2010-03-27 16:02 ` Wayne Davison
  0 siblings, 1 reply; 8+ messages in thread
From: Bart Schaefer @ 2010-03-27  3:34 UTC (permalink / raw)
  To: zsh-workers

http://sourceforge.net/apps/wordpress/sourceforge/2010/03/25/cvs-outage-2010-03-25/


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: SourceForge CVS down for the weekend, it looks like
  2010-03-27  3:34 SourceForge CVS down for the weekend, it looks like Bart Schaefer
@ 2010-03-27 16:02 ` Wayne Davison
  2010-03-27 16:53   ` Benjamin R. Haskell
  2010-03-27 18:45   ` Peter Stephenson
  0 siblings, 2 replies; 8+ messages in thread
From: Wayne Davison @ 2010-03-27 16:02 UTC (permalink / raw)
  To: Bart Schaefer; +Cc: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 848 bytes --]

On Fri, Mar 26, 2010 at 8:34 PM, Bart Schaefer <schaefer@brasslantern.com>wrote:

>
> http://sourceforge.net/apps/wordpress/sourceforge/2010/03/25/cvs-outage-2010-03-25/
>

It appears to be back now (was working for me).  See:

http://sourceforge.net/apps/wordpress/sourceforge/2010/03/27/cvs-viewvc-are-back-on-line-2010-03-27/

It would be cool to switch from CVS to git (which has better
high-availability support than CVS), but I understand that if Peter is not
familiar with it, it would be annoying for him to have to put a lot of time
into getting everything working with a new scm.  (It took me a good bit of
time to rework my rsync release tools for git when I switched from CVS a
couple years ago.)  If we ever decide to take the plunge, I'd be glad to
help with tweaking any release scripts, answering any git questions, etc.

..wayne..

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: SourceForge CVS down for the weekend, it looks like
  2010-03-27 16:02 ` Wayne Davison
@ 2010-03-27 16:53   ` Benjamin R. Haskell
  2010-03-27 18:18     ` Wayne Davison
  2010-03-27 18:45   ` Peter Stephenson
  1 sibling, 1 reply; 8+ messages in thread
From: Benjamin R. Haskell @ 2010-03-27 16:53 UTC (permalink / raw)
  To: Zsh Workers

On Sat, 27 Mar 2010, Wayne Davison wrote:

> On Fri, Mar 26, 2010 at 8:34 PM, Bart Schaefer wrote:
> 
> >
> > http://sourceforge.net/apps/wordpress/sourceforge/2010/03/25/cvs-outage-2010-03-25/
> >
> 
> It appears to be back now (was working for me).  See:
> 
> http://sourceforge.net/apps/wordpress/sourceforge/2010/03/27/cvs-viewvc-are-back-on-line-2010-03-27/
> 
> It would be cool to switch from CVS to git (which has better 
> high-availability support than CVS),

Really?

I'm a huge fan of git, but if the SF git server were to go down, how is 
it any different than the SF CVS server going down?  Assuming the goal 
isn't to move away from having an 'official' repository, the only 
difference obvious to me is that you'd be able to work offline (i.e.  
still commit changesets to be pushed later).  But, the same is true when 
working off of the (unofficial?) git mirror.

I'm definitely *not* saying "Stay with CVS!".  Just curious about the 
better availability justification.


> [... trimmed other transition-related concerns ...]

-- 
Best,
Ben


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: SourceForge CVS down for the weekend, it looks like
  2010-03-27 16:53   ` Benjamin R. Haskell
@ 2010-03-27 18:18     ` Wayne Davison
  2010-03-27 19:07       ` Benjamin R. Haskell
  0 siblings, 1 reply; 8+ messages in thread
From: Wayne Davison @ 2010-03-27 18:18 UTC (permalink / raw)
  To: Benjamin R. Haskell; +Cc: Zsh Workers

[-- Attachment #1: Type: text/plain, Size: 555 bytes --]

On Sat, Mar 27, 2010 at 9:53 AM, Benjamin R. Haskell <zsh@benizi.com> wrote:

> if the SF git server were to go down, how is it any different than the SF
> CVS server going down?


There are multiple git servers, all of which share the load for serving
every git request, no matter the project.  CVS doesn't play well with shared
storage, so there is just one cvs server for a particular project that is
active at any one time.  This means that there are outages for maintenance,
outages for fail-overs, etc., more-so than there'd be with git.

..wayne..

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: SourceForge CVS down for the weekend, it looks like
  2010-03-27 16:02 ` Wayne Davison
  2010-03-27 16:53   ` Benjamin R. Haskell
@ 2010-03-27 18:45   ` Peter Stephenson
  2010-03-27 19:33     ` Clint Adams
  2010-03-28  1:47     ` Wayne Davison
  1 sibling, 2 replies; 8+ messages in thread
From: Peter Stephenson @ 2010-03-27 18:45 UTC (permalink / raw)
  To: zsh-workers

Wayne Davison wrote:
> It would be cool to switch from CVS to git (which has better
> high-availability support than CVS), but I understand that if Peter is not
> familiar with it, it would be annoying for him to have to put a lot of time
> into getting everything working with a new scm.

I think the real problem would be losing anonymous CVS.  We have so few
active developers I don't think management of the archive is a major
problem.

Personally, I have no more objection to using git than any other system
(I use the git mirror when CVS is down), but I don't think there's any
overriding reason for changing.  If there had been we'd probably already
have switched to Subversion.  Delaying a commit by a day or two is a
complete non-issue in our case.

-- 
Peter Stephenson <p.w.stephenson@ntlworld.com>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: SourceForge CVS down for the weekend, it looks like
  2010-03-27 18:18     ` Wayne Davison
@ 2010-03-27 19:07       ` Benjamin R. Haskell
  0 siblings, 0 replies; 8+ messages in thread
From: Benjamin R. Haskell @ 2010-03-27 19:07 UTC (permalink / raw)
  To: Zsh Workers

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1158 bytes --]

On Sat, 27 Mar 2010, Wayne Davison wrote:

> On Sat, Mar 27, 2010 at 9:53 AM, Benjamin R. Haskell <zsh@benizi.com> wrote:
>       if the SF git server were to go down, how is it any different 
>       than the SF CVS server going down?
> 
> 
> There are multiple git servers, all of which share the load for 
> serving every git request, no matter the project.  CVS doesn't play 
> well with shared storage,

For anyone else interested in specifics, googling CVS NFS comes up with 
this thread[1], but more interesting was Linus's explanation of how git 
avoids NFS problems[2].  (NFS being the natural search term when 
"doesn't play well" and "shared storage" are mentioned.)


> so there is just one cvs server for a particular project that is 
> active at any one time.  This means that there are outages for 
> maintenance, outages for fail-overs, etc., more-so than there'd be 
> with git.

Thanks for the explanation.  Makes sense now.

-- 
Best,
Ben

[1] CVS and NFS - ~4.5 years old - http://mongers.org/cvs#cvs_nfs
[2] what's the current wisdom on git over NFS/CIFS? - 2009-07-02 -
http://permalink.gmane.org/gmane.comp.version-control.git/122670

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: SourceForge CVS down for the weekend, it looks like
  2010-03-27 18:45   ` Peter Stephenson
@ 2010-03-27 19:33     ` Clint Adams
  2010-03-28  1:47     ` Wayne Davison
  1 sibling, 0 replies; 8+ messages in thread
From: Clint Adams @ 2010-03-27 19:33 UTC (permalink / raw)
  To: zsh-workers

On Sat, Mar 27, 2010 at 06:45:36PM +0000, Peter Stephenson wrote:
> I think the real problem would be losing anonymous CVS.  We have so few

That's not strictly a problem; anyone on the planet with a git mirror
could run git-cvsserver if SourceForge doesn't offer that.  Or even
if they do.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: SourceForge CVS down for the weekend, it looks like
  2010-03-27 18:45   ` Peter Stephenson
  2010-03-27 19:33     ` Clint Adams
@ 2010-03-28  1:47     ` Wayne Davison
  1 sibling, 0 replies; 8+ messages in thread
From: Wayne Davison @ 2010-03-28  1:47 UTC (permalink / raw)
  To: Peter Stephenson; +Cc: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 499 bytes --]

On Sat, Mar 27, 2010 at 11:45 AM, Peter Stephenson <
p.w.stephenson@ntlworld.com> wrote:

> I think the real problem would be losing anonymous CVS.
>

FYI, an easy way for random folks to snag the latest source without needing
git is to request a tar via the web -- i.e. go here and click on the
snapshot link:

http://zsh.git.sourceforge.net/git/gitweb.cgi?p=zsh/zsh;a=tree

I agree that there is no overriding reason to switch, though, as long as the
outages are not causing you grief.

..wayne..

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-03-28  1:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-27  3:34 SourceForge CVS down for the weekend, it looks like Bart Schaefer
2010-03-27 16:02 ` Wayne Davison
2010-03-27 16:53   ` Benjamin R. Haskell
2010-03-27 18:18     ` Wayne Davison
2010-03-27 19:07       ` Benjamin R. Haskell
2010-03-27 18:45   ` Peter Stephenson
2010-03-27 19:33     ` Clint Adams
2010-03-28  1:47     ` Wayne Davison

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).