comparison lisp/vc-svn.el @ 85122:c2cc930bdd9e

This is the actual fix....
author Eric S. Raymond <esr@snark.thyrsus.com>
date Tue, 09 Oct 2007 16:54:40 +0000
parents 5039706521c9
children 8ba0e30716a5 14c4a6aac623
comparison
equal deleted inserted replaced
85121:d900b8e10003 85122:c2cc930bdd9e
22 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 22 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23 ;; Boston, MA 02110-1301, USA. 23 ;; Boston, MA 02110-1301, USA.
24 24
25 ;;; Commentary: 25 ;;; Commentary:
26 26
27 ;; This is preliminary support for Subversion (http://subversion.tigris.org/). 27 ;; Sync'd with Subversion's vc-svn.el as of revision 5801. but this version
28 ;; It started as `sed s/cvs/svn/ vc.cvs.el' (from version 1.56) 28 ;; has been extensively modified since to handle filesets.
29 ;; and hasn't been completely fixed since.
30
31 ;; Sync'd with Subversion's vc-svn.el as of revision 5801.
32 29
33 ;;; Bugs: 30 ;;; Bugs:
34 31
35 ;; - VC-dired is (really) slow. 32 ;; - VC-dired is (really) slow.
36 33