<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.emacs.dvc.devel">
    <title>gmane.emacs.dvc.devel</title>
    <link>http://blog.gmane.org/gmane.emacs.dvc.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2897"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2894"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2893"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2892"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2891"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2888"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2878"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2876"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2875"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2873"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2872"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2871"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2869"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2868"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2867"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2863"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2861"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2857"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2856"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2854"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2897">
    <title>confirm delete unversioned files</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2897</link>
    <description>&lt;pre&gt;Hi,

After accidentally hitting 'd' instead of 'a' one too many times, I made
a mod to ask the user to confirm deletion; it's at

  https://code.launchpad.net/~ryorke/dvc/confirm-delete-unversioned

AKA

  lp:~ryorke/dvc/confirm-delete-unversioned

It works fine with bzr; not sure if it needs to be tested with other
backends.

Regards,

Rory
&lt;/pre&gt;</description>
    <dc:creator>Rory Yorke</dc:creator>
    <dc:date>2012-04-06T12:26:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2894">
    <title>How do I bind to xgit-diff-mode-map?</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2894</link>
    <description>&lt;pre&gt;I have in my .emacs:

(require 'dvc-autoloads)

I try to bind delete-other-windows to M-1. I tried to do it:
(define-key 'xgit-diff-mode-map (kbd "M-1") 'delete-other-windows)
I got:
keymapp, xgit-diff-mode-map

I think the problem is - dvc is not loadede at start up. So I tired:
(eval-after-load "dvc-autoloads" '(define-key 'xgit-diff-mode-map (kbd
"M-1") 'delete-other-windows))

No help!
_______________________________________________
Dvc-dev mailing list
Dvc-dev&amp;lt; at &amp;gt;gna.org
https://mail.gna.org/listinfo/dvc-dev
&lt;/pre&gt;</description>
    <dc:creator>Boris Kheyfets</dc:creator>
    <dc:date>2012-03-23T11:10:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2893">
    <title>[commit] rev 589: xhg-gnus: xhg-gnus-import-patch: Improve errormessage</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2893</link>
    <description>&lt;pre&gt;Committed revision 589 to http://bzr.xsteve.at/dvc/

xhg-gnus: xhg-gnus-import-patch: Improve error message
&lt;/pre&gt;</description>
    <dc:creator>Stefan Reichör</dc:creator>
    <dc:date>2012-02-17T21:49:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2892">
    <title>[commit] rev 588: Add new command: bzr-upload</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2892</link>
    <description>&lt;pre&gt;Committed revision 588 to http://bzr.xsteve.at/dvc/

Add new command: bzr-upload
  
  Add support for the bzr upload plugin
&lt;/pre&gt;</description>
    <dc:creator>Stefan Reichör</dc:creator>
    <dc:date>2012-01-13T16:44:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2891">
    <title>[commit] rev 587: xhg-core: Implement xhg-prepare-environment toensure that LC_MESSAGES=C is used</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2891</link>
    <description>&lt;pre&gt;Committed revision 587 to http://bzr.xsteve.at/dvc/

xhg-core: Implement xhg-prepare-environment to ensure that LC_MESSAGES=C is used
&lt;/pre&gt;</description>
    <dc:creator>Stefan Reichör</dc:creator>
    <dc:date>2012-01-10T21:46:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2888">
    <title>[commit] rev 586: dvc-unified.el: Require ffap</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2888</link>
    <description>&lt;pre&gt;Committed revision 586 to http://bzr.xsteve.at/dvc/

dvc-unified.el: Require ffap
&lt;/pre&gt;</description>
    <dc:creator>Stefan Reichör</dc:creator>
    <dc:date>2011-12-15T21:40:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2878">
    <title>[BUG/FEATURE] dvc-find-file-hook is slow!</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2878</link>
    <description>&lt;pre&gt;

Please change the Subject header to a concise bug description or feature request.
In this report, remember to cover the basics, that is, what you 
expected to happen and what in fact did happen.
Please remove these instructions from your message.

Title says all.  It takes me 4 seconds just to do (find-library 'dvc-core)

Emacs  : GNU Emacs 23.3.1 (x86_64-apple-darwin10.8.0, Carbon Version 1.6.0 AppKit 1038.36)
 of 2011-09-04 on pluto.local
Package: Dvc 0

current state:
==============
(setq
 emacs-version "23.3.1"
 dvc-version "0"
 dvc-command-version "git version 1.7.6.1"
 baz-executable "baz"
 tla-apply-patch-mapping nil
 tla-arch-branch 'none
 tla-archive-list-mode-hook nil
 tla-bookmarks-cleanup-dont-prompt nil
 tla-bookmarks-file-name "bookmarks.el"
 tla-bookmarks-mode-hook nil
 tla-branch-list-mode-hook nil
 tla-button-revision-fn 'tla-revlog-any
 tla-category-list-mode-hook nil
 tla-changes-recursive t
 tla-commit-check-log-buffer-functions '(tla-commit-check-empty-headers tla-commit-check-empty-line
                                         tla-commit-check-missing-space)
 tla-commit-done-hook nil
 tla-commit-fix-missing-space t
 tla-commit-headers-allowed-to-be-empty "^\\(Keywords\\)$"
 tla-description-format '(patch-id "\n  " summary "\n  Located at: " location "\n")
 tla-dont-hyperlink-changelog nil
 tla-executable "tla"
 tla-follow-symlinks 'tree
 tla-follow-symlinks-mode 'follow
 tla-format-line-function nil
 tla-generate-line-function nil
 tla-install-command-help-system t
 tla-inventory-display-backup t
 tla-inventory-display-junk t
 tla-inventory-display-precious t
 tla-inventory-display-source t
 tla-inventory-display-tree t
 tla-inventory-display-unrecognized t
 tla-inventory-file-mode-hook nil
 tla-inventory-mode-hook nil
 tla-log-edit-keywords '("bugfix" "docfix" "warnfix" "linting" "newfeature" "merge" "update" "rename" "delete"
                         "newfile")
 tla-log-edit-mode-hook nil
 tla-log-library "~/.arch-log-library/"
 tla-log-library-greedy t
 tla-logs-mode-hook nil
 tla-mail-notification-destination nil
 tla-make-archive-hook nil
 tla-make-branch-hook nil
 tla-make-category-hook nil
 tla-make-log-function 'tla-default-make-log-function
 tla-make-version-hook nil
 tla-name-read-error-hook '(tla--name-read-insert-info-at-point-final)
 tla-name-read-final-hook '(tla--name-read-insert-info-at-point-final)
 tla-name-read-init-hook '(tla--name-read-insert-bookmark-init tla--name-read-insert-partner-init
                           tla--name-read-insert-info-at-point-init)
 tla-non-recursive-inventory t
 tla-patch-sent-action 'keep-tarball
 tla-revision-list-mode-hook nil
 tla-revisions-shows-library t
 tla-revisions-shows-merged-by t
 tla-revisions-shows-merges nil
 tla-revlog-mode-hook nil
 tla-send-comments-format "Your patch %c--%b--%v--%r (%t)"
 tla-send-comments-width 25
 tla-show-ancestor nil
 tla-strict-commits nil
 tla-submit-patch-mapping '(((nil "xtla" nil nil nil) ("xtla-el-dev&amp;lt; at &amp;gt;gna.org" "xtla")))
 tla-switch-to-changes-buffer nil
 tla-tag-does-cacherev 'ask
 tla-tag-function 'tla-tag-uuid
 tla-three-way-merge t
 tla-update-recursive t
 tla-update-strategy 'merge
 tla-use-arrow-keys-for-navigation nil
 tla-use-skip-present-option nil
 tla-version-list-mode-hook nil
 tla-version-to-name-function nil
 xgit-executable "git"
 xgit-git-dir-mapping nil
 xgit-log-max-count 400
 xgit-log-since nil
 xgit-show-filter-filename-func nil
 xgit-use-index 'ask
 features '(gnus-util compile+ compile comint compile- message format-spec rfc822 mml mml-sec mm-decode mm-bodies
            mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils
            gmm-utils mailheader reporter dvc-bug debug git-modeline git-emacs cus-edit rect tla smerge-mode
            time-date diff sendmail uniquify bzr-core tla-core pp add-log diff-mode xdarcs-core xgit-core xhg-core
            xmtn-minimal gnus-dired pp-c-l zenburn page-ext disp-table ffap system-type-darwin-theme xml
            dot-passwd-el \.loaddefs ewoc ring gnus-load time-stamp vc-git vc vc-dispatcher ediff-merg ediff-diff
            ediff-wind ediff-help ediff-util ediff-mult ediff-init ediff edmacro kmacro assoc thingatpt noutline
            outline company-autoloads weblogger-autoloads xml-rpc-autoloads color-theme wid-edit byte-code-cache
            byte-opt warnings info initsplit advice advice-preload find-func el-get help-mode easymenu view
            autoload help-fns bytecomp byte-compile cl cl-19 dired-x dired-aux dired regexp-opt paren server ido
            easy-mmode autorevert time delsel cus-start cus-load elhome tooltip ediff-hook vc-hooks lisp-float-type
            mwheel mac-win tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer
            select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian
            utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak
            czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
            loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env
            code-pages mule custom widget hashtable-print-readable backquote mac multi-tty make-network-process
            emacs)
 )
