emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pcl-cvs does not work


From: Stefan Monnier
Subject: Re: pcl-cvs does not work
Date: Sat, 12 Mar 2005 17:10:42 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> I've just downloaded Emacs from tla and pcl-cvs does not work anymore.

I'm at a loss what might be happening.
I'd suggest you write a script that saves all the args and env into some
file, and set cvs-program to point to it, then try pcl-cvs again and check
the content of that file.
E.g.:


        % cat cvs-test
        #!/bin/sh
        date >>~/tmp/cvs-log
        echo "cvs $@" >>~/tmp/cvs-log
        printenv >>~/tmp/cvs-log
        cvs "$@"


-- Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]