I’ve just uploaded svnfs-0.4.tgz.
The major change in this version is to remove the requirement for a list of the repository at mount time, in favour of doing a list of the required directory when it’s needed. This slows down commands and tab completion, with the trade off of giving quicker mount times and always giving the latest contents of the repository.
As well as this, a few bugs were fixed.
- listing of files and directories in the root of the mounted filesystem
- segfault caused by an off-by-one in _svnclient_list_func()
- don’t return subdirectory files in svnfs_readdir()
As usual, any comments or patches welcome to john+svnfs@jmadden.eu.

