l4vfs, flips
Christian Helmuth
ch12 at os.inf.tu-dresden.de
Tue Jun 6 11:36:10 CEST 2006
Hello,
On Sun, Jun 04, 2006 at 11:55:24PM +0100, David Silcott wrote:
> I am currently trying to port a network server to L4 and I am attempting
> to use flips in order to enable communication across the network. I am
> getting the following message after running *make* in the pkg directory.
> I have tried to check out the l4vfs package but it is not available.
The following works for me:
/tmp> cvs -d :pserver:guest at os.inf.tu-dresden.de:/home/remote-cvs co -l l4
cvs checkout: Updating l4
U l4/COPYING
U l4/Makefile
/tmp> cvs -d :pserver:guest at os.inf.tu-dresden.de:/home/remote-cvs ls l4/pkg|grep l4vfs
l4vfs
/tmp> cvs -d :pserver:guest at os.inf.tu-dresden.de:/home/remote-cvs co -l l4/pkg/l4vfs
cvs checkout: Updating l4/pkg/l4vfs
U l4/pkg/l4vfs/MAINTAINER
U l4/pkg/l4vfs/Makefile
U l4/pkg/l4vfs/README
U l4/pkg/l4vfs/TODO
> Any suggestions will be greatly appreciated.
Maybe this is confusing, but most of our "packages" are not available as
CVS modules. So "cvs co l4vfs" does not work. You have to use "cvs co
l4/pkg/l4vfs" or simply "cd l4/pkg; cvs up -d l4vfs".
HTH & Greets
--
Christian Helmuth
TU Dresden, Dept. of CS
Operating Systems Group
http://os.inf.tu-dresden.de/~ch12
More information about the l4-hackers
mailing list