>>>>> 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: [EMAIL PROTECTED]/dvc--main--0, available at http://people.debian.org/~salve/arch/[EMAIL PROTECTED]: - 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 --8<---------------cut here---------------end--------------->8--- the same does not happens in the `*baz-log*' buffer, where changelogs are displayed fine; - in the `*baz-revisions*' buffer, hitting `i' results in --8<---------------cut here---------------start------------->8--- dvc-default-error-function: `DVC id-tagging-method' failed with code 1 --8<---------------cut here---------------end--------------->8--- and displays the `*dvc-error*' buffer, containing: --8<---------------cut here---------------start------------->8--- id-tagging-method: not in project tree (.) --8<---------------cut here---------------end--------------->8--- however, "C-x T i" works fine for the same project, as does `i' from the `baz-bookmarks' buffer. -- Ciao, Davide _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
