You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org> on 2008/02/19 14:38:43 UTC

[jira] Resolved: (XERCESC-1024) CVS contains LF-only project files

     [ https://issues.apache.org/jira/browse/XERCESC-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov resolved XERCESC-1024.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.8.0
         Assignee:     (was: Xerces-C Developers Mailing List)

I believe this has been resolved in 2.8.0 and SVN.

> CVS contains LF-only project files
> ----------------------------------
>
>                 Key: XERCESC-1024
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1024
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.3.0
>         Environment: Operating System: Windows NT/2K
> Platform: PC
>            Reporter: Ronald Landheer-Cieslak
>             Fix For: 2.8.0
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org