Matthieu Moy | 1 Jul 13:43
Picon
Picon
Favicon

Web page updated

Hi,

I've taken some time to come back up-to-date with the development of
DVC.

For now, I've just updated the scripts generating the tarball and
uploading the webpage.

My branch, with all those fixes, can be found at :

http://www-verimag.imag.fr/~moy/bzr/dvc/moy/

Note that this is indeed a bzr repository, i've also mirrored stefan's
branch on

http://www-verimag.imag.fr/~moy/bzr/dvc/upstream/

(fyi, one of the fundamental difference between bzr and GNU Arch is
that GNU Arch linked the notions of storage and the one of namespace.
But with bzr, there's no problem in having my branch and stefan's in
the same repository for example. I have the same configuration on my
working directory, where I can therefore "bzr merge ../upstream" if
../upstream is up-to-date).

Note:

Both the logo and the webpage are still ugly. A simple CSS would be
great, and a bit of design on the logo would be perfect (the Gimp file
if available from the webpage if you want to start with it).

(Continue reading)

Matthieu Moy | 1 Jul 14:01
Picon
Picon
Favicon

Re: [PATCH] Maybe I need some input?

Sorry for the loooong delay ...

"Davide G. M. Salvetti" <salve@...> writes:

> Now, of course, I wonder if:
>   1. my fix to `tla-revision-sync-tree' is right;

Seems to be. I've applied it to my local branch.

We used to have a very lispish way to represent revisions, with tons
of (car (cddr (cadr (whatever)))), which are now in a cleaner
defstruct.

Bet weakly typed language insist in letting you run the broken code
untill it actually breaks, so I probably missed some occurences of
this pattern when I did the change.

>   2. I should fix the same way other similar occurrences in `tla.el'.

Most probably so, yes.

--

-- 
Matthieu
Matthieu Moy | 1 Jul 14:04
Picon
Picon
Favicon

Re: DVC and bzr: what does work for instance?

"John S. Yates, Jr." <john@...> writes:

