CVS to Mercurial conversion: end of line problem
Posted
by mizipzor
on Stack Overflow
See other posts from Stack Overflow
or by mizipzor
Published on 2010-05-02T17:29:29Z
Indexed on
2010/05/02
17:38 UTC
Read the original article
Hit count: 321
I recently converted a CVS repository to Mercurial. From the looks of it, everything went perfect. Except that every end-of-line character is in Unix style and I want them in Windows style.
I know the hg convert
command can be used to "convert" a Mercurial repository to a Mercurial repository. Can I use it to do nothing on the repos but fix the line endings?
© Stack Overflow or respective owner