Module Cam_cvs_view.Ocvs_behav (.ml)


module Ocvs_behav: Ocamlcvs.Behav


type autorization_response =
| Continue (*ok*)
| Skip (*Skip this file*)
| Stop (*Stop the command*)
class type ['a] data = object .. end
class type ct_cvs = object .. end
class type ['a] list_behaviour = object .. end
class type ['a] tree_behaviour = object .. end
class ['a] cvs : 'a data -> object .. end