&lt;/pre&gt;</description>
    <dc:creator>Dave Abrahams</dc:creator>
    <dc:date>2011-09-11T19:24:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2876">
    <title>[commit] rev 585: Merged from Stephen Leake: misc xmtn improvements</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2876</link>
    <description>&lt;pre&gt;Committed revision 585 to http://bzr.xsteve.at/dvc/

Merged from Stephen Leake: misc xmtn improvements
&lt;/pre&gt;</description>
    <dc:creator>Stefan Reichör</dc:creator>
    <dc:date>2011-07-26T19:16:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2875">
    <title>rev 585: misc xmtn improvements</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2875</link>
    <description>&lt;pre&gt;Committed revision 585 to http://stephe-leake.org/dvc

misc xmtn improvements
  
  * lisp/Makefile.in (install): handle install xmtn-hooks.lua when built outside source directory
  
  * lisp/xmtn-automate.el (xmtn-automate--start-process): specify db for sync process; mtn 1.0 doesn't default to :memory:
    (xmtn--heads): don't do ignore-suspend-certs
  
  * lisp/xmtn-conflicts.el: allow overriding (resolved_internal)
  
  * Makefile.in (miscfiles): add dvc-intro.texinfo, fdl.texinfo

&lt;/pre&gt;</description>
    <dc:creator>Stephen Leake</dc:creator>
    <dc:date>2011-07-26T12:53:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2873">
    <title>Patch to add (required) files missing from snapshot build.</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2873</link>
    <description>&lt;pre&gt;The snapshot build at revno: 584 does not appear to include these two
