On 3/5/11 11:25 AM, Raymond Toy wrote: >> >> I didn't attempt to install dvc; instead, I just did >> (load-file "/path/to/dvc/dvc-load.el"), pointing at the directory >> where I had compiled using xemacs. Some things work: dvc-status >> worked on an hg directory (and on dvc's source directory, under bzr), >> and within that I could do 'e' for an ediff (although sometimes I'd >> get an error about "display-buffer switched frames on its own!!"). > > This seems to work better. At least dvc-status will do something now. > I will have to find some repos and try some tests.
Ok. hg mode seems to work reasonably well. Haven't done much, dvc-status does bring up a list of modified files and untracked files. 'e' and '=' appear to work. git mode does not seem right. dvc-status brings up a buffer that basically looks like the output of git status. I was expecting a little bit more than that, like a list of files that are modified and untracked. I can't do anything with git. Fortunately, git.el works quite nicely with xemacs. Plus, the interface is quite similar to pcl-cvs which makes it quite convenient for the long-time pcl-cvs user. bzr mode looks ok. I've never used bzr before, but there's a nice buffer and I can do diffs on the files. Thanks for pointing me to the bzr repo. This works much better. Ray _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
