Uploaded image for project: 'C++ Standard Library'
  1. C++ Standard Library
  2. STDCXX-14

[Windows] atomic.{S,s} causing svn client errors

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.1.2
    • 4.1.3
    • Build and Installation
    • None
    • Windows

    Description

      From http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200508.mbox/%3c430DEB2C.20805@roguewave.com%3e:

      From: Martin Sebor <sebor@roguewave.com>
      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" <alexeyo@moscow.vdiweb.com>
      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" <lancediduck@nyc.rr.com> 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

      Attachments

        Activity

          People

            sebor Martin Sebor
            sebor Martin Sebor
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: