Stefan Reichör | 1 Aug 21:31
Picon

[commit] rev 47: Merged user wide ignore list patch from Matthieu

Committed revision 47 to http://xsteve.nit.at/dvc/

Merged user wide ignore list patch from Matthieu
    ------------------------------------------------------------
    merged: Matthieu.Moy@...
    committer: Matthieu Moy <Matthieu.Moy@...>
    branch nick: moy
    timestamp: Mon 2006-07-24 17:05:35 +0530
    message:
      Add appropriate user-wide ignore list for bzr.

      When bzr.el is loaded, append a list of DVC specific ignore patterns to
      the user ignore list if it does not already exist.

      WARNING: this is not windows-portable as of now.
    ------------------------------------------------------------
    merged: Matthieu.Moy@...
    committer: Matthieu Moy <Matthieu.Moy@...>
    branch nick: moy
    timestamp: Mon 2006-07-24 15:09:01 +0530
    message:
      merge
Arcila Romain | 4 Aug 19:06
Picon
Favicon

dvc compilation error

Hi, 

I have downloaded dvc today, and at the beginning of make, the compilation 
stop with the following error:

make[1]: Entering directory `/media/devel/devel/project/dvc/dvc/++build/lisp'
lispdir=/usr/local/share/emacs/site-lisp/dvc srcdir=../../lisp 
emacs -batch -q -no-site-file -no-init-file -l ../../lisp/dvc-build.el -f 
package-maint-clean-some-elc
Loading /media/devel/devel/project/dvc/dvc/++build/lisp/dvc-version.el 
(source)...
WARNING: Could not find bzr user-wide ignore file.
No buffer named WARNING: Could not find bzr user-wide ignore file.
make[1]: *** [clean-some] Error 255
make[1]: Leaving directory `/media/devel/devel/project/dvc/dvc/++build/lisp'
make: *** [dvc] Error 2

COuld you please tell me how to correct this ?

Thank You 

Arcila Romain
Matthieu Moy | 4 Aug 19:29
Picon
Picon
Favicon

Re: dvc compilation error

Arcila Romain <romain.arcila@...> writes:

> Hi, 
>
> I have downloaded dvc today, and at the beginning of make, the compilation 
> stop with the following error:
>
> make[1]: Entering directory `/media/devel/devel/project/dvc/dvc/++build/lisp'
> lispdir=/usr/local/share/emacs/site-lisp/dvc srcdir=../../lisp 
> emacs -batch -q -no-site-file -no-init-file -l ../../lisp/dvc-build.el -f 
> package-maint-clean-some-elc
> Loading /media/devel/devel/project/dvc/dvc/++build/lisp/dvc-version.el 
> (source)...
> WARNING: Could not find bzr user-wide ignore file.
> No buffer named WARNING: Could not find bzr user-wide ignore file.

It's surprising to see this error here. This WARNING is a message (I
mean, it uses the `message' function), I don't know how this can be
used to name a buffer. It's displayed when bzr.el is loaded.

Perhaps we should do something about this in DVC, but anyway, you can
solve the problem by either installing a newer version of bzr, or

$ mkdir -p ~/.bazaar/
$ touch ~/.bazaar/ignore

(in the later case, when you'll upgrade bzr, you'll probably need to
rm ~/.bazaar/ignore, bzr will re-create it with some content)

--

-- 
(Continue reading)

Matthieu Moy | 4 Aug 20:06
Picon
Picon
Favicon

Re: dvc compilation error

Matthieu Moy <Matthieu.Moy@...> writes:

> It's surprising to see this error here. This WARNING is a message (I
> mean, it uses the `message' function), I don't know how this can be
> used to name a buffer.

Understood and fixed ;-)

> It's displayed when bzr.el is loaded.

But why does the compilation need to _load_ bzr.el ?

--

-- 
Matthieu
Matthieu Moy | 4 Aug 20:07
Picon
Picon
Favicon

Fixed bzr-ignore-setup when ignore file doesn't exist. [Rev 43 in moy]

New revision in http://www-verimag.imag.fr/~moy/bzr/dvc/moy/
------------------------------------------------------------
revno: 43
revision-id: moy <at> moy-20060804174759-2e501e361400b3ad
parent: Matthieu.Moy@...
committer: Matthieu Moy <moy <at> moy>
branch nick: moy
timestamp: Fri 2006-08-04 23:17:59 +0530
message:
  Fixed bzr-ignore-setup when ignore file doesn't exist.
modified:
  lisp/bzr.el                    bzr.el-20060607202431-396291df0f2a15ec
Stefan Reichör | 4 Aug 21:45
Picon

[commit] rev 48: Merged bugfix for bzr-ignore-setup from Matthieu

Committed revision 48 to http://xsteve.nit.at/dvc/

Merged bugfix for bzr-ignore-setup from Matthieu
    ------------------------------------------------------------
    merged: moy <at> moy-20060804174759-2e501e361400b3ad
    committer: Matthieu Moy <moy <at> moy>
    branch nick: moy
    timestamp: Fri 2006-08-04 23:17:59 +0530
    message:
      Fixed bzr-ignore-setup when ignore file doesn't exist.
Stefan Reichör | 4 Aug 22:15
Picon

[commit] rev 49: Use ewoc for xhg-mq buffers

Committed revision 49 to http://xsteve.nit.at/dvc/

Use ewoc for xhg-mq buffers
Arcila Romain | 5 Aug 09:38
Picon
Favicon

Re: dvc compilation error

it works now!

I have update my repository and everything compiled fine.

Thank you for you help.

Arcila Romain
Matthieu Moy | 6 Aug 21:15
Picon
Picon
Favicon

Implemented bzr-log-remote (experimental). [Rev 44 in moy]

New revision in http://www-verimag.imag.fr/~moy/bzr/dvc/moy/
------------------------------------------------------------
revno: 44
revision-id: Matthieu.Moy@...
parent: moy <at> moy-20060804174759-2e501e361400b3ad
committer: Matthieu Moy <Matthieu.Moy@...>
branch nick: moy
timestamp: Mon 2006-08-07 00:42:40 +0530
message:
  Implemented bzr-log-remote (experimental).
modified:
  lisp/bzr-revision.el           bzrrevision.el-20060607202432-3e8fed92ac159ec8
  lisp/bzr-revlog.el             bzrrevlog.el-20060607202431-363bacc4d3574839
  lisp/bzr.el                    bzr.el-20060607202431-396291df0f2a15ec
  lisp/dvc-buffers.el            dvcbuffers.el-20060607202431-e158a4aa929f70d9
  lisp/dvc-core.el               dvccore.el-20060607202432-da72349b546e2115
  lisp/dvc-register.el           dvcregister.el-20060607202431-6939363a4e3e2218
  lisp/dvc-revlist.el            dvcrevlist.el-20060607202432-64b5c7f16d1e50c0
  lisp/dvc-revlog.el             dvcrevlog.el-20060607202431-ce63aa35b8826232
Matthieu Moy | 6 Aug 21:47
Picon
Picon
Favicon

= works in a remote log for bzr. [Rev 45 in moy]

New revision in http://www-verimag.imag.fr/~moy/bzr/dvc/moy/
------------------------------------------------------------
revno: 45
revision-id: Matthieu.Moy@...
parent: Matthieu.Moy@...
committer: Matthieu Moy <Matthieu.Moy@...>
branch nick: moy
timestamp: Mon 2006-08-07 01:15:51 +0530
message:
  = works in a remote log for bzr.

  (note: this works only if you have the revno:N:path revision spec in bzr.
  Has been merged recently)
modified:
  lisp/bzr.el                    bzr.el-20060607202431-396291df0f2a15ec
  lisp/dvc-buffers.el            dvcbuffers.el-20060607202431-e158a4aa929f70d9

Gmane