> Has anyone tried dvc installed from scratch without
> arch/tla/baz around?  And without a pre-existing version
> of xtla?
>
> When I try C-x T s I get line-number-at-pos is undefined:
>
>   line-number-at-pos()
>   dvc-trace-current-line()
>   bzr-parse-status(#<buffer *bzr-status*>)
>   dvc-show-changes-buffer(#<buffer  *bzr-process*<2>> bzr-parse-status #<buffer *bzr-status*>)
>   ...

Do you still get this problem ?

--

-- 
Matthieu
Michael Olson | 2 Jul 07:02
Face
Picon

[PATCH] Make a couple of tla errors go away


Please change the Subject header to a concise description of your patch.
Please describe your patch between the LOG-START and LOG-END markers:
<<LOG-START>>
Make a couple of tla errors go away.

* lisp/tla.el (tla--ewoc-delete): Make an error go away.
  (tla--revisions-parse-list): Ignore bad data entries so that they don't
  cause errors to be thrown.

<<LOG-END>>

[VERSION] dvc-dev-bzr

bzr (bazaar-ng) 0.8.2

Emacs  : GNU Emacs 22.0.50.2 (i686-pc-linux-gnu, GTK+ Version 2.8.17)
 of 2006-06-07 on tuxtanker

--

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net
  /` |\ | | | IRC: freenode.net/mwolson: #emacs, #hcoop, #muse, #PurdueLUG
 |_] | \| |_| Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC
=== modified file 'lisp/tla.el'
--- lisp/tla.el	
+++ lisp/tla.el	
@@ -215,8 +215,9 @@
(Continue reading)

Stefan Reichör | 3 Jul 21:19
Picon

[Sascha Wilde] [Patch] Fixes für Installations Prozess...

Hi!

I have received the following patch for the DVC installation process.

Shall I apply this patch?

Stefan.

Picon
From: Sascha Wilde <wilde@...>
Subject: [Patch] Fixes für Installations Prozess...
Date: 2006-06-30 09:30:02 GMT
Hallo Stefan,

ich habe gerade mal mein DVC auf deine aktuelle bzr Version
hochgezogen und anschließend ein paar Probleme mit der Systemweiten
Installation.

Dieser Patch funktioniert für mich: 

  M Makefile.in 
  M configure.ac 
(Continue reading)

Stefan Reichör | 3 Jul 21:31
Picon

[commit]bzr patches 29..31

revno: 31
committer: Stefan Reichoer <stefan@...>
branch nick: dvc-dev-bzr
timestamp: Mon 2006-07-03 21:28:57 +0200
message:
  Merged a bunch of fixes from Matthieu
    ------------------------------------------------------------
    merged: Matthieu.Moy@...
    committer: Matthieu Moy <Matthieu.Moy@...>
    branch nick: moy
    timestamp: Sat 2006-07-01 14:15:14 +0200
    message:
      Fixes in dvc-load*.el.in
    ------------------------------------------------------------
    merged: Matthieu.Moy@...
    committer: Matthieu Moy <Matthieu.Moy@...>
    branch nick: moy
    timestamp: Sat 2006-07-01 14:05:54 +0200
    message:
      Fixed a (car (cddr ...)) -> dvc-revlist-entry-patch-struct
    ------------------------------------------------------------
    merged: Matthieu.Moy@...
    committer: Matthieu Moy <Matthieu.Moy@...>
    branch nick: moy
    timestamp: Sat 2006-07-01 13:43:01 +0200
    message:
      Fixes in dvc-cron.sh
    ------------------------------------------------------------
    merged: Matthieu.Moy@...
    committer: Matthieu Moy <Matthieu.Moy@...>
(Continue reading)

Stefan Reichör | 3 Jul 21:36
Picon

Re: Bookmarks

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

> "Daniel 'NebuchadnezzaR' Dehennin" <nebuchadnezzar@...>
> writes:
>
>> Hello,
>>
>> Is there a plan to have a generic bookmark ?
>>
>> It's really easier to follow several branches within baz-bookmark, I
>> give +1 to this feature.
>
> Stefan has started something for this, yes.

Right. It's in dvc-bookmarks.el

However, I have not found enough time yet to make this really usable.

Could you try the existing functionality (load the file and do
M-x dvc-bookmarks)

What features would you like to see at least to start using the
bookmark functionality?

Stefan.

Re: [Sascha Wilde] [Patch] Fixes für Installations Prozess...

Le 4688 Septembre 1993, Stefan Reichör a tapoté:
> Hi!
>
> I have received the following patch for the DVC installation process.
>
> Shall I apply this patch?
>
> === modified file 'Makefile.in'
> --- Makefile.in	
> +++ Makefile.in	
> @@ -54,7 +54,7 @@
>  dvc-maybe: generated-files
>  	cd lisp; $(MAKE) maybe
>  
> -install: dvc-load.el
> +install: dvc-load-install.el
>  	@for i in $(SUBDIRS) ; do               \
>            $(MAKE) -C $$i install;               \
>          done

I'm not sure about this one

> === modified file 'configure.ac'
> --- configure.ac	
> +++ configure.ac	
> @@ -1,3 +1,4 @@
> +
>  # configure.ac --- configuration setup for DVC
>  
>  # Author:        Robert Widhopf-Fenk <hack@...>
(Continue reading)

Re: Bookmarks

Hello,

Le 4688 Septembre 1993, Stefan Reichör a tapoté:
> Right. It's in dvc-bookmarks.el
>
> However, I have not found enough time yet to make this really usable.
>
> Could you try the existing functionality (load the file and do
> M-x dvc-bookmarks)
>
> What features would you like to see at least to start using the
> bookmark functionality?

Firstly, the possibility to define partners and to check missing
patches from them.

Regards.
--

-- 
Daniel 'NebuchadnezzaR' Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x2A408F69

[commit] Permit to build in another directory than the top source directory.

------------------------------------------------------------
revno: 32
committer: Daniel Dehennin <nebuchadnezzar@...>
branch nick: dvc.dev
timestamp: Mon 2006-07-03 22:59:51 +0200
message:
  Permit to build in another directory than the top source directory.

  * lisp/Makefile.in: Define top_srcdir.
  (install-el): use is to copy dvc-load.el.
  Prefix all the source by ${srcdir} but in echo message to keep them
  clean.
--

-- 
Daniel 'NebuchadnezzaR' Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x2A408F69

Gmane