Rate This Document
Findability
Accuracy
Completeness
Readability

Troubleshooting

Problem 1: The format of the source code checked out in Windows is inconsistent with that in Linux.

Symptom

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

Procedure

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

yum -y install dos2unix*
cd /home/hesj/tool/ROMS_916
find . -type f -exec dos2unix {} \;