public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [BK-CVS gateway] version tags
  2003-06-11 14:44 [BK-CVS gateway] version tags Pascal Schmidt
@ 2003-06-11 13:59 ` Ben Collins
  2003-06-11 15:05   ` Larry McVoy
  2003-06-11 14:47 ` Larry McVoy
  1 sibling, 1 reply; 5+ messages in thread
From: Ben Collins @ 2003-06-11 13:59 UTC (permalink / raw)
  To: Pascal Schmidt; +Cc: Larry McVoy, linux-kernel

On Wed, Jun 11, 2003 at 04:44:37PM +0200, Pascal Schmidt wrote:
> 
> Hi!
> 
> I noticed both the 2.4 and 2.5 BK->CVS trees don't have version tags
> any more (v2_5_70, for example, as in the old tree).
> 
> Is this intentional? Did CVS take too long to tag all files or something?
> 
> It was quite a nice feature to have them, very useful for finding out the
> differences between certain kernel versions. I can live without it, 
> though. It's still a nice service without the tags. (Thanks!)

Looks like the tags are on the ChangeSet file only. Which is why I
didn't notice. You could get a timestamp from the tag on ChangeSet and
use that for a -D argument.

A quick script could do this for you. I think it's wise of Larry to keep
it this way.

-- 
Debian     - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo       - http://www.deqo.com/

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

* [BK-CVS gateway] version tags
@ 2003-06-11 14:44 Pascal Schmidt
  2003-06-11 13:59 ` Ben Collins
  2003-06-11 14:47 ` Larry McVoy
  0 siblings, 2 replies; 5+ messages in thread
From: Pascal Schmidt @ 2003-06-11 14:44 UTC (permalink / raw)
  To: Larry McVoy; +Cc: linux-kernel


Hi!

I noticed both the 2.4 and 2.5 BK->CVS trees don't have version tags
any more (v2_5_70, for example, as in the old tree).

Is this intentional? Did CVS take too long to tag all files or something?

It was quite a nice feature to have them, very useful for finding out the
differences between certain kernel versions. I can live without it, 
though. It's still a nice service without the tags. (Thanks!)

-- 
Ciao,
Pascal


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

* Re: [BK-CVS gateway] version tags
  2003-06-11 14:44 [BK-CVS gateway] version tags Pascal Schmidt
  2003-06-11 13:59 ` Ben Collins
@ 2003-06-11 14:47 ` Larry McVoy
  1 sibling, 0 replies; 5+ messages in thread
From: Larry McVoy @ 2003-06-11 14:47 UTC (permalink / raw)
  To: Pascal Schmidt; +Cc: Larry McVoy, linux-kernel

I'll go look.  CVS takes way too long to tag, it forces a rewrite of 
every file.  I did attempt to filter out tags that weren't of the forn
v2.* but it looks like I screwed up.  

On Wed, Jun 11, 2003 at 04:44:37PM +0200, Pascal Schmidt wrote:
> 
> Hi!
> 
> I noticed both the 2.4 and 2.5 BK->CVS trees don't have version tags
> any more (v2_5_70, for example, as in the old tree).
> 
> Is this intentional? Did CVS take too long to tag all files or something?
> 
> It was quite a nice feature to have them, very useful for finding out the
> differences between certain kernel versions. I can live without it, 
> though. It's still a nice service without the tags. (Thanks!)
> 
> -- 
> Ciao,
> Pascal

-- 
---
Larry McVoy              lm at bitmover.com          http://www.bitmover.com/lm

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

* Re: [BK-CVS gateway] version tags
  2003-06-11 13:59 ` Ben Collins
@ 2003-06-11 15:05   ` Larry McVoy
  2003-06-11 15:27     ` Pascal Schmidt
  0 siblings, 1 reply; 5+ messages in thread
From: Larry McVoy @ 2003-06-11 15:05 UTC (permalink / raw)
  To: Ben Collins; +Cc: Pascal Schmidt, Larry McVoy, linux-kernel

On Wed, Jun 11, 2003 at 09:59:10AM -0400, Ben Collins wrote:
> On Wed, Jun 11, 2003 at 04:44:37PM +0200, Pascal Schmidt wrote:
> > 
> > Hi!
> > 
> > I noticed both the 2.4 and 2.5 BK->CVS trees don't have version tags
> > any more (v2_5_70, for example, as in the old tree).
> > 
> > Is this intentional? Did CVS take too long to tag all files or something?
> > 
> > It was quite a nice feature to have them, very useful for finding out the
> > differences between certain kernel versions. I can live without it, 
> > though. It's still a nice service without the tags. (Thanks!)
> 
> Looks like the tags are on the ChangeSet file only. Which is why I
> didn't notice. You could get a timestamp from the tag on ChangeSet and
> use that for a -D argument.
> 
> A quick script could do this for you. I think it's wise of Larry to keep
> it this way.

"Wise" is a stretch, more like a fortunate scripting screwup.  But I agree
with Ben, given that you can get the info another way it is a lot easier
(i.e., thrashes the disk less) if we leave it as is.
-- 
---
Larry McVoy              lm at bitmover.com          http://www.bitmover.com/lm

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

* Re: [BK-CVS gateway] version tags
  2003-06-11 15:05   ` Larry McVoy
@ 2003-06-11 15:27     ` Pascal Schmidt
  0 siblings, 0 replies; 5+ messages in thread
From: Pascal Schmidt @ 2003-06-11 15:27 UTC (permalink / raw)
  To: Larry McVoy; +Cc: Ben Collins, linux-kernel

On Wed, 11 Jun 2003, Larry McVoy wrote:

> "Wise" is a stretch, more like a fortunate scripting screwup.  But I agree
> with Ben, given that you can get the info another way it is a lot easier
> (i.e., thrashes the disk less) if we leave it as is.

I didn't notice there are still tags on the ChangeSet file. That's good
enough for me to use. :) It also makes rsync'ing the repositories a little
bit faster since rsync doesn't have to touch all files in case of a new
tag appearing.

Keep up the good work!

-- 
Ciao,
Pascal


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

end of thread, other threads:[~2003-06-11 15:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-11 14:44 [BK-CVS gateway] version tags Pascal Schmidt
2003-06-11 13:59 ` Ben Collins
2003-06-11 15:05   ` Larry McVoy
2003-06-11 15:27     ` Pascal Schmidt
2003-06-11 14:47 ` Larry McVoy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox