Hi Daniel! > Hello, > > I am interested in the development of DVC, as I use Git for a number of > personal > projects and would like a more integrated workflow in Emacs. > > Anyway, I was testing revision 298 from bzr and was following the texinfo > manual > which said to run 'tla-archives' to get a listing of archives. When I ran this > function, I got the following error in *Messages*: > > dvc-variable: Symbol's value as variable is void: none-executable > > It also created a buffer *none-executable* in Fundamental mode with nothing in > it.
DVC.el offers unified access to several backends (bzr, tla, hg, git, monotone). Functions starting with dvc- are part of the frontend. M-x dvc-diff, M-x dvc-status, M-x dvc-log, M-x dvc-changelog call the backend functions for the current active revision control system. It is also possible to call backend specific functions, like: M-x xgit-status The function tla-archives is part of the tla backend. If you don't use tla, you don't have a list of such archives. Stefan. _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
