| |
Superversion is being implemented in Java. It will comprise these parts:
A database backend
A GUI as the standard way to work with Superversion
An API
A TCP-based communication protocol for remotely accessing repositories
Client and server classes that implement the protocol
The most basic case is finished: single-user access to a local
repository. From now on, I am simultaneously working on multi-user support and
remote access.
|