info-cvs
[Top][All Lists]
Advanced

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

Re: cvs 1.12.10 still using rcs binaries?


From: Chris Bohn
Subject: Re: cvs 1.12.10 still using rcs binaries?
Date: Fri, 10 Dec 2004 13:19:40 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910

Unfortunately I don't think I can't make your suggested change to using cvs -n log because we are running in pserver mode, so the unix server is actually running the loginfo script, and it won't have access to the local directory from the Windows client machine. I think we can work around it one way or another though. Thanks again.

Chris

cvs uses an internal version of the 'RCS' commands in all modern
releases. However, many folks used 'rlog' and friends in their
commitinfo and loginfo scripts. You may wish to do something like:

  cvs checkout CVSROOT
  cd CVSROOT
  grep rlog *

to try to find the culprit.

Given the error above, you will wish to pay special attention to
how your implementation of the CVSROOT/loginfo process works.

A reasonable replacement to using 'rlog' may be to use 'cvs -n log'
on the file in the local directory rather than on the full pathname
to the CVS repository + module pathname + filename.

        Enjoy!
        -- Mark


reply via email to

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