Repositories (cont)
Centralised repository:
- client/server: one collection on one server
- accessible either locally or via network
- can enforce single/multiple-user access to files
Distributed repository:
- per-to-peer: multiple collections on multiple servers
- no single "master" version of the system
- use merging to incorporate changes from other peers
|