All of lore.kernel.org
 help / color / mirror / Atom feed
* Xen repository
@ 2005-05-21 16:24 Jim Greer
  0 siblings, 0 replies; 21+ messages in thread
From: Jim Greer @ 2005-05-21 16:24 UTC (permalink / raw)
  To: Xen-devel

Is anyone else having difficulty pulling from the Testing repository? 
Since last night my connection has been timing out, and attempts to
browse http://xen.bkbits.net/ have timed out as well (as has
www.bkbits.net)

Regards,
Jim Greer

^ permalink raw reply	[flat|nested] 21+ messages in thread
* RE: Xen repository
@ 2005-05-21 16:28 Nakajima, Jun
  0 siblings, 0 replies; 21+ messages in thread
From: Nakajima, Jun @ 2005-05-21 16:28 UTC (permalink / raw)
  To: Jim Greer, Xen-devel

Jim Greer wrote:
> Is anyone else having difficulty pulling from the Testing repository?
> Since last night my connection has been timing out, and attempts to
> browse http://xen.bkbits.net/ have timed out as well (as has
> www.bkbits.net)
> 

I'm having the same problem here.

Jun

> Regards,
> Jim Greer
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 21+ messages in thread
* RE: Xen repository
@ 2005-05-21 20:16 Ian Pratt
  2005-05-21 19:52 ` Mark Williamson
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Ian Pratt @ 2005-05-21 20:16 UTC (permalink / raw)
  To: Jim Greer, Xen-devel


> Is anyone else having difficulty pulling from the Testing repository? 
> Since last night my connection has been timing out, and 
> attempts to browse http://xen.bkbits.net/ have timed out as 
> well (as has
> www.bkbits.net)

Looks like bkbits is down, again. 

We're currently investigating alternatives to BK for the public repos
and should have an alternative up and running in a couple of weeks. 

You can always pull the nightly src tar ball.

Cheers,
Ian

^ permalink raw reply	[flat|nested] 21+ messages in thread
* RE: Xen repository
@ 2005-05-23  7:47 Ian Pratt
  2005-05-23  8:27 ` aq
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Ian Pratt @ 2005-05-23  7:47 UTC (permalink / raw)
  To: Ronald G. Minnich; +Cc: Xen-devel, Jim Greer

 
> On Sat, 21 May 2005, Ian Pratt wrote:
> > We're currently investigating alternatives to BK for the 
> public repos 
> > and should have an alternative up and running in a couple of weeks.
> 
> Git? 
> 
> I am not sure I can recommend Arch any more after my 
> experience with it as the linuxbios repo. 

That's useful information, thanks.

cogito (the renamed git) looks pretty 'raw' at the moment. I did of
playing around with mercurial last night and was impressed with how much
functionality it has in just 2k lines of python.

One option is to just have a public CVS repo, and then everyone can use
whatever SCM tool they prefer as pretty much everything has an 'import
from CVS' feature. The only dowsnide to this is CVS's inability to
represent the current branch structure.

BK's algorithm for slecting the main branch is very 'odd' indeed, and as
it stands we'd loose a great deal of the revision history. I reckon we
could do a much better job of linearizing the history (possibly with a
bit of manual intervention). Can anyone think of a way of getting
bitkeeper to output the revision DAG in a parseable form? Having this
would also make it possible to keep the branch structure while
transfering to a tool like mercurial or cogito.

Ian

^ permalink raw reply	[flat|nested] 21+ messages in thread
* RE: Xen repository
@ 2005-05-23  9:11 Ian Pratt
  2005-05-24 19:21 ` Paul Larson
  0 siblings, 1 reply; 21+ messages in thread
From: Ian Pratt @ 2005-05-23  9:11 UTC (permalink / raw)
  To: aq; +Cc: Jim Greer, Xen-devel, Ronald G. Minnich

 
> > cogito (the renamed git) looks pretty 'raw' at the moment. I did of 
> > playing around with mercurial last night and was impressed with how 
> > much functionality it has in just 2k lines of python.
> > 
> > One option is to just have a public CVS repo, and then everyone can 
> > use whatever SCM tool they prefer as pretty much everything has an 
> > 'import from CVS' feature. The only dowsnide to this is CVS's 
> > inability to represent the current branch structure.
> >  
> how about using subversion instead of CVS?

If we go down this interim route I think I'd rather have plain CVS as
the 'lingua franca'. 

> one drawback of using Mercurial is that it is not that 
> stable. as far as i know, nobody is using it now (?). so it 
> is pretty risky to use Mercurial as a long term solution for Xen.

I'm wasn't proposing it as the soloution, I just see it as one of the
most promising candidates for the future. 

Ian

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

end of thread, other threads:[~2005-05-25 18:00 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-21 16:24 Xen repository Jim Greer
  -- strict thread matches above, loose matches on Subject: below --
2005-05-21 16:28 Nakajima, Jun
2005-05-21 20:16 Ian Pratt
2005-05-21 19:52 ` Mark Williamson
2005-05-22  1:00   ` Rik van Riel
2005-05-23  9:47   ` Vincent Hanquez
2005-05-22  2:42 ` aq
2005-05-23  3:34 ` Ronald G. Minnich
2005-05-23  7:47 Ian Pratt
2005-05-23  8:27 ` aq
2005-05-23 15:17   ` Ronald G. Minnich
2005-05-23 13:06 ` Andrew Thompson
2005-05-23 16:38 ` Arun Sharma
2005-05-25  8:42   ` Nicholas Lee
2005-05-25 17:26     ` Arun Sharma
2005-05-25 17:35       ` Roland Dreier
2005-05-25 18:00         ` Ronald G. Minnich
2005-05-23 21:25 ` Jacob Gorm Hansen
2005-05-23  9:11 Ian Pratt
2005-05-24 19:21 ` Paul Larson
2005-05-24 19:55   ` Ronald G. Minnich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.