You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Patterson <da...@danpat.net> on 2005/04/04 07:06:13 UTC

[work-in-progress] svnfs FUSE module

Attached is a work-in progress FUSE module that allows you to mount a
repository filesystem into the OS filesystem.  It uses the Subversion
and FUSE python bindings.

Advantages over davfs?  Quite a bit faster (I haven't run any tests,
but it "feels" faster).

Still a few things to support (mtime, ctime, etc), but seems to basically
work.

Tested/developed with Linux 2.6.10 and FUSE 2.2.1 on a Debian system.

Comments?  Given that it's Linux only, I'm not sure if it's useful enough
to include in the contrib/ directory.

Re: [work-in-progress] svnfs FUSE module

Posted by kf...@collab.net.
Have you sent this to users@?

"Daniel Patterson" <da...@danpat.net> writes:
> Attached is a work-in progress FUSE module that allows you to mount a
> repository filesystem into the OS filesystem.  It uses the Subversion
> and FUSE python bindings.
> 
> Advantages over davfs?  Quite a bit faster (I haven't run any tests,
> but it "feels" faster).
> 
> Still a few things to support (mtime, ctime, etc), but seems to basically
> work.
> 
> Tested/developed with Linux 2.6.10 and FUSE 2.2.1 on a Debian system.
> 
> Comments?  Given that it's Linux only, I'm not sure if it's useful enough
> to include in the contrib/ directory.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org