Hi Dan!

> I upgraded my dvc version to 126 and I create a dvc-bookmark-alist:
>
> (("dvc"
>    (local-tree "~/pers/project/dvc"))
>   ("plan"
>    (local-tree "~/pers/plan")
>    (children
>     ("dpc" (local-tree "/misc/dpc/users/dan/pers/plan"))))
>   ("etc"
>    (local-tree "~/etc")
>    (children
>     ("dpc" (local-tree "/misc/dpc/users/dan/etc"))
>     ("system" (local-tree "/home/system/admin/common/home/users/dan/etc"))))
>   ("bin"
>    (local-tree "~/bin")
>    (children
>     ("dpc" (local-tree "/misc/dpc/users/dan/bin"))
>     ("system"(local-tree "/home/system/admin/common/home/users/dan/bin")))))
>
> Now, I can work with dvc-bookmarks, thank you.

Thanks for trying this alpha-grade code.

Your input is very valuable for me to improve the bookmarks code.

> Some issues about dvc-bookmarks:
>
> 1. For bzr project m command doesn't work:
>
> apply: Symbol's function definition is void: dvc-dvc-missing

I have implemented a (not very well working bzr-missing function now)

One thing that I miss in bzr is a way to show a diff for a specific
revision without the need to download this repository first.

Does anyone have an idea if this is possible somehow.

> 2. If I put a project with children as first project in
> dvc-bookmarks-alist the dvc-bookmarks command doesn't work.

I will look at this.

> 3. The dvc-bookmarks.el seems to need also a (require 'dvc-state)
>
>
>
> Is it the "children" concept a generalisation of tla "partners"
> concept? If it is so the DVC missing command should return the list of
> missing changesets  from main local tree. What do you think?

No, the children concept should allow hierarchical bookmark
structures. A partners field is not yet implemented. The partners
field should hold the list of all partner locations.


Stefan.

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to