Stefan Reichör wrote:
> Sam Steingold <[EMAIL PROTECTED]> writes:
>
>> Matthieu Moy wrote:
>>> Sam Steingold <[EMAIL PROTECTED]> writes:
>>>> Matthieu Moy wrote:
>>>>> Sam Steingold <[EMAIL PROTECTED]> writes:
>>>>>
>>>>>> how do I add a file with, say, bzr?
>>>>> status, and then "a" for example.
>>>> "s" (dvc-status) does not list files not under the version control.
>>>> (just checked: "date > foo", f6 l -> *baz-diff* buffer does not
>>>> mention file "foo" that is to be added to the VC.)
>>> Well, you ask about bzr, and complain that it doesn't work with baz
>>> here ... ;-)
>> I was wondering if there were a single _Emacs_ command that did what I
>> wanted for all undelying RCSs.
>> I hoped that Emacs will offer a unified framework which will let me
>> forget which RCS I was actually stuck with.
>
> If you want to add a file to the current RCS, just do M-x
dvc-add-files (f6 f a)
it wants to run "tla" (the command line tool we use is called "baz").
*dvc-error* buffer says:
/bin/sh: tla: command not found
Debugger entered--Lisp error: (error "`DVC add-id .../misc_test.ml'
failed with code 127")
signal(error ("`DVC add-id .../misc_test.ml' failed with code 127"))
error("`DVC %s' failed with code %d" "add-id .../misc_test.ml" 127)
dvc-default-error-function(#<buffer *tla-process*> #<buffer
*tla-errors*> 127 ("add-id" ".../misc_test.ml"))
dvc-run-dvc-sync(tla ("add-id" ".../misc_test.ml") :finished (lambda
(output error status arguments) (let nil (funcall #[nil "ÀÁ!" [message
"tla add finished"] 2]))))
tla-dvc-add-files(".../misc_test.ml")
apply(tla-dvc-add-files ".../misc_test.ml")
dvc-apply("dvc-add-files" ".../misc_test.ml")
apply(dvc-apply "dvc-add-files" ".../misc_test.ml")
dvc-add-files(".../misc_test.ml")
call-interactively(dvc-add-files)
(the actual path is replaced with "...")
"a" in the lint buffer works just fine.
Thanks.
Sam
_______________________________________________
Xtla-el-dev mailing list
[email protected]
https://mail.gna.org/listinfo/xtla-el-dev