9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] cvsfs
@ 2005-02-15 11:34 Steve Simon
  2005-02-15 11:46 ` Steve Simon
  0 siblings, 1 reply; 8+ messages in thread
From: Steve Simon @ 2005-02-15 11:34 UTC (permalink / raw)
  To: 9fans

cvsfs beta now available.

It presents a readonly view of a remote cvs server as a plan9
filesystem. Two views are offered: by date (like venti dumps) and
by tag; Aditionally an autogenerated ChangeLog is produced.

The code works, and doesn't crash, but I'am not sure it
presents exactly the view it claims to.

Bugs, complaints, RFEs to me.

-Steve


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

* Re: [9fans] cvsfs
  2005-02-15 11:34 [9fans] cvsfs Steve Simon
@ 2005-02-15 11:46 ` Steve Simon
  2005-02-15 15:06   ` [9fans] Raising The Bar Wes Kussmaul
  0 siblings, 1 reply; 8+ messages in thread
From: Steve Simon @ 2005-02-15 11:46 UTC (permalink / raw)
  To: 9fans

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

Arrgh,

find the code in /n/sources/steve/cvsfs.tar.bz2

-Steve

[-- Attachment #2: Type: message/rfc822, Size: 2873 bytes --]

From: "Steve Simon" <steve@quintile.net>
To: 9fans@cse.psu.edu
Subject: [9fans] cvsfs
Date: Tue, 15 Feb 2005 11:34:07 +0000
Message-ID: <017f98799317ca7bad54a55c2d5ad0ab@quintile.net>

cvsfs beta now available.

It presents a readonly view of a remote cvs server as a plan9
filesystem. Two views are offered: by date (like venti dumps) and
by tag; Aditionally an autogenerated ChangeLog is produced.

The code works, and doesn't crash, but I'am not sure it
presents exactly the view it claims to.

Bugs, complaints, RFEs to me.

-Steve

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

* [9fans] Raising The Bar
  2005-02-15 11:46 ` Steve Simon
@ 2005-02-15 15:06   ` Wes Kussmaul
  2005-02-15 15:23     ` Nigel Roles
  0 siblings, 1 reply; 8+ messages in thread
From: Wes Kussmaul @ 2005-02-15 15:06 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs


I'm at the RSA conference in San Francisco and I just saw the title of
Bill Gates' keynote:

Security: Raising The Bar

Yes. Gates.  Wonder if anyone remembered to bring the cream pie.

Alternate titles anyone?

Wes Kussmaul



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

* Re: [9fans] Raising The Bar
  2005-02-15 15:06   ` [9fans] Raising The Bar Wes Kussmaul
@ 2005-02-15 15:23     ` Nigel Roles
  0 siblings, 0 replies; 8+ messages in thread
From: Nigel Roles @ 2005-02-15 15:23 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Wes Kussmaul wrote:

>
> I'm at the RSA conference in San Francisco and I just saw the title of
> Bill Gates' keynote:
>
> Security: Raising The Bar
>
> Yes. Gates.  Wonder if anyone remembered to bring the cream pie.
>
> Alternate titles anyone?
>
> Wes Kussmaul
>
Propping Up The Bar: an alternative to attending the keynote?



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

* Re: [9fans] cvsfs
  2005-03-14 16:58   ` Steve Simon
@ 2005-03-14 18:59     ` David Leimbach
  0 siblings, 0 replies; 8+ messages in thread
From: David Leimbach @ 2005-03-14 18:59 UTC (permalink / raw)
  To: Steve Simon; +Cc: 9fans

On Mon, 14 Mar 2005 16:58:54 +0000, Steve Simon <steve@quintile.net> wrote:
> from the manual:
>
>           The -v option causes a CVS ver request to be sent. This can
>           cause some servers (E.G those used by sourceforge) to abort
>           with the error Terminated with fatal signal 11; do not use
>           the -v option with such servers.
>
> This woked fine:
>
>         cpu% cvsfs anonymous@anoncvs.opendarwin.org:/Volumes/src/cvs/od src/Ports
>
> Be aware if you attach to the whole of opendarwin the initial connection will take
> a LONG time as all the version info is uploaded...
>
> -Steve
>

Sure... I must have been doing something odd then.  It just worked fine.

Dave


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

* Re: [9fans] cvsfs
  2005-03-14 16:16 ` David Leimbach
@ 2005-03-14 16:58   ` Steve Simon
  2005-03-14 18:59     ` David Leimbach
  0 siblings, 1 reply; 8+ messages in thread
From: Steve Simon @ 2005-03-14 16:58 UTC (permalink / raw)
  To: leimy2k, 9fans

from the manual:

          The -v option causes a CVS ver request to be sent. This can
          cause some servers (E.G those used by sourceforge) to abort
          with the error Terminated with fatal signal 11; do not use
          the -v option with such servers.

This woked fine:

	cpu% cvsfs anonymous@anoncvs.opendarwin.org:/Volumes/src/cvs/od src/Ports

Be aware if you attach to the whole of opendarwin the initial connection will take
a LONG time as all the version info is uploaded...

-Steve


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

* Re: [9fans] cvsfs
  2005-03-14 13:48 [9fans] cvsfs Steve Simon
@ 2005-03-14 16:16 ` David Leimbach
  2005-03-14 16:58   ` Steve Simon
  0 siblings, 1 reply; 8+ messages in thread
From: David Leimbach @ 2005-03-14 16:16 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Just tried to connect to an anonymous CVS repository.

I got:

tx: BEGIN AUTH REQUEST
tx: /Volumes/src/cvs/od
tx: anonymous
tx: A
tx: END AUTH REQUEST
rx: I LOVE YOU
tx: ver
./cvsfs: anoncvs.opendarwin.org cannot connect via :pserver: - interrupted

Dave


On Mon, 14 Mar 2005 13:48:22 +0000, Steve Simon <steve@quintile.net> wrote:
> updated cvsfs in /n/sources/steve/cvsfs.tar.bz2
> a few bugs fixed and proper support for
> deleted files (in the Attic).
> -Steve
>


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

* [9fans] cvsfs
@ 2005-03-14 13:48 Steve Simon
  2005-03-14 16:16 ` David Leimbach
  0 siblings, 1 reply; 8+ messages in thread
From: Steve Simon @ 2005-03-14 13:48 UTC (permalink / raw)
  To: 9fans

updated cvsfs in /n/sources/steve/cvsfs.tar.bz2
a few bugs fixed and proper support for
deleted files (in the Attic).
-Steve


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

end of thread, other threads:[~2005-03-14 18:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-15 11:34 [9fans] cvsfs Steve Simon
2005-02-15 11:46 ` Steve Simon
2005-02-15 15:06   ` [9fans] Raising The Bar Wes Kussmaul
2005-02-15 15:23     ` Nigel Roles
2005-03-14 13:48 [9fans] cvsfs Steve Simon
2005-03-14 16:16 ` David Leimbach
2005-03-14 16:58   ` Steve Simon
2005-03-14 18:59     ` David Leimbach

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