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 Versions: 4.1.2 Environment: Windows Reporter: Martin Sebor Fix For: 4.1.3 >From http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200508.mbox/%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 > > svn: In directory 'src' > > svn: Can't open file 'src\.svn\tmp\text-base\atomic.s.svn-base': The > system cannot find the file specified. > > Then it stops – 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=users. 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 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 -- 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