all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com>
To: 12757@debbugs.gnu.org
Subject: bug#12757: 24.2.50; vc-svn-merge-news: Couldn't analyze svn update result
Date: Mon, 29 Oct 2012 11:43:49 +0900	[thread overview]
Message-ID: <86fw4y576i.wl%%5253605f36527b613438407bc85287410830e04c@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1334 bytes --]

Tags: patch

In GNU Emacs 24.2.50.5 (i686-pc-cygwin)
 of 2012-10-29 on zeroset
Bzr revision: 110709 monnier@iro.umontreal.ca-20121028204149-1s63clufiecqd05k
Windowing system distributor `Microsoft Corp.', version 0.0.0
Configured using:
 `configure '--without-all' '--without-x' '--with-w32' '--with-gnutls'
 '--with-xml2' '--with-xpm' '--with-jpeg' '--with-tiff' '--with-gif'
 '--with-png' '--with-rsvg' '--enable-check-lisp-object-type'
 'CFLAGS=-ggdb3 -O2''

with svn, version 1.7.7 (r1393599)
   compiled Oct 10 2012, 10:19:48

VC back-end for SVN fails to parse the merge response when the target file
is in the subdirectory.

In *vc-dir* buffer:

  VC backend : SVN
  Working dir: ~/Checkout/googlecode.com/zxing-read-only/
  Repository : http://zxing.googlecode.com/svn

      needs-merge          core/src/com/google/zxing/MultiFormatReader.java

error "Couldn't analyze svn update result" occurs by pressing `+'
on the `needs-merge' line.

corresponding messages:

  Merging changes into /home/foo/Checkout/googlecode.com/zxing-read-only/core/src/com/google/zxing/MultiFormatReader.java...
  vc-svn-merge-news: Couldn't analyze svn update result

*vc* buffer is as follows:

  Updating 'core/src/com/google/zxing/MultiFormatReader.java':
  G    core/src/com/google/zxing/MultiFormatReader.java
  Updated to revision 2482.




[-- Attachment #2: vc-svn-merge-news.diff --]
[-- Type: application/octet-stream, Size: 999 bytes --]

=== modified file 'lisp/vc/vc-svn.el'
*** lisp/vc/vc-svn.el	2012-02-25 04:29:09 +0000
--- lisp/vc/vc-svn.el	2012-10-29 00:12:43 +0000
***************
*** 399,405 ****
                 ;; We also used to match the filename in column 0 without any
                 ;; meta-info before it, but I believe this can never happen.
                 (concat "^\\(\\([ACGDU]\\)\\(.[B ]\\)?  \\)"
!                        (regexp-quote (file-name-nondirectory file)))
                 nil t)
                (cond
                 ;; Merge successful, we are in sync with repository now
--- 399,405 ----
                 ;; We also used to match the filename in column 0 without any
                 ;; meta-info before it, but I believe this can never happen.
                 (concat "^\\(\\([ACGDU]\\)\\(.[B ]\\)?  \\)"
!                        (regexp-quote (file-relative-name file)))
                 nil t)
                (cond
                 ;; Merge successful, we are in sync with repository now


             reply	other threads:[~2012-10-29  2:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-29  2:43 OKAZAKI Tetsurou [this message]
2012-10-29  8:43 ` bug#12757: 24.2.50; vc-svn-merge-news: Couldn't analyze svn update result Andreas Schwab
2012-11-02 19:42   ` OKAZAKI Tetsurou
2012-11-17  7:07     ` Chong Yidong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86fw4y576i.wl%%5253605f36527b613438407bc85287410830e04c@gmail.com \
    --to=okazaki.tetsurou@gmail.com \
    --cc=12757@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.