emacs-devel
[Top][All Lists]
Advanced

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

Re: vc-directory duplicates changelog for every file commited together


From: Dan Nicolaescu
Subject: Re: vc-directory duplicates changelog for every file commited together
Date: Tue, 26 Feb 2008 07:17:21 -0800

William Xu <address@hidden> writes:

  > Modify two files foo1, foo2 in a svn repo. `C-x v d' brings up the vc
  > dired buffer. Marked both foo1 and foo2, `v v' to write changelog, say
  > "just a test.", then sumit. You will find the result is same as:
  > 
  > ,----
  > | svn ci -m "just a test" foo1
  > | svn ci -m "just a test" foo2
  > `----
  > 
  > Shouldn't it be:
  > 
  > ,----
  > | svn ci -m "just a test" foo1 foo2
  > `----

  > 
  > If Emacs crashed, and you have the Emacs process in the gdb debugger,
  > please include the output from the following gdb commands:
  >     `bt full' and `xbacktrace'.
  > If you would like to further debug the crash, please read the file
  > /Users/william/share/emacs/22.1.91/etc/DEBUG for instructions.
  > 
  > 
  > In GNU Emacs 22.1.91.3 (i386-apple-darwin9.2.0, Carbon Version 1.6.0)
       ^^^^^^^^^^^^^^^^^^^^

Not in this version, multiple file checkin is only supported in CVS HEAD.




reply via email to

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