vc_add path
Add a file or a directory to the repository.
Source code:
if [catch { vc_exec "add [vc_path_relative $path]" } errmsg] { ns_log Error "vc_add: $errmsg" return 1 } else { return 0 }