files which are required to be able to build the debian package from the
snapshot tarball. Cheers, Bruce.
_______________________________________________
Dvc-dev mailing list
Dvc-dev&amp;lt; at &amp;gt;gna.org
https://mail.gna.org/listinfo/dvc-dev
&lt;/pre&gt;</description>
    <dc:creator>Bruce Tulloch</dc:creator>
    <dc:date>2011-07-26T04:16:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2872">
    <title>DVC revert (for hg) doesn't revert file buffer</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2872</link>
    <description>&lt;pre&gt;Hi,

I found what I think is a bug in DVC. If I do C-x V f R on the current
buffer, this happens (I copied and pasted this from the *Messages* buffer):

revert file: "/home/greenrd/hg/urweb-patches/lib/ur/list.ur" ? (y or n) 
hg revert finished
list.ur changed on disk; really edit the buffer? (y, n, r or C-h) 

What happened was that the file got reverted - but the buffer didn't!
Fortunately, emacs noticed as soon as I pressed a key - but I can't see
any valid reason to want this behaviour.

Is this a bug? And is this a general problem with DVC, or does it only
happen with revert (or only with revert for hg, even)?

Thanks,
&lt;/pre&gt;</description>
    <dc:creator>Robin Green</dc:creator>
    <dc:date>2011-06-27T22:24:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2871">
    <title>building/installing out-of-tree</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2871</link>
    <description>&lt;pre&gt;Hi!

