Module openflax.handler.svn
Subverlsion handler for OpenFlax.Behaviour: openflax.handler.
Subverlsion handler for OpenFlax.
Browse a Subversion repository.
- cfg_svn_repo_site
- cfg_svn_repo_base
- cfg_svn_repo_root
- cfg_template_body
- cfg_svn_template_each_file
- cfg_svn_template_each_subdir
- cfg_svn_template_each_link
- cfg_svn_template_each_log_entry
- cfg_svn_template_each_diff_filename
- cfg_svn_template_each_diff_offset
- cfg_svn_template_each_diff_unchanged
- cfg_svn_template_each_diff_addline
- cfg_svn_template_each_diff_removeline
- cfg_svn_list_headings
- cfg_svn_log_headings
- cfg_svn_diff_headings
| serve/1 | Serves any of a number of things from a Subversion
repository. |
| start/1 | Initializes the Subverlsion handler. |
| stop/1 | Shuts down the Subverlsion handler. |
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(Conf::conf()) -> conf()
Initializes the Subverlsion handler.
stop(Conf::conf()) -> conf()
Shuts down the Subverlsion handler.