* bkcvs not up-to-date?
@ 2003-05-07 11:15 Pavel Machek
2003-05-07 11:57 ` John Levon
0 siblings, 1 reply; 7+ messages in thread
From: Pavel Machek @ 2003-05-07 11:15 UTC (permalink / raw)
To: kernel list
Hi!
I have just done
rsync -zav --delete rsync.kernel.org::pub/scm/linux/kernel/bkcvs/linux-2.5 .
and checked out the tree, but cvs log Makefile still indicates 2.5.68
is the lastest version. What am I doing wrong?
Pavel
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: bkcvs not up-to-date?
2003-05-07 11:15 bkcvs not up-to-date? Pavel Machek
@ 2003-05-07 11:57 ` John Levon
2003-05-07 23:16 ` Pavel Machek
0 siblings, 1 reply; 7+ messages in thread
From: John Levon @ 2003-05-07 11:57 UTC (permalink / raw)
To: Pavel Machek; +Cc: kernel list
On Wed, May 07, 2003 at 01:15:54PM +0200, Pavel Machek wrote:
> and checked out the tree, but cvs log Makefile still indicates 2.5.68
> is the lastest version. What am I doing wrong?
I have the same problem, the CVS gateway got stuck some point in the
middle of 2.5.68 and has had no apparen t updates since
regards
john
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: bkcvs not up-to-date?
2003-05-07 11:57 ` John Levon
@ 2003-05-07 23:16 ` Pavel Machek
2003-05-08 1:03 ` Carl-Daniel Hailfinger
0 siblings, 1 reply; 7+ messages in thread
From: Pavel Machek @ 2003-05-07 23:16 UTC (permalink / raw)
To: John Levon; +Cc: kernel list, lm
Hi!
> > and checked out the tree, but cvs log Makefile still indicates 2.5.68
> > is the lastest version. What am I doing wrong?
>
> I have the same problem, the CVS gateway got stuck some point in the
> middle of 2.5.68 and has had no apparen t updates since
Its even worse: part of updates gets there. Like CREDITS file is
up-to-date but Makefile is not.
Pavel
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: bkcvs not up-to-date?
2003-05-07 23:16 ` Pavel Machek
@ 2003-05-08 1:03 ` Carl-Daniel Hailfinger
2003-05-08 2:36 ` Paul Clements
0 siblings, 1 reply; 7+ messages in thread
From: Carl-Daniel Hailfinger @ 2003-05-08 1:03 UTC (permalink / raw)
To: Pavel Machek; +Cc: John Levon, kernel list, Larry McVoy
Hi Pavel,
you got Larry's address wrong. It's bitmover.com, not bitmover.org.
Pavel Machek wrote:
>
>>>and checked out the tree, but cvs log Makefile still indicates 2.5.68
>>>is the lastest version. What am I doing wrong?
>>
>>I have the same problem, the CVS gateway got stuck some point in the
>>middle of 2.5.68 and has had no apparen t updates since
>
>
> Its even worse: part of updates gets there. Like CREDITS file is
> up-to-date but Makefile is not.
Carl-Daniel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: bkcvs not up-to-date?
2003-05-08 1:03 ` Carl-Daniel Hailfinger
@ 2003-05-08 2:36 ` Paul Clements
2003-05-10 15:21 ` Larry McVoy
0 siblings, 1 reply; 7+ messages in thread
From: Paul Clements @ 2003-05-08 2:36 UTC (permalink / raw)
To: Carl-Daniel Hailfinger; +Cc: Pavel Machek, John Levon, kernel list, Larry McVoy
On Thu, 8 May 2003, Carl-Daniel Hailfinger wrote:
>
> Pavel Machek wrote:
> >
> >>>and checked out the tree, but cvs log Makefile still indicates 2.5.68
> >>>is the lastest version. What am I doing wrong?
> >>
> >>I have the same problem, the CVS gateway got stuck some point in the
> >>middle of 2.5.68 and has had no apparen t updates since
> >
> >
> > Its even worse: part of updates gets there. Like CREDITS file is
> > up-to-date but Makefile is not.
Yeah, I'm getting errors trying to load loop.ko, that looks kind of
suspicious...loop has been working...of course I guess it could be the
regularly scheduled breakage...
--
Paul
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: bkcvs not up-to-date?
2003-05-08 2:36 ` Paul Clements
@ 2003-05-10 15:21 ` Larry McVoy
2003-05-10 17:47 ` Pavel Machek
0 siblings, 1 reply; 7+ messages in thread
From: Larry McVoy @ 2003-05-10 15:21 UTC (permalink / raw)
To: Paul.Clements
Cc: Carl-Daniel Hailfinger, Pavel Machek, John Levon, kernel list,
Larry McVoy
This should be fixed now. We had a bad disk on kernel.bkbits.net.
On Wed, May 07, 2003 at 10:36:42PM -0400, Paul Clements wrote:
> On Thu, 8 May 2003, Carl-Daniel Hailfinger wrote:
> >
> > Pavel Machek wrote:
> > >
> > >>>and checked out the tree, but cvs log Makefile still indicates 2.5.68
> > >>>is the lastest version. What am I doing wrong?
> > >>
> > >>I have the same problem, the CVS gateway got stuck some point in the
> > >>middle of 2.5.68 and has had no apparen t updates since
> > >
> > >
> > > Its even worse: part of updates gets there. Like CREDITS file is
> > > up-to-date but Makefile is not.
>
> Yeah, I'm getting errors trying to load loop.ko, that looks kind of
> suspicious...loop has been working...of course I guess it could be the
> regularly scheduled breakage...
>
> --
> Paul
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
---
Larry McVoy lm at bitmover.com http://www.bitmover.com/lm
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: bkcvs not up-to-date?
2003-05-10 15:21 ` Larry McVoy
@ 2003-05-10 17:47 ` Pavel Machek
0 siblings, 0 replies; 7+ messages in thread
From: Pavel Machek @ 2003-05-10 17:47 UTC (permalink / raw)
To: Larry McVoy, Paul.Clements, Carl-Daniel Hailfinger, Pavel Machek,
John Levon, kernel list, Larry McVoy
Hi!
> This should be fixed now. We had a bad disk on kernel.bkbits.net.
It does not quite work:
delme2$ rsync -zav --delete
rsync.kernel.org::pub/scm/linux/kernel/bkcvs/linux-2.5 .
MOTD:
MOTD: Welcome to the Linux Kernel Archive.
...
MOTD: U.S. regulations.
MOTD:
receiving file list ... done
client: nothing to do: perhaps you need to specify some filenames or
the --recursive option?
rsync error: some files could not be transferred (code 23) at
main.c(636)
delme2$
Should I use another mirror?
Pavel
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2003-05-10 17:36 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-07 11:15 bkcvs not up-to-date? Pavel Machek
2003-05-07 11:57 ` John Levon
2003-05-07 23:16 ` Pavel Machek
2003-05-08 1:03 ` Carl-Daniel Hailfinger
2003-05-08 2:36 ` Paul Clements
2003-05-10 15:21 ` Larry McVoy
2003-05-10 17:47 ` Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox