Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 78370 invoked from network); 25 Aug 2005 16:24:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2005 16:24:26 -0000 Received: (qmail 75209 invoked by uid 500); 25 Aug 2005 16:24:26 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 75196 invoked by uid 500); 25 Aug 2005 16:24:26 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 75183 invoked by uid 99); 25 Aug 2005 16:24:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2005 09:24:23 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id C71C912D for ; Thu, 25 Aug 2005 18:24:22 +0200 (CEST) Message-ID: <1221581747.1124987062814.JavaMail.jira@ajax.apache.org> Date: Thu, 25 Aug 2005 18:24:22 +0200 (CEST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-14) atomic.{S,s} causing svn client errors on Windows Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N atomic.{S,s} causing svn client errors on Windows ------------------------------------------------- Key: STDCXX-14 URL: http://issues.apache.org/jira/browse/STDCXX-14 Project: STDCXX Type: Improvement Components: Build =20 Versions: 4.1.2 =20 Environment: Windows Reporter: Martin Sebor Fix For: 4.1.3 >From http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200508.m= box/%3c430DEB2C.20805@roguewave.com%3e: From: Martin Sebor Subject: Re: svn co Date: Thu, 25 Aug 2005 16:00:44 GMT Raw Message Prev Next Prev by Thread Next by Thread Lance Diduck wrote: > I tried svn co a couple of times, and keep getting this error >=20 > svn: In directory 'src' >=20 > svn: Can't open file 'src\.svn\tmp\text-base\atomic.s.svn-base': The=20 > system cannot find the file specified. >=20 > Then it stops =E2=80=93 I get include, doc and most of src . > Any idea what is happeneing? I suspect it's caused by the case insensitivity of the Windows NTFS file system. There are two atomic.* files: atomic.S and atomic.s: http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/src/atomic.S http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/src/atomic.s We'll need to deal with this, probably by renaming one of the files (or both) and changing the build infrastructure correspondingly. Let me open a bug for it in the stdcxx bug tracking database. In the meantime you will need to get svn on Windows to work around it somehow. You can try checking out the files in this directory individually, or read the Subversion Book to see if there is a better way: http://svnbook.red-bean.com/. You can also search the svn users mailing list, I'm pretty sure it's been discussed before: http://subversion.tigris.org/servlets/SearchList?listName=3Dusers. See also From: "Alex Ostapenko" Subject: Re: svn co Date: Thu, 25 Aug 2005 16:14:25 GMT Raw Message Prev Next Prev by Thread Next by Thread Hello, Martin! You wrote to "Lance Diduck" on Thu, 25 Aug 2005=20 10:00:44 -0600: MS> I suspect it's caused by the case insensitivity of the Windows NTFS MS> file system. There are two atomic.* files: atomic.S and atomic.s: MS> http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/src/atomic.S MS> http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/src/atomic.s There are also another two files: /etc/config/src/extern_function_template.cpp and /etc/config/src/EXTERN_FUNCTION_TEMPLATE.cpp --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira