* lisp/vc/vc-svn.el (vc-svn-clone): Add 'clone' implementation
This commit is contained in:
parent
132e4fbbcb
commit
b6132d84e9
1 changed files with 3 additions and 0 deletions
|
@ -817,6 +817,9 @@ Set file properties accordingly. If FILENAME is non-nil, return its status."
|
|||
"info" "--show-item" "repos-root-url")
|
||||
(buffer-substring-no-properties (point-min) (1- (point-max))))))
|
||||
|
||||
(defun vc-svn-clone (remote directory)
|
||||
(vc-svn-command nil 0 '() "checkout" remove directory))
|
||||
|
||||
(provide 'vc-svn)
|
||||
|
||||
;;; vc-svn.el ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue