Uploaded image for project: 'Xerces-C++'
  1. Xerces-C++
  2. XERCESC-1024

CVS contains LF-only project files

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.3.0
    • 2.8.0
    • Build
    • None
    • Operating System: Windows NT/2K
      Platform: PC
    • 23888

    Description

      The .dsp and .dsw files in CVS contain LF(\n)-only .dsp and .dsw files which
      results in MSVC6 silently failing to read them.

      The solution is simple: check out and do
      $ find . ( -name '.dsp' -o -name '.dsw' ) -exec unix2dos {} \;
      to fix the line-endings and
      $ find . ( -name '.dsp' -o -name '.dsw' ) -exec cvs admin -kb {} \;
      to put the binary flag on all of them

      You'll have to re-commit the files to make it stick.

      I've just done the former of the two and it fixed the problem.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ronald@landheer.com Ronald Landheer-Cieslak
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: