Author ------ This code is based on the ZODB Experiment project at http://zodbex.sourceforge.net Testing ------- Run testfs_svn.py. It is a local NFS server that can be mounted: mount -t nfs -o mountport=2049 127.0.0.1:/ /mnt/point where '/mnt/point' is the mount point, which must already exist and preferrably be empty, as usual. The testfs_svn.py shows the Codespeak Subversion repository at the release that was current at the time when you first mounted it. Ignore the error when unmounting, it doesn't seem to cause any problem (umount still succeeds).