emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-svn.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-svn.el
Date: Wed, 14 May 2003 15:38:40 -0400

Index: emacs/lisp/vc-svn.el
diff -c emacs/lisp/vc-svn.el:1.8 emacs/lisp/vc-svn.el:1.9
*** emacs/lisp/vc-svn.el:1.8    Fri May  9 12:41:19 2003
--- emacs/lisp/vc-svn.el        Wed May 14 15:38:39 2003
***************
*** 1,6 ****
  ;;; vc-svn.el --- non-resident support for Subversion version-control
  
! ;; Copyright (C) 1995,98,99,2000,2001,2002  Free Software Foundation, Inc.
  
  ;; Author:      FSF (see vc.el for full credits)
  ;; Maintainer:  Stefan Monnier <address@hidden>
--- 1,6 ----
  ;;; vc-svn.el --- non-resident support for Subversion version-control
  
! ;; Copyright (C) 1995,98,99,2000,2001,02,2003  Free Software Foundation, Inc.
  
  ;; Author:      FSF (see vc.el for full credits)
  ;; Maintainer:  Stefan Monnier <address@hidden>
***************
*** 99,104 ****
--- 99,107 ----
  ;;;###autoload       (load "vc-svn")
  ;;;###autoload       (vc-svn-registered f)))
  
+ ;;;###autoload
+ (add-to-list 'completion-ignored-extensions ".svn/")
+ 
  (defun vc-svn-registered (file)
    "Check if FILE is SVN registered."
    (when (file-readable-p (expand-file-name ".svn/entries"
***************
*** 245,250 ****
--- 248,256 ----
               "-A"
             (concat "-r" rev))
           switches)))
+ 
+ (defun vc-svn-delete-file (file)
+   (vc-svn-command nil 0 file "remove"))
  
  (defun vc-svn-rename-file (old new)
    (vc-svn-command nil 0 new "move" (file-relative-name old)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]