X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Michael Giroux Subject: CVS command returns error Date: Wed, 12 Apr 2006 14:25:33 -0700 Lines: 32 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 1.5 (Windows/20051201) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com The CVS related ANT tasks require that the cvs executable is on the PATH. I have two versions of cvs installed, one is at c:\bin\cvs\cvs.exe The other at c:\cygwin\bin\cvs.exe Both versions show the same version information: Concurrent Versions System (CVS) 1.11.20 (client) When I attempt to execute the target that contains using the cygwin copy of cvs, I get the following error: cvs server: cannot open directory /cvsroot/howl/howl/logger When I execute using the version in my c:\bin\cvs directory, the task runs successfully. So while these two versions of CVS appear to be the same version, they certainly do not work identically. Is anyone aware of any issues with the cygwin version of cvs command? Any tricks to using it with ant tasks? I did not see that I could specify a nested search path in the commands. Is there a way to force ANT to use a specific executable for the tasks? FWIW, I get similar results using "cvs status" from the command prompt (taking ANT out of the picture). When using c:\bin\cvs\cvs.exe version the status is returned successfully. When using c:\cygwin\bin\cvs.exe I get an error. The error occurs whether I invoke cvs from a dos shell, or a cygwin shell. Thanks Michael Giroux -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/