9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] revision control system or SCM of Plan 9 sources
@ 2010-04-12  9:30 Boo
  2010-04-12 13:44 ` Gabriel Díaz
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Boo @ 2010-04-12  9:30 UTC (permalink / raw)
  To: 9fans

Hi folks,
Is there any revision control system or SCM of Plan 9 sources? I would
like to read changesets, but don't know where I can find them.
Thanks.



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

* Re: [9fans] revision control system or SCM of Plan 9 sources
  2010-04-12  9:30 [9fans] revision control system or SCM of Plan 9 sources Boo
@ 2010-04-12 13:44 ` Gabriel Díaz
  2010-04-12 14:29 ` Nathaniel W Filardo
  2010-04-12 14:58 ` Boo
  2 siblings, 0 replies; 6+ messages in thread
From: Gabriel Díaz @ 2010-04-12 13:44 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello


http://swtch.com/plan9history/

may be is sometthing on the lines you're looking for.

slds.

gabi



----- Original Message ----
From: Boo <boobsd@gmail.com>
To: 9fans@9fans.net
Sent: Mon, April 12, 2010 11:30:11 AM
Subject: [9fans] revision control system or SCM of Plan 9 sources

Hi folks,
Is there any revision control system or SCM of Plan 9 sources? I would
like to read changesets, but don't know where I can find them.
Thanks.



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

* Re: [9fans] revision control system or SCM of Plan 9 sources
  2010-04-12  9:30 [9fans] revision control system or SCM of Plan 9 sources Boo
  2010-04-12 13:44 ` Gabriel Díaz
@ 2010-04-12 14:29 ` Nathaniel W Filardo
  2010-04-12 14:58 ` Boo
  2 siblings, 0 replies; 6+ messages in thread
From: Nathaniel W Filardo @ 2010-04-12 14:29 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

On Mon, Apr 12, 2010 at 09:30:11AM +0000, Boo wrote:
> Hi folks,
> Is there any revision control system or SCM of Plan 9 sources? I would
> like to read changesets, but don't know where I can find them.
> Thanks.

There's a mirror of the daily fossil snapshots from 2002/1212 to some time
last year, at http://code.google.com/p/plan9sys/ .  It will, eventually, be
brought up to date and stay current via a cron job.

--nwf;

[-- Attachment #2: Type: application/pgp-signature, Size: 204 bytes --]

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

* Re: [9fans] revision control system or SCM of Plan 9 sources
  2010-04-12  9:30 [9fans] revision control system or SCM of Plan 9 sources Boo
  2010-04-12 13:44 ` Gabriel Díaz
  2010-04-12 14:29 ` Nathaniel W Filardo
@ 2010-04-12 14:58 ` Boo
  2010-04-13 15:43   ` maht
  2 siblings, 1 reply; 6+ messages in thread
From: Boo @ 2010-04-12 14:58 UTC (permalink / raw)
  To: 9fans

Yes, I saw this link before, but I mean some current sources, what
happens with Plan9 just right now.
Thanks.

On 12 апр, 16:54, gd...@rejaa.com (Gabriel Díaz) wrote:
> Hello
>
> http://swtch.com/plan9history/
>
> may be is sometthing on the lines you're looking for.
>
> slds.
>
> gabi



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

* Re: [9fans] revision control system or SCM of Plan 9 sources
  2010-04-12 14:58 ` Boo
@ 2010-04-13 15:43   ` maht
  0 siblings, 0 replies; 6+ messages in thread
From: maht @ 2010-04-13 15:43 UTC (permalink / raw)
  To: 9fans

On 12/04/2010 15:58, Boo wrote:
> Yes, I saw this link before, but I mean some current sources, what
> happens with Plan9 just right now.
> Thanks.
>
> On 12 апр, 16:54, gd...@rejaa.com (Gabriel Díaz) wrote:
>
>> Hello
>>
>> http://swtch.com/plan9history/
>>
>> may be is sometthing on the lines you're looking for.
>>
>> slds.
>>
>> gabi
>>
>
loop% 9fs sources
post...
loop% cd /n/sources/plan9/sys/src/cmd/
loop% history cfs
Dec  3 13:16:32 GMT 2007 cfs 0 [glenda]
Dec  3 13:16:32 GMT 2007
/n/sourcesdump/2010/0413/plan9/sys/src/cmd/cfs  0 [glenda]
Dec  2 22:46:20 GMT 2007 /n/sourcesdump/2007/1203/plan9/sys/src/cmd/cfs
0 [glenda]
Feb 17 18:03:44 GMT 2003 /n/sourcesdump/2007/1202/plan9/sys/src/cmd/cfs
0 [rsc]
Dec 12 21:12:32 GMT 2002 /n/sourcesdump/2003/0217/plan9/sys/src/cmd/cfs
0 [rsc]
loop% diff -r  /n/sourcesdump/2003/0217/plan9/sys/src/cmd/cfs cfs
diff /n/sourcesdump/2003/0217/plan9/sys/src/cmd/cfs/bcache.c cfs/bcache.c
49c49
<     for(b = bc->bb; b < &bc->bb[Nbcache]; b++){
---
 >     for(b = bc->bb; b < &bc->bb[Nbcache]; b++)
52d51
<     }
62c61
<     if(b->dirty){
---
 >     if(b->dirty)
65d63
<     }
97c95
<     if(b->bno!=bno || !b->inuse){
---
 >     if(b->bno!=bno || !b->inuse)
105d102
<     }


.......... snip ........



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

* Re: [9fans] revision control system or SCM of Plan 9 sources
       [not found] <d188ce55-27fd-4cb0-a984-791f857b21da@q15g2000yqj.googlegroups.co>
@ 2010-04-12 12:23 ` erik quanstrom
  0 siblings, 0 replies; 6+ messages in thread
From: erik quanstrom @ 2010-04-12 12:23 UTC (permalink / raw)
  To: 9fans

On Mon Apr 12 05:32:39 EDT 2010, boobsd@gmail.com wrote:
> Hi folks,
> Is there any revision control system or SCM of Plan 9 sources? I would
> like to read changesets, but don't know where I can find them.
> Thanks.

not really.  if you want to read revision history, you
can use history(1) on sources.  unfortunately this requires
a sources account.

- erik



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

end of thread, other threads:[~2010-04-13 15:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-12  9:30 [9fans] revision control system or SCM of Plan 9 sources Boo
2010-04-12 13:44 ` Gabriel Díaz
2010-04-12 14:29 ` Nathaniel W Filardo
2010-04-12 14:58 ` Boo
2010-04-13 15:43   ` maht
     [not found] <d188ce55-27fd-4cb0-a984-791f857b21da@q15g2000yqj.googlegroups.co>
2010-04-12 12:23 ` erik quanstrom

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).