I just fetched the current revision from http://bzr.xsteve.at/dvc/,
compiled and started running it in xemacs.  There is a problem with
the compatibility function `make-temp-file' that is fixed by removing
the symbol `'excl'.  Below is a patch for exactly that.


=== modified file 'lisp/dvc-xemacs.el'
--- lisp/dvc-xemacs.el  2006-09-23 06:08:16 +0000
+++ lisp/dvc-xemacs.el  2006-11-30 17:39:56 +0000
@@ -190,7 +190,7 @@
                           (expand-file-name prefix)))
                    (if dir-flag
                        (make-directory file)
-                     (write-region "" nil file nil 'silent nil 'excl))
+                     (write-region "" nil file nil 'silent nil))
                    nil)
                (file-already-exists t))
         ;; the file was somehow created by someone else between



_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to