hi there, I wrote a filesystem 'fusegit' to mount git repos, in one page of python using RouteFS. It's very slow and foolish at the moment. I'll improve it later.
http://sam.nipl.net/code/fusegit/ This is so I can use files that are stored compactly in a git repo, without having to do a checkout. It can save a lot of disk space on my web servers. At the moment it only mounts HEAD, but could mount different branches / revisions without using any extra storage. Sam _______________________________________________ melbourne-pug mailing list [email protected] http://mail.python.org/mailman/listinfo/melbourne-pug
