Mercurial > emacs
annotate lisp/vc-cvs.el @ 35675:45df875afd43
(rmail-ignored-headers): Add X-Sign, X-BeenThere,
X-Mailman-Version, Precedence, List-Help, List-Post,
List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
Content-Type, Content-Length.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Mon, 29 Jan 2001 12:07:39 +0000 |
| parents | 498bcc1e7c00 |
| children | 395d188bb71d |
| rev | line source |
|---|---|
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
1 ;;; vc-cvs.el --- non-resident support for CVS version-control |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
2 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
3 ;; Copyright (C) 1995,98,99,2000 Free Software Foundation, Inc. |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
4 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
5 ;; Author: FSF (see vc.el for full credits) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
6 ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
7 |
| 35584 | 8 ;; $Id: vc-cvs.el,v 1.16 2001/01/25 16:36:48 sds Exp $ |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
9 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
10 ;; This file is part of GNU Emacs. |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
11 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
12 ;; GNU Emacs is free software; you can redistribute it and/or modify |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
13 ;; it under the terms of the GNU General Public License as published by |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
14 ;; the Free Software Foundation; either version 2, or (at your option) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
15 ;; any later version. |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
16 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
17 ;; GNU Emacs is distributed in the hope that it will be useful, |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
20 ;; GNU General Public License for more details. |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
21 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
22 ;; You should have received a copy of the GNU General Public License |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
25 ;; Boston, MA 02111-1307, USA. |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
26 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
27 ;;; Commentary: |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
28 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
29 ;;; Code: |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
30 |
| 35584 | 31 (require 'vc) |
| 32 | |
| 35569 | 33 ;;; |
| 33560 | 34 ;;; Customization options |
| 35 ;;; | |
| 36 | |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
37 (defcustom vc-cvs-register-switches nil |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
38 "*Extra switches for registering a file into CVS. |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
39 A string or list of strings passed to the checkin program by |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
40 \\[vc-register]." |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
41 :type '(choice (const :tag "None" nil) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
42 (string :tag "Argument String") |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
43 (repeat :tag "Argument List" |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
44 :value ("") |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
45 string)) |
| 31475 | 46 :version "21.1" |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
47 :group 'vc) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
48 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
49 (defcustom vc-cvs-header (or (cdr (assoc 'CVS vc-header-alist)) '("\$Id\$")) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
50 "*Header keywords to be inserted by `vc-insert-headers'." |
| 31475 | 51 :version "21.1" |
| 35177 | 52 :type '(repeat string) |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
53 :group 'vc) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
54 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
55 (defcustom vc-cvs-use-edit t |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
56 "*Non-nil means to use `cvs edit' to \"check out\" a file. |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
57 This is only meaningful if you don't use the implicit checkout model |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
58 \(i.e. if you have $CVSREAD set)." |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
59 :type 'boolean |
| 31475 | 60 :version "21.1" |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
61 :group 'vc) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
62 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
63 (defcustom vc-cvs-stay-local t |
| 31475 | 64 "*Non-nil means use local operations when possible for remote repositories. |
| 65 This avoids slow queries over the network. Turning this option on | |
| 66 will instruct VC to use only heuristics and past information to | |
| 67 determine the current status of a file. The value can also be a | |
| 68 regular expression to match against the host name of a repository; | |
| 69 then VC only stays local for hosts that match it." | |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
70 :type '(choice (const :tag "Always stay local" t) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
71 (string :tag "Host regexp") |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
72 (const :tag "Don't stay local" nil)) |
| 31475 | 73 :version "21.1" |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
74 :group 'vc) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
75 |
| 35569 | 76 |
| 33560 | 77 ;;; |
| 78 ;;; Internal variables | |
| 79 ;;; | |
| 80 | |
| 81 (defvar vc-cvs-local-month-numbers | |
| 82 '(("Jan" . 1) ("Feb" . 2) ("Mar" . 3) ("Apr" . 4) | |
| 83 ("May" . 5) ("Jun" . 6) ("Jul" . 7) ("Aug" . 8) | |
| 84 ("Sep" . 9) ("Oct" . 10) ("Nov" . 11) ("Dec" . 12)) | |
| 85 "Local association list of month numbers.") | |
| 86 | |
| 35569 | 87 |
| 33560 | 88 ;;; |
| 35569 | 89 ;;; State-querying functions |
| 33560 | 90 ;;; |
| 91 | |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
92 ;;;###autoload (defun vc-cvs-registered (f) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
93 ;;;###autoload (when (file-readable-p (expand-file-name |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
94 ;;;###autoload "CVS/Entries" (file-name-directory f))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
95 ;;;###autoload (require 'vc-cvs) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
96 ;;;###autoload (vc-cvs-registered f))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
97 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
98 (defun vc-cvs-registered (file) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
99 "Check if FILE is CVS registered." |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
100 (let ((dirname (or (file-name-directory file) "")) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
101 (basename (file-name-nondirectory file)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
102 ;; make sure that the file name is searched case-sensitively |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
103 (case-fold-search nil)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
104 (if (file-readable-p (expand-file-name "CVS/Entries" dirname)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
105 (with-temp-buffer |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
106 (vc-insert-file (expand-file-name "CVS/Entries" dirname)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
107 (goto-char (point-min)) |
| 31475 | 108 (cond |
| 109 ((re-search-forward | |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
110 (concat "^/" (regexp-quote basename) "/") nil t) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
111 (beginning-of-line) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
112 (vc-cvs-parse-entry file) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
113 t) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
114 (t nil))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
115 nil))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
116 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
117 (defun vc-cvs-state (file) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
118 "CVS-specific version of `vc-state'." |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
119 (if (vc-cvs-stay-local-p file) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
120 (let ((state (vc-file-getprop file 'vc-state))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
121 ;; If we should stay local, use the heuristic but only if |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
122 ;; we don't have a more precise state already available. |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
123 (if (memq state '(up-to-date edited)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
124 (vc-cvs-state-heuristic file) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
125 state)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
126 (with-temp-buffer |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
127 (cd (file-name-directory file)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
128 (vc-do-command t 0 "cvs" file "status") |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
129 (vc-cvs-parse-status t)))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
130 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
131 (defun vc-cvs-state-heuristic (file) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
132 "CVS-specific state heuristic." |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
133 ;; If the file has not changed since checkout, consider it `up-to-date'. |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
134 ;; Otherwise consider it `edited'. |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
135 (let ((checkout-time (vc-file-getprop file 'vc-checkout-time)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
136 (lastmod (nth 5 (file-attributes file)))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
137 (if (equal checkout-time lastmod) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
138 'up-to-date |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
139 'edited))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
140 |
| 33560 | 141 (defun vc-cvs-dir-state (dir) |
| 142 "Find the CVS state of all files in DIR." | |
| 143 (if (vc-cvs-stay-local-p dir) | |
| 144 (vc-cvs-dir-state-heuristic dir) | |
| 145 (let ((default-directory dir)) | |
| 146 ;; Don't specify DIR in this command, the default-directory is | |
| 147 ;; enough. Otherwise it might fail with remote repositories. | |
| 148 (with-temp-buffer | |
| 149 (vc-do-command t 0 "cvs" nil "status" "-l") | |
| 150 (goto-char (point-min)) | |
| 151 (while (re-search-forward "^=+\n\\([^=\n].*\n\\|\n\\)+" nil t) | |
| 152 (narrow-to-region (match-beginning 0) (match-end 0)) | |
| 153 (vc-cvs-parse-status) | |
| 154 (goto-char (point-max)) | |
| 155 (widen)))))) | |
| 156 | |
| 157 (defun vc-cvs-workfile-version (file) | |
| 158 "CVS-specific version of `vc-workfile-version'." | |
| 159 ;; There is no need to consult RCS headers under CVS, because we | |
| 160 ;; get the workfile version for free when we recognize that a file | |
| 161 ;; is registered in CVS. | |
| 162 (vc-cvs-registered file) | |
| 163 (vc-file-getprop file 'vc-workfile-version)) | |
| 164 | |
| 165 (defun vc-cvs-checkout-model (file) | |
| 166 "CVS-specific version of `vc-checkout-model'." | |
| 167 (if (or (getenv "CVSREAD") | |
| 168 ;; If the file is not writable (despite CVSREAD being | |
| 169 ;; undefined), this is probably because the file is being | |
| 170 ;; "watched" by other developers. | |
| 171 ;; (If vc-mistrust-permissions was t, we actually shouldn't | |
| 172 ;; trust this, but there is no other way to learn this from CVS | |
| 173 ;; at the moment (version 1.9).) | |
| 174 (string-match "r-..-..-." (nth 8 (file-attributes file)))) | |
| 175 'announce | |
| 176 'implicit)) | |
| 177 | |
|
31404
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
178 (defun vc-cvs-mode-line-string (file) |
|
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
179 "Return string for placement into the modeline for FILE. |
|
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
180 Compared to the default implementation, this function handles the |
| 35569 | 181 special case of a CVS file that is added but not yet committed." |
|
31404
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
182 (let ((state (vc-state file)) |
|
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
183 (rev (vc-workfile-version file))) |
|
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
184 (cond ((string= rev "0") |
| 35569 | 185 ;; A file that is added but not yet committed. |
|
31404
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
186 "CVS @@") |
|
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
187 ((or (eq state 'up-to-date) |
|
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
188 (eq state 'needs-patch)) |
|
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
189 (concat "CVS-" rev)) |
|
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
190 ((stringp state) |
|
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
191 (concat "CVS:" state ":" rev)) |
|
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
192 (t |
|
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
193 ;; Not just for the 'edited state, but also a fallback |
|
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
194 ;; for all other states. Think about different symbols |
|
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
195 ;; for 'needs-patch and 'needs-merge. |
|
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
196 (concat "CVS:" rev))))) |
|
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
197 |
| 33560 | 198 (defun vc-cvs-dired-state-info (file) |
| 199 "CVS-specific version of `vc-dired-state-info'." | |
| 200 (let* ((cvs-state (vc-state file)) | |
| 201 (state (cond ((eq cvs-state 'edited) "modified") | |
| 202 ((eq cvs-state 'needs-patch) "patch") | |
| 203 ((eq cvs-state 'needs-merge) "merge") | |
| 204 ;; FIXME: those two states cannot occur right now | |
| 205 ((eq cvs-state 'unlocked-changes) "conflict") | |
| 206 ((eq cvs-state 'locally-added) "added") | |
| 207 ))) | |
| 208 (if state (concat "(" state ")")))) | |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
209 |
| 35569 | 210 |
| 33560 | 211 ;;; |
| 212 ;;; State-changing functions | |
| 213 ;;; | |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
214 |
| 33560 | 215 (defun vc-cvs-register (file &optional rev comment) |
| 216 "Register FILE into the CVS version-control system. | |
| 217 COMMENT can be used to provide an initial description of FILE. | |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
218 |
| 33560 | 219 `vc-register-switches' and `vc-cvs-register-switches' are passed to |
| 220 the CVS command (in that order)." | |
| 221 (let ((switches (list | |
| 222 (if (stringp vc-register-switches) | |
| 223 (list vc-register-switches) | |
| 224 vc-register-switches) | |
| 225 (if (stringp vc-cvs-register-switches) | |
| 226 (list vc-cvs-register-switches) | |
| 227 vc-cvs-register-switches)))) | |
| 35569 | 228 |
| 33560 | 229 (apply 'vc-do-command nil 0 "cvs" file |
| 230 "add" | |
| 231 (and comment (string-match "[^\t\n ]" comment) | |
| 232 (concat "-m" comment)) | |
| 233 switches))) | |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
234 |
| 33560 | 235 (defun vc-cvs-responsible-p (file) |
| 236 "Return non-nil if CVS thinks it is responsible for FILE." | |
| 237 (file-directory-p (expand-file-name "CVS" | |
| 238 (if (file-directory-p file) | |
| 239 file | |
| 240 (file-name-directory file))))) | |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
241 |
| 33560 | 242 (defun vc-cvs-could-register (file) |
| 243 "Return non-nil if FILE could be registered in CVS. | |
| 244 This is only possible if CVS is responsible for FILE's directory." | |
| 245 (vc-cvs-responsible-p file)) | |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
246 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
247 (defun vc-cvs-checkin (file rev comment) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
248 "CVS-specific version of `vc-backend-checkin'." |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
249 (let ((switches (if (stringp vc-checkin-switches) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
250 (list vc-checkin-switches) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
251 vc-checkin-switches)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
252 status) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
253 ;; explicit check-in to the trunk requires a double check-in (first |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
254 ;; unexplicit) (CVS-1.3) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
255 (if (and rev (vc-trunk-p rev)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
256 (apply 'vc-do-command nil 1 "cvs" file |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
257 "ci" "-m" "intermediate" |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
258 switches)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
259 (setq status (apply 'vc-do-command nil 1 "cvs" file |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
260 "ci" (if rev (concat "-r" rev)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
261 (concat "-m" comment) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
262 switches)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
263 (set-buffer "*vc*") |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
264 (goto-char (point-min)) |
|
32948
3c95af2888f6
(vc-cvs-checkin): Check both status and error message after command.
Andr? Spiegel <spiegel@gnu.org>
parents:
32747
diff
changeset
|
265 (when (not (zerop status)) |
|
3c95af2888f6
(vc-cvs-checkin): Check both status and error message after command.
Andr? Spiegel <spiegel@gnu.org>
parents:
32747
diff
changeset
|
266 ;; Check checkin problem. |
|
3c95af2888f6
(vc-cvs-checkin): Check both status and error message after command.
Andr? Spiegel <spiegel@gnu.org>
parents:
32747
diff
changeset
|
267 (cond |
|
3c95af2888f6
(vc-cvs-checkin): Check both status and error message after command.
Andr? Spiegel <spiegel@gnu.org>
parents:
32747
diff
changeset
|
268 ((re-search-forward "Up-to-date check failed" nil t) |
|
3c95af2888f6
(vc-cvs-checkin): Check both status and error message after command.
Andr? Spiegel <spiegel@gnu.org>
parents:
32747
diff
changeset
|
269 (vc-file-setprop file 'vc-state 'needs-merge) |
|
3c95af2888f6
(vc-cvs-checkin): Check both status and error message after command.
Andr? Spiegel <spiegel@gnu.org>
parents:
32747
diff
changeset
|
270 (error (substitute-command-keys |
|
3c95af2888f6
(vc-cvs-checkin): Check both status and error message after command.
Andr? Spiegel <spiegel@gnu.org>
parents:
32747
diff
changeset
|
271 (concat "Up-to-date check failed: " |
|
3c95af2888f6
(vc-cvs-checkin): Check both status and error message after command.
Andr? Spiegel <spiegel@gnu.org>
parents:
32747
diff
changeset
|
272 "type \\[vc-next-action] to merge in changes")))) |
|
3c95af2888f6
(vc-cvs-checkin): Check both status and error message after command.
Andr? Spiegel <spiegel@gnu.org>
parents:
32747
diff
changeset
|
273 (t |
|
3c95af2888f6
(vc-cvs-checkin): Check both status and error message after command.
Andr? Spiegel <spiegel@gnu.org>
parents:
32747
diff
changeset
|
274 (pop-to-buffer (current-buffer)) |
|
3c95af2888f6
(vc-cvs-checkin): Check both status and error message after command.
Andr? Spiegel <spiegel@gnu.org>
parents:
32747
diff
changeset
|
275 (goto-char (point-min)) |
|
3c95af2888f6
(vc-cvs-checkin): Check both status and error message after command.
Andr? Spiegel <spiegel@gnu.org>
parents:
32747
diff
changeset
|
276 (shrink-window-if-larger-than-buffer) |
|
3c95af2888f6
(vc-cvs-checkin): Check both status and error message after command.
Andr? Spiegel <spiegel@gnu.org>
parents:
32747
diff
changeset
|
277 (error "Check-in failed")))) |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
278 ;; Update file properties |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
279 (vc-file-setprop |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
280 file 'vc-workfile-version |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
281 (vc-parse-buffer "^\\(new\\|initial\\) revision: \\([0-9.]+\\)" 2)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
282 ;; Forget the checkout model of the file, because we might have |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
283 ;; guessed wrong when we found the file. After commit, we can |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
284 ;; tell it from the permissions of the file (see |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
285 ;; vc-cvs-checkout-model). |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
286 (vc-file-setprop file 'vc-checkout-model nil) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
287 ;; if this was an explicit check-in, remove the sticky tag |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
288 (if rev (vc-do-command t 0 "cvs" file "update" "-A")))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
289 |
|
35132
78bce41f17c5
(vc-cvs-latest-on-branch-p): Removed.
Andr? Spiegel <spiegel@gnu.org>
parents:
33637
diff
changeset
|
290 (defun vc-cvs-checkout (file &optional editable rev workfile) |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
291 "Retrieve a revision of FILE into a WORKFILE. |
|
35132
78bce41f17c5
(vc-cvs-latest-on-branch-p): Removed.
Andr? Spiegel <spiegel@gnu.org>
parents:
33637
diff
changeset
|
292 EDITABLE non-nil means that the file should be writable. |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
293 REV is the revision to check out into WORKFILE." |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
294 (let ((filename (or workfile file)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
295 (file-buffer (get-file-buffer file)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
296 switches) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
297 (message "Checking out %s..." filename) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
298 (save-excursion |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
299 ;; Change buffers to get local value of vc-checkout-switches. |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
300 (if file-buffer (set-buffer file-buffer)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
301 (setq switches (if (stringp vc-checkout-switches) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
302 (list vc-checkout-switches) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
303 vc-checkout-switches)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
304 ;; Save this buffer's default-directory |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
305 ;; and use save-excursion to make sure it is restored |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
306 ;; in the same buffer it was saved in. |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
307 (let ((default-directory default-directory)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
308 (save-excursion |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
309 ;; Adjust the default-directory so that the check-out creates |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
310 ;; the file in the right place. |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
311 (setq default-directory (file-name-directory filename)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
312 (if workfile |
| 35569 | 313 (let ((failed t) |
|
33637
6cab2125de9c
(vc-cvs-checkout): Fix bug that broke C-x v ~-style checkouts.
Andr? Spiegel <spiegel@gnu.org>
parents:
33560
diff
changeset
|
314 (backup-name (if (string= file workfile) |
|
33549
8a998774febc
(vc-cvs-revert): Use `cvs unedit' only if `vc-cvs-use-edit' is on.
Andr? Spiegel <spiegel@gnu.org>
parents:
33545
diff
changeset
|
315 (car (find-backup-file-name filename))))) |
|
8a998774febc
(vc-cvs-revert): Use `cvs unedit' only if `vc-cvs-use-edit' is on.
Andr? Spiegel <spiegel@gnu.org>
parents:
33545
diff
changeset
|
316 (when backup-name |
| 35569 | 317 (copy-file filename backup-name |
|
33549
8a998774febc
(vc-cvs-revert): Use `cvs unedit' only if `vc-cvs-use-edit' is on.
Andr? Spiegel <spiegel@gnu.org>
parents:
33545
diff
changeset
|
318 'ok-if-already-exists 'keep-date) |
|
8a998774febc
(vc-cvs-revert): Use `cvs unedit' only if `vc-cvs-use-edit' is on.
Andr? Spiegel <spiegel@gnu.org>
parents:
33545
diff
changeset
|
319 (unless (file-writable-p filename) |
|
8a998774febc
(vc-cvs-revert): Use `cvs unedit' only if `vc-cvs-use-edit' is on.
Andr? Spiegel <spiegel@gnu.org>
parents:
33545
diff
changeset
|
320 (set-file-modes filename |
|
8a998774febc
(vc-cvs-revert): Use `cvs unedit' only if `vc-cvs-use-edit' is on.
Andr? Spiegel <spiegel@gnu.org>
parents:
33545
diff
changeset
|
321 (logior (file-modes filename) 128)))) |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
322 (unwind-protect |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
323 (progn |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
324 (let ((coding-system-for-read 'no-conversion) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
325 (coding-system-for-write 'no-conversion)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
326 (with-temp-file filename |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
327 (apply 'vc-do-command |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
328 (current-buffer) 0 "cvs" file |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
329 "-Q" ; suppress diagnostic output |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
330 "update" |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
331 (and rev (not (string= rev "")) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
332 (concat "-r" rev)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
333 "-p" |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
334 switches))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
335 (setq failed nil)) |
| 35569 | 336 (if failed |
|
33637
6cab2125de9c
(vc-cvs-checkout): Fix bug that broke C-x v ~-style checkouts.
Andr? Spiegel <spiegel@gnu.org>
parents:
33560
diff
changeset
|
337 (if backup-name |
| 35569 | 338 (rename-file backup-name filename |
|
33637
6cab2125de9c
(vc-cvs-checkout): Fix bug that broke C-x v ~-style checkouts.
Andr? Spiegel <spiegel@gnu.org>
parents:
33560
diff
changeset
|
339 'ok-if-already-exists) |
|
6cab2125de9c
(vc-cvs-checkout): Fix bug that broke C-x v ~-style checkouts.
Andr? Spiegel <spiegel@gnu.org>
parents:
33560
diff
changeset
|
340 (if (file-exists-p filename) |
|
6cab2125de9c
(vc-cvs-checkout): Fix bug that broke C-x v ~-style checkouts.
Andr? Spiegel <spiegel@gnu.org>
parents:
33560
diff
changeset
|
341 (delete-file filename))) |
|
33549
8a998774febc
(vc-cvs-revert): Use `cvs unedit' only if `vc-cvs-use-edit' is on.
Andr? Spiegel <spiegel@gnu.org>
parents:
33545
diff
changeset
|
342 (and backup-name |
|
8a998774febc
(vc-cvs-revert): Use `cvs unedit' only if `vc-cvs-use-edit' is on.
Andr? Spiegel <spiegel@gnu.org>
parents:
33545
diff
changeset
|
343 (not vc-make-backup-files) |
|
8a998774febc
(vc-cvs-revert): Use `cvs unedit' only if `vc-cvs-use-edit' is on.
Andr? Spiegel <spiegel@gnu.org>
parents:
33545
diff
changeset
|
344 (delete-file backup-name))))) |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
345 (if (and (file-exists-p file) (not rev)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
346 ;; If no revision was specified, just make the file writable |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
347 ;; if necessary (using `cvs-edit' if requested). |
|
35132
78bce41f17c5
(vc-cvs-latest-on-branch-p): Removed.
Andr? Spiegel <spiegel@gnu.org>
parents:
33637
diff
changeset
|
348 (and editable (not (eq (vc-cvs-checkout-model file) 'implicit)) |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
349 (if vc-cvs-use-edit |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
350 (vc-do-command nil 0 "cvs" file "edit") |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
351 (set-file-modes file (logior (file-modes file) 128)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
352 (if file-buffer (toggle-read-only -1)))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
353 ;; Check out a particular version (or recreate the file). |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
354 (vc-file-setprop file 'vc-workfile-version nil) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
355 (apply 'vc-do-command nil 0 "cvs" file |
|
35132
78bce41f17c5
(vc-cvs-latest-on-branch-p): Removed.
Andr? Spiegel <spiegel@gnu.org>
parents:
33637
diff
changeset
|
356 (and editable |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
357 (or (not (file-exists-p file)) |
| 31475 | 358 (not (eq (vc-cvs-checkout-model file) |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
359 'implicit))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
360 "-w") |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
361 "update" |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
362 ;; default for verbose checkout: clear the sticky tag so |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
363 ;; that the actual update will get the head of the trunk |
| 31475 | 364 (if (or (not rev) (string= rev "")) |
| 365 "-A" | |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
366 (concat "-r" rev)) |
|
31404
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31384
diff
changeset
|
367 switches)))) |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
368 (vc-mode-line file) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
369 (message "Checking out %s...done" filename))))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
370 |
| 33560 | 371 (defun vc-cvs-revert (file) |
| 372 "Revert FILE to the version it was based on." | |
| 373 ;; Check out via standard output (caused by the final argument | |
| 374 ;; FILE below), so that no sticky tag is set. | |
| 375 (vc-cvs-checkout file nil (vc-workfile-version file) file) | |
| 376 ;; If "cvs edit" was used to make the file writable, | |
| 377 ;; call "cvs unedit" now to undo that. | |
| 378 (if (and (not (eq (vc-cvs-checkout-model file) 'implicit)) | |
| 379 vc-cvs-use-edit) | |
| 380 (vc-do-command nil 0 "cvs" file "unedit"))) | |
| 381 | |
| 382 (defun vc-cvs-merge (file first-version &optional second-version) | |
| 383 "Merge changes into current working copy of FILE. | |
| 384 The changes are between FIRST-VERSION and SECOND-VERSION." | |
| 385 (vc-do-command nil 0 "cvs" file | |
| 386 "update" "-kk" | |
| 387 (concat "-j" first-version) | |
| 388 (concat "-j" second-version)) | |
| 389 (vc-file-setprop file 'vc-state 'edited) | |
| 390 (save-excursion | |
| 391 (set-buffer (get-buffer "*vc*")) | |
| 392 (goto-char (point-min)) | |
| 393 (if (re-search-forward "conflicts during merge" nil t) | |
| 394 1 ; signal error | |
| 395 0))) ; signal success | |
| 396 | |
| 397 (defun vc-cvs-merge-news (file) | |
| 398 "Merge in any new changes made to FILE." | |
| 399 (message "Merging changes into %s..." file) | |
| 400 (save-excursion | |
| 401 ;; (vc-file-setprop file 'vc-workfile-version nil) | |
| 402 (vc-file-setprop file 'vc-checkout-time 0) | |
| 403 (vc-do-command nil 0 "cvs" file "update") | |
| 404 ;; Analyze the merge result reported by CVS, and set | |
| 405 ;; file properties accordingly. | |
| 406 (set-buffer (get-buffer "*vc*")) | |
| 407 (goto-char (point-min)) | |
| 408 ;; get new workfile version | |
| 409 (if (re-search-forward (concat "^Merging differences between " | |
| 410 "[01234567890.]* and " | |
| 411 "\\([01234567890.]*\\) into") | |
| 412 nil t) | |
| 413 (vc-file-setprop file 'vc-workfile-version (match-string 1)) | |
| 414 (vc-file-setprop file 'vc-workfile-version nil)) | |
| 415 ;; get file status | |
| 416 (prog1 | |
| 417 (if (eq (buffer-size) 0) | |
| 418 0 ;; there were no news; indicate success | |
| 419 (if (re-search-forward | |
| 420 (concat "^\\([CMUP] \\)?" | |
| 421 (regexp-quote (file-name-nondirectory file)) | |
| 422 "\\( already contains the differences between \\)?") | |
| 423 nil t) | |
| 424 (cond | |
| 425 ;; Merge successful, we are in sync with repository now | |
| 426 ((or (match-string 2) | |
| 427 (string= (match-string 1) "U ") | |
| 428 (string= (match-string 1) "P ")) | |
| 429 (vc-file-setprop file 'vc-state 'up-to-date) | |
| 430 (vc-file-setprop file 'vc-checkout-time | |
| 431 (nth 5 (file-attributes file))) | |
| 432 0);; indicate success to the caller | |
| 433 ;; Merge successful, but our own changes are still in the file | |
| 434 ((string= (match-string 1) "M ") | |
| 435 (vc-file-setprop file 'vc-state 'edited) | |
| 436 0);; indicate success to the caller | |
| 437 ;; Conflicts detected! | |
| 438 (t | |
| 439 (vc-file-setprop file 'vc-state 'edited) | |
| 440 1);; signal the error to the caller | |
| 441 ) | |
| 442 (pop-to-buffer "*vc*") | |
| 443 (error "Couldn't analyze cvs update result"))) | |
| 444 (message "Merging changes into %s...done" file)))) | |
| 445 | |
| 35569 | 446 |
| 33560 | 447 ;;; |
| 448 ;;; History functions | |
| 449 ;;; | |
| 450 | |
| 451 (defun vc-cvs-print-log (file) | |
| 452 "Get change log associated with FILE." | |
| 453 (vc-do-command t (if (vc-cvs-stay-local-p file) 'async 0) | |
| 454 "cvs" file "log")) | |
| 455 | |
| 456 (defun vc-cvs-show-log-entry (version) | |
| 457 (when (re-search-forward | |
| 458 ;; also match some context, for safety | |
| 459 (concat "----\nrevision " version | |
| 460 "\\(\tlocked by:.*\n\\|\n\\)date: ") nil t) | |
| 461 ;; set the display window so that | |
| 462 ;; the whole log entry is displayed | |
| 463 (let (start end lines) | |
| 464 (beginning-of-line) (forward-line -1) (setq start (point)) | |
| 465 (if (not (re-search-forward "^----*\nrevision" nil t)) | |
| 466 (setq end (point-max)) | |
| 467 (beginning-of-line) (forward-line -1) (setq end (point))) | |
| 468 (setq lines (count-lines start end)) | |
| 469 (cond | |
| 470 ;; if the global information and this log entry fit | |
| 471 ;; into the window, display from the beginning | |
| 472 ((< (count-lines (point-min) end) (window-height)) | |
| 473 (goto-char (point-min)) | |
| 474 (recenter 0) | |
| 475 (goto-char start)) | |
| 476 ;; if the whole entry fits into the window, | |
| 477 ;; display it centered | |
| 478 ((< (1+ lines) (window-height)) | |
| 479 (goto-char start) | |
| 480 (recenter (1- (- (/ (window-height) 2) (/ lines 2))))) | |
| 481 ;; otherwise (the entry is too large for the window), | |
| 482 ;; display from the start | |
| 483 (t | |
| 484 (goto-char start) | |
| 485 (recenter 0)))))) | |
| 486 | |
| 487 (defun vc-cvs-diff (file &optional oldvers newvers) | |
| 488 "Get a difference report using CVS between two versions of FILE." | |
| 489 (let (options status | |
| 490 (diff-switches-list (if (listp diff-switches) | |
| 491 diff-switches | |
| 492 (list diff-switches)))) | |
| 493 (if (string= (vc-workfile-version file) "0") | |
| 494 ;; This file is added but not yet committed; there is no master file. | |
| 495 (if (or oldvers newvers) | |
| 496 (error "No revisions of %s exist" file) | |
| 497 ;; we regard this as "changed". | |
| 498 ;; diff it against /dev/null. | |
| 499 (apply 'vc-do-command t | |
| 500 1 "diff" file | |
| 501 (append diff-switches-list '("/dev/null")))) | |
| 502 (setq status | |
| 503 (apply 'vc-do-command t | |
| 504 (if (vc-cvs-stay-local-p file) 'async 1) | |
| 505 "cvs" file "diff" | |
| 506 (and oldvers (concat "-r" oldvers)) | |
| 507 (and newvers (concat "-r" newvers)) | |
| 508 diff-switches-list)) | |
| 35569 | 509 (if (vc-cvs-stay-local-p file) |
| 510 1 ;; async diff, pessimistic assumption | |
| 33560 | 511 status)))) |
| 512 | |
|
33545
5411250e7971
(vc-cvs-annotate-command): New optional arg VERSION. Use
Andr? Spiegel <spiegel@gnu.org>
parents:
32959
diff
changeset
|
513 (defun vc-cvs-annotate-command (file buffer &optional version) |
|
5411250e7971
(vc-cvs-annotate-command): New optional arg VERSION. Use
Andr? Spiegel <spiegel@gnu.org>
parents:
32959
diff
changeset
|
514 "Execute \"cvs annotate\" on FILE, inserting the contents in BUFFER. |
|
5411250e7971
(vc-cvs-annotate-command): New optional arg VERSION. Use
Andr? Spiegel <spiegel@gnu.org>
parents:
32959
diff
changeset
|
515 Optional arg VERSION is a version to annotate from." |
|
5411250e7971
(vc-cvs-annotate-command): New optional arg VERSION. Use
Andr? Spiegel <spiegel@gnu.org>
parents:
32959
diff
changeset
|
516 (vc-do-command buffer 0 "cvs" file "annotate" (if version |
|
5411250e7971
(vc-cvs-annotate-command): New optional arg VERSION. Use
Andr? Spiegel <spiegel@gnu.org>
parents:
32959
diff
changeset
|
517 (concat "-r" version)))) |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
518 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
519 (defun vc-cvs-annotate-difference (point) |
| 31475 | 520 "Return the difference between the time of the line and the current time. |
| 521 Return values are as defined for `current-time'." | |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
522 ;; We need a list of months and their corresponding numbers. |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
523 (if (looking-at "^\\S-+\\s-+\\S-+\\s-+\\([0-9]+\\)-\\(\\sw+\\)-\\([0-9]+\\)): ") |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
524 (progn |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
525 (let* ((day (string-to-number (match-string 1))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
526 (month (cdr (assoc (match-string 2) vc-cvs-local-month-numbers))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
527 (year-tmp (string-to-number (match-string 3))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
528 ;; Years 0..68 are 2000..2068. |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
529 ;; Years 69..99 are 1969..1999. |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
530 (year (+ (cond ((> 69 year-tmp) 2000) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
531 ((> 100 year-tmp) 1900) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
532 (t 0)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
533 year-tmp))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
534 (goto-char (match-end 0)) ; Position at end makes for nicer overlay result |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
535 (- (car (current-time)) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
536 (car (encode-time 0 0 0 day month year))))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
537 ;; If we did not look directly at an annotation, there might be |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
538 ;; some further down. This is the case if we are positioned at |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
539 ;; the very top of the buffer, for instance. |
| 31475 | 540 (if (re-search-forward |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
541 "^\\S-+\\s-+\\S-+\\s-+\\([0-9]+\\)-\\(\\sw+\\)-\\([0-9]+\\)): " nil t) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
542 (progn |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
543 (beginning-of-line nil) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
544 (vc-cvs-annotate-difference (point)))))) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
545 |
| 35569 | 546 |
| 33560 | 547 ;;; |
| 548 ;;; Snapshot system | |
| 549 ;;; | |
| 550 | |
| 551 (defun vc-cvs-create-snapshot (dir name branchp) | |
| 552 "Assign to DIR's current version a given NAME. | |
| 553 If BRANCHP is non-nil, the name is created as a branch (and the current | |
| 554 workspace is immediately moved to that new branch)." | |
| 555 (vc-do-command nil 0 "cvs" dir "tag" "-c" (if branchp "-b") name) | |
| 556 (when branchp (vc-do-command nil 0 "cvs" dir "update" "-r" name))) | |
| 557 | |
| 558 (defun vc-cvs-retrieve-snapshot (dir name update) | |
| 559 "Retrieve a snapshot at and below DIR. | |
| 560 NAME is the name of the snapshot; if it is empty, do a `cvs update'. | |
| 561 If UPDATE is non-nil, then update (resynch) any affected buffers." | |
| 562 (with-current-buffer (get-buffer-create "*vc*") | |
| 563 (let ((default-directory dir)) | |
| 564 (erase-buffer) | |
| 565 (if (or (not name) (string= name "")) | |
| 566 (vc-do-command t 0 "cvs" nil "update") | |
| 567 (vc-do-command t 0 "cvs" nil "update" "-r" name)) | |
| 568 (when update | |
| 569 (goto-char (point-min)) | |
| 570 (while (not (eobp)) | |
| 571 (if (looking-at "\\([CMUP]\\) \\(.*\\)") | |
| 572 (let* ((file (expand-file-name (match-string 2) dir)) | |
| 573 (state (match-string 1)) | |
| 574 (buffer (find-buffer-visiting file))) | |
| 575 (when buffer | |
| 576 (cond | |
| 577 ((or (string= state "U") | |
| 578 (string= state "P")) | |
| 579 (vc-file-setprop file 'vc-state 'up-to-date) | |
| 580 (vc-file-setprop file 'vc-workfile-version nil) | |
| 581 (vc-file-setprop file 'vc-checkout-time | |
| 582 (nth 5 (file-attributes file)))) | |
| 583 ((or (string= state "M") | |
| 584 (string= state "C")) | |
| 585 (vc-file-setprop file 'vc-state 'edited) | |
| 586 (vc-file-setprop file 'vc-workfile-version nil) | |
| 587 (vc-file-setprop file 'vc-checkout-time 0))) | |
| 588 (vc-resynch-buffer file t t)))) | |
| 589 (forward-line 1)))))) | |
| 590 | |
| 35569 | 591 |
| 33560 | 592 ;;; |
| 593 ;;; Miscellaneous | |
| 594 ;;; | |
| 595 | |
| 596 (defun vc-cvs-make-version-backups-p (file) | |
| 597 "Return non-nil if version backups should be made for FILE." | |
| 598 (vc-cvs-stay-local-p file)) | |
| 599 | |
| 600 (defun vc-cvs-check-headers () | |
| 601 "Check if the current file has any headers in it." | |
| 602 (save-excursion | |
| 603 (goto-char (point-min)) | |
| 604 (re-search-forward "\\$[A-Za-z\300-\326\330-\366\370-\377]+\ | |
| 605 \\(: [\t -#%-\176\240-\377]*\\)?\\$" nil t))) | |
| 606 | |
| 35569 | 607 |
| 33560 | 608 ;;; |
| 609 ;;; Internal functions | |
| 610 ;;; | |
| 611 | |
| 612 (defun vc-cvs-stay-local-p (file) | |
| 613 "Return non-nil if VC should stay local when handling FILE." | |
| 614 (if vc-cvs-stay-local | |
| 615 (let* ((dirname (if (file-directory-p file) | |
| 616 (directory-file-name file) | |
| 617 (file-name-directory file))) | |
| 618 (prop | |
| 619 (or (vc-file-getprop dirname 'vc-cvs-stay-local-p) | |
| 620 (let ((rootname (expand-file-name "CVS/Root" dirname))) | |
| 621 (vc-file-setprop | |
| 622 dirname 'vc-cvs-stay-local-p | |
| 623 (when (file-readable-p rootname) | |
| 624 (with-temp-buffer | |
| 625 (vc-insert-file rootname) | |
| 626 (goto-char (point-min)) | |
| 627 (if (looking-at "\\([^:]*\\):") | |
| 628 (if (not (stringp vc-cvs-stay-local)) | |
| 629 'yes | |
| 630 (let ((hostname (match-string 1))) | |
| 631 (if (string-match vc-cvs-stay-local hostname) | |
| 632 'yes | |
| 633 'no))) | |
| 634 'no)))))))) | |
| 635 (if (eq prop 'yes) t nil)))) | |
| 636 | |
| 637 (defun vc-cvs-parse-status (&optional full) | |
| 638 "Parse output of \"cvs status\" command in the current buffer. | |
| 639 Set file properties accordingly. Unless FULL is t, parse only | |
| 640 essential information." | |
| 641 (let (file status) | |
| 642 (goto-char (point-min)) | |
| 643 (if (re-search-forward "^File: " nil t) | |
| 644 (cond | |
| 645 ((looking-at "no file") nil) | |
| 646 ((re-search-forward "\\=\\([^ \t]+\\)" nil t) | |
| 647 (setq file (expand-file-name (match-string 1))) | |
| 648 (vc-file-setprop file 'vc-backend 'CVS) | |
| 649 (if (not (re-search-forward "\\=[ \t]+Status: \\(.*\\)" nil t)) | |
| 650 (setq status "Unknown") | |
| 651 (setq status (match-string 1))) | |
| 652 (if (and full | |
| 653 (re-search-forward | |
| 654 "\\(RCS Version\\|RCS Revision\\|Repository revision\\):\ | |
| 655 \[\t ]+\\([0-9.]+\\)" | |
| 656 nil t)) | |
| 657 (vc-file-setprop file 'vc-latest-version (match-string 2))) | |
| 658 (cond | |
| 659 ((string-match "Up-to-date" status) | |
| 660 (vc-file-setprop file 'vc-checkout-time | |
| 661 (nth 5 (file-attributes file))) | |
| 662 'up-to-date) | |
| 663 ((string-match "Locally Modified" status) 'edited) | |
| 664 ((string-match "Needs Merge" status) 'needs-merge) | |
| 665 ((string-match "Needs \\(Checkout\\|Patch\\)" status) 'needs-patch) | |
| 666 (t 'edited))))))) | |
| 667 | |
| 668 (defun vc-cvs-dir-state-heuristic (dir) | |
| 669 "Find the CVS state of all files in DIR, using only local information." | |
| 670 (with-temp-buffer | |
| 671 (vc-insert-file (expand-file-name "CVS/Entries" dir)) | |
| 672 (goto-char (point-min)) | |
| 673 (while (not (eobp)) | |
| 674 (when (looking-at "/\\([^/]*\\)/") | |
| 675 (let ((file (expand-file-name (match-string 1) dir))) | |
| 676 (unless (vc-file-getprop file 'vc-state) | |
| 677 (vc-cvs-parse-entry file t)))) | |
| 678 (forward-line 1)))) | |
| 679 | |
| 680 (defun vc-cvs-parse-entry (file &optional set-state) | |
| 681 "Parse a line from CVS/Entries. | |
| 682 Compare modification time to that of the FILE, set file properties | |
| 683 accordingly. However, `vc-state' is set only if optional arg SET-STATE | |
| 684 is non-nil." | |
| 685 (cond | |
| 686 ;; entry for a "locally added" file (not yet committed) | |
| 687 ((looking-at "/[^/]+/0/") | |
| 688 (vc-file-setprop file 'vc-checkout-time 0) | |
| 689 (vc-file-setprop file 'vc-workfile-version "0") | |
| 690 (if set-state (vc-file-setprop file 'vc-state 'edited))) | |
| 691 ;; normal entry | |
| 692 ((looking-at | |
| 693 (concat "/[^/]+" | |
| 694 ;; revision | |
| 695 "/\\([^/]*\\)" | |
| 696 ;; timestamp | |
| 697 "/[A-Z][a-z][a-z]" ;; week day (irrelevant) | |
| 698 " \\([A-Z][a-z][a-z]\\)" ;; month name | |
| 699 " *\\([0-9]*\\)" ;; day of month | |
| 700 " \\([0-9]*\\):\\([0-9]*\\):\\([0-9]*\\)" ;; hms | |
| 701 " \\([0-9]*\\)" ;; year | |
| 702 ;; optional conflict field | |
| 703 "\\(+[^/]*\\)?/")) | |
| 704 (vc-file-setprop file 'vc-workfile-version (match-string 1)) | |
| 705 ;; compare checkout time and modification time | |
| 706 (let ((second (string-to-number (match-string 6))) | |
| 707 (minute (string-to-number (match-string 5))) | |
| 708 (hour (string-to-number (match-string 4))) | |
| 709 (day (string-to-number (match-string 3))) | |
| 710 (year (string-to-number (match-string 7))) | |
| 711 (month (/ (string-match | |
| 712 (match-string 2) | |
| 713 "xxxJanFebMarAprMayJunJulAugSepOctNovDec") | |
| 714 3)) | |
| 715 (mtime (nth 5 (file-attributes file)))) | |
| 716 (cond ((equal mtime | |
| 717 (encode-time second minute hour day month year 0)) | |
| 718 (vc-file-setprop file 'vc-checkout-time mtime) | |
| 719 (if set-state (vc-file-setprop file 'vc-state 'up-to-date))) | |
| 720 (t | |
| 721 (vc-file-setprop file 'vc-checkout-time 0) | |
| 722 (if set-state (vc-file-setprop file 'vc-state 'edited)))))) | |
| 723 ;; entry with arbitrary text as timestamp | |
| 724 ;; (this means we should consider it modified) | |
| 725 ((looking-at | |
| 726 (concat "/[^/]+" | |
| 727 ;; revision | |
| 728 "/\\([^/]*\\)" | |
| 729 ;; timestamp (arbitrary text) | |
| 730 "/[^/]*" | |
| 731 ;; optional conflict field | |
| 732 "\\(+[^/]*\\)?/")) | |
| 733 (vc-file-setprop file 'vc-workfile-version (match-string 1)) | |
| 734 (vc-file-setprop file 'vc-checkout-time 0) | |
| 735 (if set-state (vc-file-setprop file 'vc-state 'edited))))) | |
| 35569 | 736 |
|
31384
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
737 (provide 'vc-cvs) |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
738 |
|
f6cb7dfe5e7c
(vc-cvs-show-log-entry): New function.
Gerd Moellmann <gerd@gnu.org>
parents:
diff
changeset
|
739 ;;; vc-cvs.el ends here |
