* bug#21984: 25.0.50; Creating a new file in a new directory in a subversion sandbox fails @ 2015-11-22 18:40 Anders Lindgren 2015-11-22 18:59 ` Eli Zaretskii 2015-12-11 6:22 ` bug#21984: Fixed subversion vc problem Anders Lindgren 0 siblings, 2 replies; 9+ messages in thread From: Anders Lindgren @ 2015-11-22 18:40 UTC (permalink / raw) To: 21984 [-- Attachment #1: Type: text/plain, Size: 4961 bytes --] Hi! When opening a new file in a new directory in a subversion sandbox, an error is thrown. Steps to repeat: emacs -Q (setq debug-on-error t) ;; To get a backtrace C-x C-f a/path/to/a/new/directory/in/a/subversion/sandbox/newfile.txt The following error is thrown: Debugger entered--Lisp error: (error "No such directory found via CDPATH environment variable") signal(error ("No such directory found via CDPATH environment variable")) error("No such directory found via CDPATH environment variable") cd("/Users/anderslindgren/emacs/src/newdir/") vc-svn-registered("/Users/anderslindgren/emacs/src/newdir/newfile.txt") (progn (load "vc-svn" nil t) (vc-svn-registered f)) (if (vc-find-root f admin-dir) (progn (load "vc-svn" nil t) (vc-svn-registered f))) (let ((admin-dir (cond ((and (eq system-type (quote windows-nt)) (getenv "SVN_ASP_DOT_NET_HACK")) "_svn") (t ".svn")))) (if (vc-find-root f admin-dir) (progn (load "vc-svn" nil t) (vc-svn-registered f)))) vc-svn-registered("/Users/anderslindgren/emacs/src/newdir/newfile.txt") apply(vc-svn-registered "/Users/anderslindgren/emacs/src/newdir/newfile.txt") vc-call-backend(SVN registered "/Users/anderslindgren/emacs/src/newdir/newfile.txt") #[(b) "\302 \303 #\205 \304 \305 #\205 \306\307\310\"\207" [b file vc-call-backend registered vc-file-setprop vc-backend throw found t] 4](SVN) mapc(#[(b) "\302 \303 #\205 \304 \305 #\205 \306\307\310\"\207" [b file vc-call-backend registered vc-file-setprop vc-backend throw found t] 4] (RCS CVS SVN SCCS SRC Bzr Git Hg Mtn)) vc-registered("/Users/anderslindgren/emacs/src/newdir/newfile.txt") vc-backend("/Users/anderslindgren/emacs/src/newdir/newfile.txt") vc-refresh-state() run-hooks(find-file-hook) after-find-file(t t) find-file-noselect-1(#<buffer newfile.txt> "~/emacs/src/newdir/newfile.txt" nil nil "~/emacs/src/newdir/newfile.txt" nil) find-file-noselect("~/emacs/src/newdir/newfile.txt" nil nil t) find-file("~/emacs/src/newdir/newfile.txt" t) funcall-interactively(find-file "~/emacs/src/newdir/newfile.txt" t) call-interactively(find-file nil nil) command-execute(find-file) In GNU Emacs 25.0.50.18 (x86_64-apple-darwin10.8.0, NS appkit-1038.36 Version 10.6.8 (Build 10K549)) of 2015-11-21 Repository revision: bb4303c536a2ac5fe683a711ef8072074f77670e Windowing system distributor 'Apple', version 10.3.1038 Configured using: 'configure --without-dbus --with-ns' Configured features: ACL LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS Important settings: value of $LC_CTYPE: UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. user-error: Beginning of history; no preceding item user-error: End of history; no default available <s-backspace> is undefined [3 times] Use M-x make-directory RET RET to create the directory and its parents Entering debugger... Mark set [2 times] Saved text until "e nil nil) command-execute(find-file) " Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message dired format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils debug vc-svn seq ffap thingatpt url-parse auth-source cl-seq eieio byte-opt bytecomp byte-compile cl-extra cconv eieio-core cl-macs gv gnus-util mm-util help-fns help-mode easymenu cl-loaddefs pcase cl-lib mail-prsvr password-cache url-vars time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel ns-win term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote cocoa ns multi-tty make-network-process emacs) Memory information: ((conses 16 95136 9785) (symbols 48 20308 0) (miscs 40 66 185) (strings 32 18203 4241) (string-bytes 1 530740) (vectors 16 13301) (vector-slots 8 438780 4016) (floats 8 188 154) (intervals 56 286 13) (buffers 976 14)) [-- Attachment #2: Type: text/html, Size: 6760 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#21984: 25.0.50; Creating a new file in a new directory in a subversion sandbox fails 2015-11-22 18:40 bug#21984: 25.0.50; Creating a new file in a new directory in a subversion sandbox fails Anders Lindgren @ 2015-11-22 18:59 ` Eli Zaretskii 2015-11-22 19:07 ` Anders Lindgren 2015-12-11 6:22 ` bug#21984: Fixed subversion vc problem Anders Lindgren 1 sibling, 1 reply; 9+ messages in thread From: Eli Zaretskii @ 2015-11-22 18:59 UTC (permalink / raw) To: Anders Lindgren; +Cc: 21984 > Date: Sun, 22 Nov 2015 19:40:32 +0100 > From: Anders Lindgren <andlind@gmail.com> > > emacs -Q > (setq debug-on-error t) ;; To get a backtrace > C-x C-f a/path/to/a/new/directory/in/a/subversion/sandbox/newfile.txt Which part(s) in this file name don't exist? And where's the part that is the SVN sandbox? ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#21984: 25.0.50; Creating a new file in a new directory in a subversion sandbox fails 2015-11-22 18:59 ` Eli Zaretskii @ 2015-11-22 19:07 ` Anders Lindgren [not found] ` <83si398l0w.fsf@gnu.org> 0 siblings, 1 reply; 9+ messages in thread From: Anders Lindgren @ 2015-11-22 19:07 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 21984 [-- Attachment #1: Type: text/plain, Size: 542 bytes --] In the backtrace I supplied, "emacs" is the root of the subversion sandbox and "src" already exists, whereas "newdir" doesn't. -- Anders On Sun, Nov 22, 2015 at 7:59 PM, Eli Zaretskii <eliz@gnu.org> wrote: > > Date: Sun, 22 Nov 2015 19:40:32 +0100 > > From: Anders Lindgren <andlind@gmail.com> > > > > emacs -Q > > (setq debug-on-error t) ;; To get a backtrace > > C-x C-f a/path/to/a/new/directory/in/a/subversion/sandbox/newfile.txt > > Which part(s) in this file name don't exist? And where's the part > that is the SVN sandbox? > [-- Attachment #2: Type: text/html, Size: 987 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <83si398l0w.fsf@gnu.org>]
* bug#21984: 25.0.50; Creating a new file in a new directory in a subversion sandbox fails [not found] ` <83si398l0w.fsf@gnu.org> @ 2015-12-11 10:13 ` Anders Lindgren [not found] ` <83a8ph8d9x.fsf@gnu.org> 0 siblings, 1 reply; 9+ messages in thread From: Anders Lindgren @ 2015-12-11 10:13 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 21984 [-- Attachment #1: Type: text/plain, Size: 267 bytes --] Hi! > Does the patch below solve the problem? > Yes, it does. And it's a better solution than mine. About the code. Why does it use `cd' -- I thought it mainly was for interactive use. However, I didn't want to change the code more than necessary. -- Anders [-- Attachment #2: Type: text/html, Size: 577 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <83a8ph8d9x.fsf@gnu.org>]
* bug#21984: 25.0.50; Creating a new file in a new directory in a subversion sandbox fails [not found] ` <83a8ph8d9x.fsf@gnu.org> @ 2015-12-11 11:05 ` Anders Lindgren [not found] ` <834mfp8cp3.fsf@gnu.org> 0 siblings, 1 reply; 9+ messages in thread From: Anders Lindgren @ 2015-12-11 11:05 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 21984 [-- Attachment #1: Type: text/plain, Size: 822 bytes --] From my point of view, you can close it. In fact, I sent a mail to the bug server this morning to close it, but it doesn't seem to have been registered. -- Anders On Fri, Dec 11, 2015 at 11:56 AM, Eli Zaretskii <eliz@gnu.org> wrote: > > Date: Fri, 11 Dec 2015 11:13:27 +0100 > > From: Anders Lindgren <andlind@gmail.com> > > Cc: 21984@debbugs.gnu.org > > > > Does the patch below solve the problem? > > > > Yes, it does. And it's a better solution than mine. > > Thanks, pushed. > > > About the code. Why does it use `cd' -- I thought it mainly was for > interactive > > use. However, I didn't want to change the code more than necessary. > > I don't know why it uses 'cd'. Presumably, something related to how > SVN works, but I'm no expert. > > Should we close this bug, or is there anything else left? > [-- Attachment #2: Type: text/html, Size: 1445 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <834mfp8cp3.fsf@gnu.org>]
* bug#21984: 25.0.50; Creating a new file in a new directory in a subversion sandbox fails [not found] ` <834mfp8cp3.fsf@gnu.org> @ 2015-12-11 11:30 ` Anders Lindgren 2015-12-11 19:06 ` Glenn Morris 0 siblings, 1 reply; 9+ messages in thread From: Anders Lindgren @ 2015-12-11 11:30 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 21984-done [-- Attachment #1: Type: text/plain, Size: 506 bytes --] > > > In fact, I sent a mail to the bug server this morning to close it, but it > > doesn't seem to have been registered. > > Hmm... you are right. Does debbugs have problems again? > Looks like it. I've also noticed that 19759 (Release 25.1) list as being blocked by 21104, however, this has been marked as "done". Also, the non-existing bug number "1" is part of the list. I mailed Glenn Morris about this but I got no reply -- maybe gnu.org has problems with more than the bug server? -- Anders [-- Attachment #2: Type: text/html, Size: 999 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#21984: 25.0.50; Creating a new file in a new directory in a subversion sandbox fails 2015-12-11 11:30 ` Anders Lindgren @ 2015-12-11 19:06 ` Glenn Morris 2015-12-11 19:29 ` Anders Lindgren 0 siblings, 1 reply; 9+ messages in thread From: Glenn Morris @ 2015-12-11 19:06 UTC (permalink / raw) To: 21984; +Cc: andlind Anders Lindgren wrote: >> Hmm... you are right. Does debbugs have problems again? It ran out of memory and had issues for ~ 12 hours, but is back to normal now. > Also, the non-existing bug number "1" is part of the list. That's a (harmless) debbugs bug. It seems to (re)occur whenever a merged bug is set as a blocker. Just ignore it. > I mailed Glenn Morris about this but I got no reply Sorry, I missed your mail. ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#21984: 25.0.50; Creating a new file in a new directory in a subversion sandbox fails 2015-12-11 19:06 ` Glenn Morris @ 2015-12-11 19:29 ` Anders Lindgren 0 siblings, 0 replies; 9+ messages in thread From: Anders Lindgren @ 2015-12-11 19:29 UTC (permalink / raw) To: Glenn Morris; +Cc: 21984 [-- Attachment #1: Type: text/plain, Size: 603 bytes --] Hi! I just checked the bug server, and everything looks find now. -- Anders On Fri, Dec 11, 2015 at 8:06 PM, Glenn Morris <rgm@gnu.org> wrote: > Anders Lindgren wrote: > > >> Hmm... you are right. Does debbugs have problems again? > > It ran out of memory and had issues for ~ 12 hours, but is back to normal > now. > > > Also, the non-existing bug number "1" is part of the list. > > That's a (harmless) debbugs bug. It seems to (re)occur whenever a merged > bug > is set as a blocker. Just ignore it. > > > I mailed Glenn Morris about this but I got no reply > > Sorry, I missed your mail. > [-- Attachment #2: Type: text/html, Size: 1074 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#21984: Fixed subversion vc problem 2015-11-22 18:40 bug#21984: 25.0.50; Creating a new file in a new directory in a subversion sandbox fails Anders Lindgren 2015-11-22 18:59 ` Eli Zaretskii @ 2015-12-11 6:22 ` Anders Lindgren 1 sibling, 0 replies; 9+ messages in thread From: Anders Lindgren @ 2015-12-11 6:22 UTC (permalink / raw) To: 21984-done [-- Attachment #1: Type: text/plain, Size: 178 bytes --] Hi, I just fixed this, see the following for details: http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-25&id=1143016d04d8a0c5df467022d7208b71d593fd90 -- Anders [-- Attachment #2: Type: text/html, Size: 422 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-12-11 19:29 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-11-22 18:40 bug#21984: 25.0.50; Creating a new file in a new directory in a subversion sandbox fails Anders Lindgren 2015-11-22 18:59 ` Eli Zaretskii 2015-11-22 19:07 ` Anders Lindgren [not found] ` <83si398l0w.fsf@gnu.org> 2015-12-11 10:13 ` Anders Lindgren [not found] ` <83a8ph8d9x.fsf@gnu.org> 2015-12-11 11:05 ` Anders Lindgren [not found] ` <834mfp8cp3.fsf@gnu.org> 2015-12-11 11:30 ` Anders Lindgren 2015-12-11 19:06 ` Glenn Morris 2015-12-11 19:29 ` Anders Lindgren 2015-12-11 6:22 ` bug#21984: Fixed subversion vc problem Anders Lindgren
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).