GNU bug report logs - #15446
cannot register files in subversion 1.7.5 with emacs

Previous Next

Package: emacs;

Reported by: Brian Zbriger <brian.zbr <at> gmail.com>

Date: Mon, 23 Sep 2013 21:56:01 UTC

Severity: normal

Tags: confirmed

Fixed in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #12 received at 15446-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 15446-done <at> debbugs.gnu.org
Subject: Re: bug#15446: cannot register files in subversion 1.7.5 with emacs
Date: Wed, 09 Oct 2013 14:50:49 -0400
Version: 24.4

Thanks, this should fix it:

*** lisp/vc/vc-svn.el	2013-10-04 23:47:00 +0000
--- lisp/vc/vc-svn.el	2013-10-09 18:45:51 +0000
***************
*** 294,300 ****
    "Create a new SVN repository."
    (vc-do-command "*vc*" 0 "svnadmin" '("create" "SVN"))
    (vc-svn-command "*vc*" 0 "." "checkout"
!                   (concat "file://" default-directory "SVN")))
  
  (autoload 'vc-switches "vc")
  
--- 294,300 ----
    "Create a new SVN repository."
    (vc-do-command "*vc*" 0 "svnadmin" '("create" "SVN"))
    (vc-svn-command "*vc*" 0 "." "checkout"
!                   (concat "file://" (expand-file-name default-directory) "SVN")))
  
  (autoload 'vc-switches "vc")
  




This bug report was last modified 11 years and 228 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.