bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#15446: cannot register files in subversion 1.7.5 with emacs


From: Glenn Morris
Subject: bug#15446: cannot register files in subversion 1.7.5 with emacs
Date: Wed, 09 Oct 2013 14:50:49 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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")
  





reply via email to

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