Module openflax.handler.svn

Subverlsion handler for OpenFlax.

Behaviour: openflax.handler.

Description

Subverlsion handler for OpenFlax.

Browse a Subversion repository.

Function Index

serve/1Serves any of a number of things from a Subversion repository.
start/1Initializes the Subverlsion handler.
stop/1Shuts down the Subverlsion handler.

Function Details

serve/1

serve(Conf::conf()) -> ok | {error, Reason}

Serves any of a number of things from a Subversion repository. Currently this includes: the youngest revision of a file, file listings for directories in the repository, and the change log for each file (currently rather crude.)

start/1

start(Conf::conf()) -> conf()

Initializes the Subverlsion handler.

stop/1

stop(Conf::conf()) -> conf()

Shuts down the Subverlsion handler.