yasvnfs README
==============
The yasvnfs is tool that you can mount the past repository
 of Subversion.

You can read the past repository of Subversion.
$ ls
r1  r10  r11  r12  r13  r14  r15  r16  r17  r2  r3  r4 r5
r6  r7  r8  r9


Dependencies
============
Linux 2.6
FUSE
FuseFS http://rubyforge.org/projects/fusefs/
Ruby


How to use
==========
*mount
$ ruby yasvnfs.rb /data/svn_repos mnt_svn
1st option is a repository path of Subversion.
(It is not suport "http://" or "svn://". 
Please use the repository path directoly.)
2nd option is a mount point.

This tool run with foreground. After umount, Please input "^C".

*umount
$ fusermount -u mnt_svn


License
=======
MIT license
