版本化文件系统(如 Web 界面)
我正在尝试找到一个免费软件,它可以为文件系统提供网络界面(这样您就可以添加/删除文件/目录,甚至可以编辑它们)。 如果可能的话,它应该处理版本控制(只需要简单的事情:返回到以前的版本)和用户管理。
你能给我指出类似的事情吗? 谢谢
Update1:我正在寻找一个可以在unix(例如linux)上工作的解决方案。
Update2:类似 Apache 服务器上的 Subversion Web 界面之类的东西就可以解决问题,可惜我找不到任何用户友好的 Subversion Web 界面,你呢? 另外,它还应该允许用户创建新内容。
I'm trying to find a free software that would provide a web interface to a file system (so you can add / remove files / directories, possibly edit them). If possible, it should handle versioning (only simple things needed : back to previous versions), and user management.
Can you point me to anything like that ? thanks
Update1 : I'm looking for a solution that would work on unix (e.g. linux).
Update2 : something like a subversion web interface on an Apache server would do the trick, alas I couldn't find any user friendly subversion web interface, Do you ? Plus it shold allow users to create new content.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要支持 Web 分布式创作和版本控制(查找 WebDAV)的东西。 Apple 的 MobileMe、Subversion over httpd 和 MS Sharepoint 都可以做到这一点。
事实上,如果您只想免费使用 WebDAV 功能,请尝试 Subversion 和 Apache。
You want something that supports something called Web Distributed Authoring and Versioning (look up WebDAV). Apple's MobileMe does this, as does Subversion over httpd, as does MS Sharepoint.
In fact, if you just want WebDAV functionality for free, try out Subversion and Apache.
您看过 DropBox 吗? 这是一个托管解决方案(免费 2GB)。 它有一个网络界面,允许您进行回滚等。
Have you looked at DropBox? It's a hosted solution (2GB for free). It has a web interface that allows you to do rollbacks/etc.