Here's a small patch to allow building (resp. installing afterwards)
dvc out-of-tree.

Regards,
&lt;/pre&gt;</description>
    <dc:creator>Thomas Moschny</dc:creator>
    <dc:date>2011-05-11T14:40:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2869">
    <title>[commit] rev 584: Merged from Stephen Leake: dvc-get-buffer-createbugfix, xmtn improvements</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2869</link>
    <description>&lt;pre&gt;Committed revision 584 to http://bzr.xsteve.at/dvc/

Merged from Stephen Leake: dvc-get-buffer-create bugfix, xmtn improvements
&lt;/pre&gt;</description>
    <dc:creator>Stefan Reichör</dc:creator>
    <dc:date>2011-04-22T21:07:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2868">
    <title>rev 555: * lisp/dvc-buffers.el (dvc-get-buffer-create): ensure'default-directory' is an absolute path</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2868</link>
    <description>&lt;pre&gt;Committed revision 555 to http://stephe-leake.org/dvc

* lisp/dvc-buffers.el (dvc-get-buffer-create): ensure 'default-directory' is an absolute path

&lt;/pre&gt;</description>
    <dc:creator>Stephen Leake</dc:creator>
    <dc:date>2011-04-22T07:34:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2867">
    <title>rev 556: lots of xmtn improvements, other minor fixes</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2867</link>
    <description>&lt;pre&gt;Committed revision 556 to http://stephe-leake.org/dvc

lots of xmtn improvements, other minor fixes
  
  * lisp/xmtn-*: lots of xmtn improvements
  
  * lisp/Makefile.in (install): install xmtn-hooks.lua
  
  * texinfo/Makefile.in (alldeps): fix dvc-intro.texinfo for VPATH builds
  
  * lisp/dvc-log.el (dvc-dvc-log-edit): specify 'root' in call to dvc-get-buffer-create, to avoid symlink issues.
  
  * texinfo/dvc-intro.texinfo (Top): add xmtn-sync-review in menu
  
  * lisp/dvc-fileinfo.el (dvc-fileinfo-next, -prev): use dvc-make-ewoc-next
  
  * lisp/dvc-fileinfo.el (dvc-fileinfo-prev): fix typo in fileinfo-prev

&lt;/pre&gt;</description>
    <dc:creator>Stephen Leake</dc:creator>
    <dc:date>2011-04-22T07:35:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2863">
    <title>Issue with mercurial backend</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2863</link>
    <description>&lt;pre&gt;

I'm getting a recurrent problem with the mercurial backend for DVC. 

If I do a "status" call, DVC runs mercurial as expected. However, the
use of "=" to get a diff fails, with a "no such directory" error. It's a
little limiting because this is I usually scan through all my files this
way when writting a change comment. 

I had a go at debugging this further, but I can't get my head around the
DVC code base! 

Any advice welcome. 

Phil


