我要评分
获取效率
正确性
完整性
易理解

Format of the Source Code Checked Out in Windows Is Different from That in Linux

Symptom

The format of the source code checked out in Windows is different from that in Linux.

Key Process and Cause Analysis

None

Conclusion and Solution

Install and use dos2unix to convert the entire directory checked out by SVN in Windows to the format required by Linux.

yum -y install dos2unix*

cd /home/hesj/tool/ROMS_916

find . -type f -exec dos2unix {} \;