the information in the paragraph below this one is quite old. i'm now
keeping track of my inferno/limbo code using mercurial. it can be
accessed over the http, http://www.ueber.net/code/. or better, you can
mount a 9p/styx exported variant of the repository, e.g.:
srv net!knaagkever.ueber.net!6867 mjlhg /n/mjlhg
ls -l /n/mjlhg/*/tgz/*.tgz
mount -A net!knaagkever.ueber.net!6867 /n/mjlhg
ls -l /n/mjlhg/*/tgz/*.tgz
u9fs-setup
install u9fs on a remote machine. if the remote machine
accepts ssh1, try:
u9fs-setup ssh user@host
then add to bin/ssh9fs:
case somename
srvssh -u bin/u9fs user@host $1 /n/$1
|