"Debugger entered--Lisp error: (file-error "Setting current directory" "no such file or directory" "trunk/themes/knowledgeblog/")
  call-process("diff" nil #&amp;lt;buffer *xhg-file-diff*&amp;lt;6&amp;gt;&amp;gt; nil "-u" "-La/trunk/themes/knowledgeblog/home.php" "-Lb/trunk/themes/knowledgeblog/home.php" "/tmp/DVC-file-diff-base25056Ao" "/tmp/DVC-file-diff-mod2505HLu")
  dvc-dvc-file-diff("trunk/themes/knowledgeblog/home.php" (xhg (last-revision "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/" 1)) (xhg (local-tree "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/")) t)
  apply(dvc-dvc-file-diff ("trunk/themes/knowledgeblog/home.php" (xhg (last-revision "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/" 1)) (xhg (local-tree "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/")) t))
  apply(apply dvc-dvc-file-diff ("trunk/themes/knowledgeblog/home.php" (xhg (last-revision "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/" 1)) (xhg (local-tree "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/")) t))
  dvc-apply("dvc-file-diff" ("trunk/themes/knowledgeblog/home.php" (xhg (last-revision "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/" 1)) (xhg (local-tree "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/")) t))
  dvc-file-diff("trunk/themes/knowledgeblog/home.php" (xhg (last-revision "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/" 1)) (xhg (local-tree "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/")) t)
  dvc-diff-diff()
  call-interactively(dvc-diff-diff nil nil)
&lt;/pre&gt;</description>
    <dc:creator>Phillip Lord</dc:creator>
    <dc:date>2011-04-21T11:38:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2861">
    <title>website</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2861</link>
    <description>&lt;pre&gt;Who's maintaining the DVC website at http://download.gna.org/dvc ?

In particular, there are some broken links to monotone in
http://download.gna.org/dvc/docs/dvc-snapshot.html#Top that I'd like to
fix.

&lt;/pre&gt;</description>
    <dc:creator>Stephen Leake</dc:creator>
    <dc:date>2011-03-16T22:42:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2857">
    <title>hg diff from dvc-status</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2857</link>
    <description>&lt;pre&gt;

I'm having problems with getting diffs from dvc-status. If I do this on
my repository, it all works...


hg status for *snip*/src/ht/knowledgeblog/devel/

 M trunk/plugins/kcite/kcite-todo.org
 M trunk/plugins/kcite/kcite.php
 ? trunk/plugins/kcite/gorun_settings.py
 ? trunk/plugins/kcite/gorun_settings.pyc
 ? trunk/plugins/test-plugin.php


But running dvc-dvc-diff on one of the modified files, gives me a no
such file or directory. 

dvc-dvc-file-diff: Setting current directory: no such file or directory,
trunk/plugins/kcite/

Or this backtrace...

Debugger entered--Lisp error: (file-error "Setting current directory" "no such file or directory" "trunk/plugins/kcite/")
  call-process("diff" nil #&amp;lt;buffer *xhg-file-diff*&amp;lt;2&amp;gt;&amp;gt; nil "-u" "-La/trunk/plugins/kcite/kcite.php" "-Lb/trunk/plugins/kcite/kcite.php" "/tmp/DVC-file-diff-base2582N0c" "/tmp/DVC-file-diff-mod2582a-i")
  dvc-dvc-file-diff("trunk/plugins/kcite/kcite.php" (xhg (last-revision "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/" 1)) (xhg (local-tree "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/")) t)
  apply(dvc-dvc-file-diff ("trunk/plugins/kcite/kcite.php" (xhg (last-revision "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/" 1)) (xhg (local-tree "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/")) t))
  apply(apply dvc-dvc-file-diff ("trunk/plugins/kcite/kcite.php" (xhg (last-revision "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/" 1)) (xhg (local-tree "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/")) t))
  dvc-apply("dvc-file-diff" ("trunk/plugins/kcite/kcite.php" (xhg (last-revision "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/" 1)) (xhg (local-tree "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/")) t))
  dvc-file-diff("trunk/plugins/kcite/kcite.php" (xhg (last-revision "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/" 1)) (xhg (local-tree "/mnt/sdb1/home/phillord/src/ht/knowledgeblog/devel/")) t)
  dvc-diff-diff()
  call-interactively(dvc-diff-diff nil nil)

The same command works when run from with the file buffer. I think it's
a problem with the directory, but I am finding the dvc code base a
little hard to debug. 

Not a show stopper, as I can get the same information in a different
way, but I was wondering if anyone else could replicate the problem? 

Phil
&lt;/pre&gt;</description>
    <dc:creator>Phillip Lord</dc:creator>
    <dc:date>2011-02-21T17:06:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2856">
    <title>dvc and xemacs 21.5-b29</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2856</link>
    <description>&lt;pre&gt;I'm trying to get dvc to work with xemacs 21.5-b29.  I found a couple of
minor issues and a show-stopper.

First, I can't build dvc at all because xemacs erroneously thinks there
is a badly formatted Local Variables section in dvc-build.el.  I fixed
this by placing a page-break (Ctrl-L) at the end of dvc-build.el, just
before the ending comment.

Second, some packages need to be loaded to be able to build.  In
dvc-unified.el, I had to require pp, debug.  XEmacs doesn't have
dired-x, so I just required dired-xemacs instead.  (Maybe I should use
just plain dired?)  Also, xemacs doesn't have
uniquify-list-buffers-directory-modes, so I just added a defvar for
that.  This is probably not right, but it lets dvc build.

Third, xhg.el requires dired-x, which I just changed to require
dired-xemacs instead.

With these changes, xemacs can now compile dvc.  Yay!  However, the
result doesn't work.  I ran make and make install to install all the
files in ~/.xemacs/lib/...  Now when I start xemacs, I get lots of
errors about basically every package having it's auto-autoloads already
loaded.  Other than the 100+ warnings (and slower startup), this is
mostly harmless, I think.

The show-stopper is that when I do (load "dvc-load"), nothing works.
When I try to load any file, I get an error about dvc-buffers-tree being
not defined.  If I defvar that, then there's an error about
dvc-process-running being undefined.  I don't understand how the
auto-autoloads work, so I'm kind of stuck here.

Any hints on how to figure this out?

Ray
&lt;/pre&gt;</description>
    <dc:creator>Raymond Toy</dc:creator>
    <dc:date>2011-02-11T02:19:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2854">
    <title>Proposed patch to have dvc understand MTN even in a foreign locale</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2854</link>
    <description>&lt;pre&gt;Hello,

In the hope that this is an acceptable way to send changes for DVC,
here's a small one.

message:
  Monotone has several non-english translations.  It means that it might
  output things that are incomprehensible to DVC.  Therefore, we need to
  set a locale that DVC has a chance to understand, such as "C".
  
  * lisp/xmtn-dvc.el (xmtn-dvc-prepare-environment): Added.
  * lisp/xmtn-run.el (xmtn-prepare-environment): Added to prepare the
    environment as necessary.  For the moment, it's to add LC_MESSAGES=C.

Cheers,
Richard

&lt;/pre&gt;</description>
    <dc:creator>Richard Levitte</dc:creator>
    <dc:date>2011-02-04T13:55:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2850">
    <title>[commit] rev 583: Merged from Stephen Leake: dvc-uniquify-file-name:add optional resolve-symlinks arg. clean up use offile-truename. misc xmtn improvements.</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2850</link>
    <description>&lt;pre&gt;Committed revision 583 to http://bzr.xsteve.at/dvc/

Merged from Stephen Leake: dvc-uniquify-file-name: add optional resolve-symlinks arg. clean up use of file-truename. misc xmtn improvements.
&lt;/pre&gt;</description>
    <dc:creator>Stefan Reichör</dc:creator>
    <dc:date>2010-12-30T23:01:56</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.emacs.dvc.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.emacs.dvc.devel</link>
  </textinput>
</rdf:RDF>

