| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| To: | cygwin AT cygwin DOT com |
| X-Injected-Via-Gmane: | http://gmane.org/ |
| Path: | not-for-mail |
| From: | "Michael Labhard" <ince AT pacifier DOT com> |
| Newsgroups: | gmane.os.cygwin |
| Subject: | cvs problem |
| Date: | Mon, 13 May 2002 09:45:01 -0700 |
| Lines: | 40 |
| Message-ID: | <aboqhs$hju$1@main.gmane.org> |
| NNTP-Posting-Host: | 207.173.100.32 |
| X-Trace: | main.gmane.org 1021308285 18046 207.173.100.32 (13 May 2002 16:44:45 GMT) |
| X-Complaints-To: | usenet AT main DOT gmane DOT org |
| NNTP-Posting-Date: | Mon, 13 May 2002 16:44:45 +0000 (UTC) |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Newsreader: | Microsoft Outlook Express 6.00.2600.0000 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2600.0000 |
All:
CVS does not commit properly on my cygwin installation because it
changes permissions on repository directories to read-only. Here are the
permission after doing chmod 777 on /usr/local/cvs/dde/client:
$ find /usr/local/cvs/dde -type d -exec ls -ld {} \;
drwxrwxrwx 7 mel None 0 May 13 09:21 /usr/local/cvs/dde
drwxrwxrwx 2 mel None 0 May 13 09:27
/usr/local/cvs/dde/client
Here is the cvs commit command:
mel AT BORDERCOLLIE ~/projects/dde/client
$ cvs commit -m"Removed all pthread usage except for RunTest."
cvs commit: Examining .
Removing .DDEXmlRpcQueue.cpp.swp;
cvs [commit aborted]: cannot rename file
/usr/local/cvs/dde/client/,.DDEXmlRpcQu
eue.cpp.swp, to /usr/local/cvs/dde/client/.DDEXmlRpcQueue.cpp.swp,v:
Permission
denied
Here are the permissions on the same directory immediately after the cvs
commit command:
mel AT BORDERCOLLIE ~/projects/dde/client
$ find /usr/local/cvs/dde -type d -exec ls -ld {} \;
drwxrwxrwx 7 mel None 0 May 13 09:21 /usr/local/cvs/dde
dr--r--r-- 2 mel None 0 May 13 09:28
/usr/local/cvs/dde/client
I'm completely perplexed. Anyone with any suggestions? Thanks.
-- Michael
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |