Versioning file server

2

3

Looking for a virtual filesystem server (like ftp or sshd or NFS, samba) with the following features:

  • open-source
  • cross platform server (Linux/Windows/OSX)
  • linear file versioning (don't need to have branches) - but done transparently, simple, on the save create a new version
  • ability access to the earlier version with some file-name-semantic (like file.jpg;ver:3 or so)
  • support for some level of ACL / permissions

Exists something like?

kobame

Posted 2012-05-10T12:09:16.820

Reputation: 375

Answers

1

I think WebDAV fits the description. Just not sure about the ACLs here. This may require some additional effort from the web server.

0xC0000022L

Posted 2012-05-10T12:09:16.820

Reputation: 5 091