Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3B7066A1.51719617@coreenetworks.com> Date: Tue, 07 Aug 2001 18:07:29 -0400 From: Richard Ramos X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: cygwin/clearcase problem Content-Type: multipart/mixed; boundary="------------D7E882A907E7545E22FC9384" X-OriginalArrivalTime: 07 Aug 2001 22:07:29.0568 (UTC) FILETIME=[5982D200:01C11F8D] --------------D7E882A907E7545E22FC9384 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I'm running a clearcase client on a windows 2000 platform. I wrote a bash script to move files under clearcase source control. The script performs the following lines: for i in `cat $TEMP/files$$` do cleartool mkelem -nc -ci $i done This command performs several operations successfully but finally fails with the followin complaint: Created element "blah/blah/file.h" (type "text_file"). text_file_delta: Error: Can't create temporary file: No such file or directory cleartool: Error: Type manager "text_file_delta" failed create_version operation cleartool: Error: Unable to check in "leap/osprims/winnt/os_defs.h". Note the the clearcase element was successfully created. The reason I'm asking this forum is that the command fails in exactly the same way from the bash prompt but it works fine from a DOS command prompt. I posed the question to Rational and they hadn't heard of Cygwin before and couldn't help (yet). In my environment: CYGWIN=ntsec And my hard disc is running a FAT32 file system. Also both TEMP and TMP environment variables are set to the same directory. It's also interesting to note that I can checkin directories and some other file types (.dll, .lib. .hlp) without problems. Any ideas? Thanks Rich Ramos --------------D7E882A907E7545E22FC9384 Content-Type: text/x-vcard; charset=us-ascii; name="rramos.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Richard Ramos Content-Disposition: attachment; filename="rramos.vcf" begin:vcard n:Ramos;Richard tel;work:732-380-2846 x-mozilla-html:FALSE org:Coree Networks adr:;;56 Park Road;Tinton Falls;NJ;07724; version:2.1 email;internet:rramos AT coreenetworks DOT com title:Software Engineer fn:Richard Ramos end:vcard --------------D7E882A907E7545E22FC9384 Content-Type: text/plain; charset=us-ascii -- 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/ --------------D7E882A907E7545E22FC9384--