Module Ocvs_config (.ml)


module Ocvs_config: sig .. end
Configuration options and name of config files.

val home : string
The home directory.
val create_file : string -> unit
Create the given empty file.
val rc_file : string Pervasives.ref
The configuration file for OCamlCVS.
val add_options : string Pervasives.ref
cvs add options.
val commit_options : string Pervasives.ref
cvs commit options.
val remove_options : string Pervasives.ref
cvs remove options.
val status_options : string Pervasives.ref
cvs status options.
val update_options : string Pervasives.ref
cvs update options.
val read_rc_file : string -> unit
Read the given configuration file.