Storage Infrastructure

Gw
The storage infrastructure provides the basic functionality for storing and retrieving versioned documents. By using subversion to implement the storage layer, we get a versioned directories in addition to the usual RCS managed pages of most wikis. The storage layer should provide an API to the application infrastructure layer that abstracts from low-level details of subversion.

-- EelcoVisser - 18 Sep 2005

Main

Project Documentation

  • JavaSVN temporary notes, should become full blown review and documentation for javaSVN
  • Comparison Test (comparing the new implementation with the old one)
  • Storage Interface IO Changes the differences between the old javahl and new javasvn (ra) implementation of the storage interface
  • Storage VirtualWC Implementation a partly finished implementation, discusses what's there, what not and has suggestions for improvements