Matthieu Moy | 2 Jun 08:35
Picon
Picon
Favicon

Re: [DVC] ewoc

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

> The problem disappears if I (load-file
> "/usr/share/emacs/site-lisp/dvc/lisp/contrib/ewoc.el"); maybe dvc should
> cater for the apparently slightly reworked ewoc API.

Yes, we've already been told that. I'll probably hit the problem soon
too ;-).

But the development of DVC is not very active right now (by lack of
time for me), so you'll have to wait for some time, or fix it
yourself :-\. I'll try to do that within a few weeks.

--

-- 
Matthieu
X-Face
Face
Picon
Favicon

Re: [DVC] ewoc

>>>>>  MM == Matthieu Moy [2006-6-2]

MM> But the development of DVC is not very active right now (by lack of
MM> time for me), so you'll have to wait for some time, or fix it
MM> yourself :-\. I'll try to do that within a few weeks.

Ok, meanwhile, here is my try: salve@.../dvc--main--0,
available at
http://people.debian.org/~salve/arch/salve-8fiUuRrzOP3HJpy3KAqqPA <at> public.gmane.org:

  - patch-1: Already discussed, I need it to set datarootdir.

  - patch-2, patch-4: In Debian, we have a policy to use a special
    function to add to load-path; I refactored the relevant Debian file
    to use it.

  - patch-3: This is the one catering for the new ewoc-create interface:
    I just wrapped a function around the pretty printer argument for
    each ewoc-create instance, which inserts a trailing newline if
    needed (i.e., for a "new" ewoc).  Maybe it's not the best way to do
    it, dispose of it at your will (it seems to work for me).

It should be backward compatible with old ewoc library.

I found a couple more of little problems with dvc, which at this moment
I have no time to dwell any further:

  - in the `*baz-revisions*' buffer, hitting `RET' on any entry results in
--8<---------------cut here---------------start------------->8---
tla--revlog-any: Wrong type argument: sequencep, rev-list
(Continue reading)

Stefan Reichör | 4 Jun 22:48
Picon

Re: [DVC] ewoc

Hi Davide!

Thanks for helping!

>>>>>>  MM == Matthieu Moy [2006-6-2]
>
> MM> But the development of DVC is not very active right now (by lack of
> MM> time for me), so you'll have to wait for some time, or fix it
> MM> yourself :-\. I'll try to do that within a few weeks.
>
> Ok, meanwhile, here is my try: salve@.../dvc--main--0,
> available at
> http://people.debian.org/~salve/arch/salve-8fiUuRrzOP3HJpy3KAqqPA <at> public.gmane.org:
>
>   - patch-1: Already discussed, I need it to set datarootdir.
>
>   - patch-2, patch-4: In Debian, we have a policy to use a special
>     function to add to load-path; I refactored the relevant Debian file
>     to use it.
>
>   - patch-3: This is the one catering for the new ewoc-create interface:
>     I just wrapped a function around the pretty printer argument for
>     each ewoc-create instance, which inserts a trailing newline if
>     needed (i.e., for a "new" ewoc).  Maybe it's not the best way to do
>     it, dispose of it at your will (it seems to work for me).

I registered your archive. But I can't access your archive:
baz missing salve\@debian.org--2005/dvc--main--0
webdav error (directory_files):
/~salve/arch/salve@.../dvc/dvc--main/dvc--main--0/
(Continue reading)

Matthieu Moy | 5 Jun 11:07
Picon
Picon
Favicon

Re: [DVC] ewoc

Stefan Reichör <stefan@...> writes:

> I registered your archive. But I can't access your archive:
> baz missing salve\@debian.org--2005/dvc--main--0
> webdav error (directory_files):
/~salve/arch/salve@.../dvc/dvc--main/dvc--main--0/
(404 Not Found)

$ baz register-archive
http://people.debian.org/~salve/arch/salve-8fiUuRrzOP3HJpy3KAqqPA <at> public.gmane.org                                          
Registering Archive: salve@...
$ baz missing salve@.../dvc--main--0                                                                            
salve@.../dvc--main--0--base-0
salve@.../dvc--main--0--patch-1
salve@.../dvc--main--0--patch-2
salve@.../dvc--main--0--patch-3
salve@.../dvc--main--0--patch-4
salve@.../dvc--main--0--patch-5
salve@.../dvc--main--0--patch-6
salve@.../dvc--main--0--patch-7

> This is probable a problem with DVC's new revision data structures.
> Matthieu do you have a clue on this one?

Yes, probably the migration to the new revision data-structure was not
as complete as I thought.

I should get time to fix this by the end of this week (hopefully).

Thanks for the report anyway.
(Continue reading)

Stefan Reichör | 5 Jun 20:37
Picon

Re: [DVC] ewoc

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

> Stefan Reichör <stefan@...> writes:
>
>> I registered your archive. But I can't access your archive:
>> baz missing salve\@debian.org--2005/dvc--main--0
>> webdav error (directory_files):
/~salve/arch/salve@.../dvc/dvc--main/dvc--main--0/
(404 Not Found)
>
> $ baz register-archive
> http://people.debian.org/~salve/arch/salve-8fiUuRrzOP3HJpy3KAqqPA <at> public.gmane.org                                          
> Registering Archive: salve@...
> $ baz missing salve@.../dvc--main--0                                                                            
> salve@.../dvc--main--0--base-0
> salve@.../dvc--main--0--patch-1
> salve@.../dvc--main--0--patch-2
> salve@.../dvc--main--0--patch-3
> salve@.../dvc--main--0--patch-4
> salve@.../dvc--main--0--patch-5
> salve@.../dvc--main--0--patch-6
> salve@.../dvc--main--0--patch-7

It works for me also now.

Davide, I would like to merge your improvements.
Since dvc will be included in GNU Emacs, you need to sign Emacs papers.
Are you willing to do that?
Masatake will give you the needed instructions, if you have not
already signed the papers.
(Continue reading)

X-Face
Face
Picon
Favicon

Re: [DVC] ewoc

>>>>>  SR == Stefan Reichör [2006-6-5]

SR> Davide, I would like to merge your improvements.  Since dvc will be
SR> included in GNU Emacs, you need to sign Emacs papers.  Are you
SR> willing to do that?

Yes, I'm glad if I can help.  I have already signed FSF papers for
AUCTeX; I think I need to sign papers anew for dvc, but I don't know for
sure.

--

-- 
Thanks, Davide
Michael Olson | 6 Jun 15:39
Face
Picon
Picon

Re: [DVC] ewoc

"Davide G. M. Salvetti" writes:

> Yes, I'm glad if I can help.  I have already signed FSF papers for
> AUCTeX; I think I need to sign papers anew for dvc, but I don't know
> for sure.

Yep, you will have to sign new papers for DVC.

--

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net
  /` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #PurdueLUG
 |_] | \| |_| Project involvement: Emacs, Muse, Planner, ERC, EMMS
_______________________________________________
Dvc-dev mailing list
Dvc-dev@...
https://mail.gna.org/listinfo/dvc-dev

Gmane