>>>>> "Stefan" == Stefan Reichör <[EMAIL PROTECTED]> writes:
<snip/>
Stefan> I changed the parameter list for
Stefan> dvc-current-file-list. It should do now what you want
Stefan> for the commit. And the possibility to return the
Stefan> file at point where this is needed (e.g. for adding
Stefan> files)
Stefan> This is in dvc--dev--0--patch-113
Great !
But.... I just did 'baz update' in my work dir 'dvc.stefan' and
now all my modifications are inside .rej files :(
And worse, I have no idea on how to review your mods and choose
which of mine I want to keep (in that particular case, I read
your mods and see nothing I don't want but...).
What should I have done ?
Also, it looks like http://test.bzr.free.fr/branches/dvc/ is not
up-to-date either :-(
I don't want to annoy people so if you give me a short 101 on how
to work with baz, I will try to limit the noise I make on this
list.
My current setup is :
- src/dvc.dev (Matthieu's branch)
- src/dvc.stefan (Stefan's branch)
- src/dvc.bzr (http://test.bzr.free.fr/branches/dvc/)
- A emacs setup with :
;; Use dvc
;(defvar my-dvc-src-dir (vlfile "~/src/dvc.dev"))
(defvar my-dvc-src-dir (vlfile "~/src/dvc.stefan"))
- A mental note to *always* run configure/make when I get a new
version and to leave/enter emacs and do three 'M-x dvc-reload'
(just kidding on the 3 :) when changing.
Also I was bitten twice by running :
./configure --prefix=/none --with-tla baz
instead of
./configure --prefix=/none --with-tla=baz
The former crash with 'virtual memory exhausted'. I know that the
error is benign and that I shouldn't have done that, but hey I
made the same one two times...
Vincent