2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
+ * vc-mcvs.el (vc-mcvs-create-repo):
+ * vc-cvs.el (vc-cvs-create-repo): Remove.
+
* vc-hooks.el (vc-find-root): Fix case where `file' is the current
directory and the root as well.
;;; State-changing functions
;;;
-(defun vc-cvs-create-repo ()
- "Create a new CVS repository."
- (error "Creation of CVS repositories is not supported."))
-
(defun vc-cvs-register (files &optional rev comment)
"Register FILES into the CVS version-control system.
COMMENT can be used to provide an initial description of FILES.
;;; State-changing functions
;;;
-(defun vc-mcvs-create-repo ()
- "Create a new Meta-CVS repository."
- (error "Creation of Meta-CVS repositories is not supported."))
-
(defun vc-mcvs-register (files &optional rev comment)
"Register FILES into the Meta-CVS version-control system.
COMMENT can be used to provide an initial description of FILE.