pub fn server<P>(path: P, vcs: &VcsOption) -> Result<(), Box<dyn Error>>where P: AsRef<Path>,
Initialize server data files in the given directory path with the given vcs.