From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Thu, 2 Feb 2012 03:56:25 -0800 Message-ID: From: Akshat Kumar To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: [9fans] [kenfs] the mercurial repo problem Topicbox-Message-UUID: 625a0d42-ead7-11e9-9d60-3106f5b1d025 This is a problem perhaps two of us have on Plan 9 (hi Erik): mercurial repositories contain files with long names and/or spaces. I realised that `lnfs' is a neat solution to this problem (though you have to remember to run it each time you're in the repo) for the time-being. In particular, it doesn't hog up ram (the way ramfs does... :), and it doesn't rely on the repo .hg dir already being there (the way hgfs does), which is what usually contains the long names. And we can use `unlnfs' to export. Just for future reference -- I noticed that this didn't come up when we last discussed this issue. As always - BUGS This exists only to shame us into getting a real long name file server working. (Yeah, yeah - fossilheads can SUCK EGGS :-) Best, ak