[ http://nagoya.apache.org/jira/browse/XERCESC-1024?page=history ]
Alberto Massari updated XERCESC-1024:
-------------------------------------
Priority: Major
> CVS contains LF-only project files
> ----------------------------------
>
> Key: XERCESC-1024
> URL: http://nagoya.apache.org/jira/browse/XERCESC-1024
> Project: Xerces-C++
> Type: Bug
> Components: Build
> Versions: 2.3.0
> Environment: Operating System: Windows NT/2K
> Platform: PC
> Reporter: Ronald Landheer-Cieslak
> Assignee: Xerces-C Developers Mailing List
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators:
http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]