Skip to content
This repository has been archived by the owner on Aug 13, 2018. It is now read-only.

A Samba VFS module whcih commits changes to Subversion when the shared folder is detected to be a subversion working copy.

Notifications You must be signed in to change notification settings

alicraigmile/samba-vfs-subversion

Repository files navigation

samba-vfs-subversion - Samba Virtual File System (VFS)

This directory contains a Samba VFS module. When used, this module simply passes all requests back to the disk functions (i.e it operates as a passthrough filter) except then it detects an SVN working copy. In that case, it'll SVN commit any changes.

Pre-requisites

You need a reasonablly new samba source to compile against. I've tested with samba-3.5.4. You also need headers for Subversion and Popt.

On my Ubuntu system:

apt-get install ibsvn-dev libpopt-dev

To build

./autogen.sh
./configure  --with-samba-source=../samba-3.5.4/source3 --enable-developer
make
make test
sudo checkinstall

About

A Samba VFS module whcih commits changes to Subversion when the shared folder is detected to be a subversion working copy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published