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

Boris Kolpackov closed XERCESC-1024.
------------------------------------


> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to