|
|
- Centralized File Control with WebDAV
- Advantages
- It give a central repository available to anyone with web access to the server
- Uses Apache as the server-end, so installation can occur on any machine that can serve using Apache
- Simple to set up and maintain
- Files controlled with locks and unlocks
- Works fine with 8-bit files! Graphics are perfectly safe
- Disadvantages
- Does not do versioning; only holds current version
- If someone locks something... it's staying locked until an admin does something about it
|
|