Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个文件,在 svn 的每一行末尾都有一堆 ^M 字符。
当我在文件上运行 dos2unix 时,它会删除 ^M 字符,但 svn 仍然认为文件的每一行都不同。
有没有办法修复文件而不会导致 svn 在每一行都看到它不同?
某人的编辑正在找到一个 ^M 然后假设整个文件应该是这种方式并转换它们。我刚刚运行了 dos2unix 并使用此命令查看了真正的差异。
dos2unix filename.php svn diff --diff-cmd diff -x -uw filename.php