| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <39C94D5E.91B72A93@ece.gatech.edu> |
| Date: | Wed, 20 Sep 2000 19:50:54 -0400 |
| From: | Charles Wilson <cwilson AT ece DOT gatech DOT edu> |
| X-Mailer: | Mozilla 4.7 [en] (X11; U; SunOS 5.7 sun4u) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| To: | Josh Schulte <jschulte AT equilibrium DOT com> |
| CC: | "'cygwin AT sourceware DOT cygnus DOT com'" <cygwin AT sourceware DOT cygnus DOT com> |
| Subject: | Re: Bug Report: CVS often fails in scripts under Cygwin |
| References: | <67677D360C1FD411BB4000B0D02080412949F3 AT EQEXCHANGE> |
Josh Schulte wrote: > > When I use CVS in scripts under Cygwin I often get "cvs: permission denied". > This happens in perl and shell scripts. Not every cvs command will fail. But > the ones that fail seem to consistently fail. For instance the following > script: > > #!/bin/sh > cvs edit build.txt > echo "test" > build.txt > cvs commit -m test build.txt > > gives the following output: > > cvs: permission denied > cvs: permission denied > > I ran this on Solaris to verify that I wasn't missing something, and of > course it worked. > Can you run these three commands from the shell by hand without error? $ cvs edit build.txt $ echo "test" > build.txt $ cvs commit -m test build.txt --Chuck -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |