<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Thanks Rodney!<div><br></div><div>I have run SVN -> Git step once over because (as Darko pointed it out for me) a version from SVN rev 3300+ was used mistakenly. It is corrected now.</div><div><br></div><div>From SVN to Git - diff shows _zero_ differences. From CVS to Git - a lot - but all I saw while looking through were CVS keyword replacements.</div><div><br></div><div>dd</div><div><br></div><div><div><div>On 18 Aug 2014, at 23:29, Rodney M. Bates <<a href="mailto:rodney_bates@lcwb.coop">rodney_bates@lcwb.coop</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-size: 18px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br><br>On 08/17/2014 01:20 PM, Dragiša Durić wrote:<br><blockquote type="cite"># git push --all --force<br>Counting objects: 134952, done.<br>Delta compression using up to 4 threads.<br>Compressing objects: 100% (59339/59339), done.<br>Writing objects: 100% (134952/134952), 166.60 MiB | 827.00 KiB/s, done.<br>Total 134952 (delta 92451), reused 114795 (delta 73863)<br>remote: warning: GH001: Large files detected.<br>remote: warning: See <a href="http://git.io/iEPt8g">http://git.io/iEPt8g</a> for more information.<br>remote: warning: File m3-sys/m3tests/src/p2/p227/stdout.pgm is 52.44 MB; this is larger than GitHub's recommended maximum file size of 50 MB<br>remote: warning: File m3-sys/m3tests/src/p2/p227/stdout.pgm-little_endian32 is 52.44 MB; this is larger than GitHub's recommended maximum file size of 50 MB<br>To <a href="https://github.com/dragisha/cm3.git">https://github.com/dragisha/cm3.git</a><br> + 0b54fd3...6216c2d master -> master (forced update)<br> + 24a4428...56a30c3 release_branch_cm3_5_8 -> release_branch_cm3_5_8 (forced update)<br> * [new branch]      FSF_GCC_4_5 -> FSF_GCC_4_5<br> * [new branch]      FSF_GCC_4_7 -> FSF_GCC_4_7<br> * [new branch]      branch_feature_longint_offset -> branch_feature_longint_offset<br> * [new branch]      devel_m3core_text_newtext_branch -> devel_m3core_text_newtext_branch<br> * [new branch]      devel_unicode -> devel_unicode<br> * [new branch]      gcc -> gcc<br> * [new branch]      trunk -> trunk<br><br>Here we are.<br><br>Please test this HEAD at least, I will do the same today and tomorrow. Also - let’s make this final, if possible. I can speed this conversion up but it would be the best to make this final if tests pass - so we can free CVS repo and start to reap Git benefits.<br><br>TIA,<br>dd<br></blockquote><br>I was able to git-clone cm3 and pm3 on two machines and, on LINUXLIBC6, build, install,<br>and rebuild the "front" group from the sources in the git checkout, then build as much<br>else as I expect to also build in the cvs checkout.<br><br>A diff between the cvs and git checkouts was less than conclusive, because of overwhelming<br>irrelevant differences, especially .mx & .m3x files.  Still, it looks like the only differences<br>I see in relevant files are changes of \r\n to \n, in a few files, e.g. m3-www/http/src/App.i3<br><br><blockquote type="cite"><br>On 17 Aug 2014, at 19:03, Dragiša Durić <<a href="mailto:dragisha@m3w.org">dragisha@m3w.org</a><<a href="mailto:dragisha@m3w.org">mailto:dragisha@m3w.org</a>>> wrote:<br><br><blockquote type="cite">Thanks for info, it will be so.<br><br>Now, on boxes I am using it takes about 6 hours to do whole conversion and I cannot do it incrementally.<br><br>It would be great if we arrange few tests and then turn CVS read-only and switch to using Git. I will push current CVS converted to github in few minutes.<br><br><br><br>On 17 Aug 2014, at 18:19, Antony Hosking <<a href="mailto:hosking@purdue.edu">hosking@purdue.edu</a><<a href="mailto:hosking@purdue.edu">mailto:hosking@purdue.edu</a>>> wrote:<br><br><blockquote type="cite">I would dearly like to preserve the entire history. It has significant value.<br><br>Sent from my iPhone<br><br><blockquote type="cite">On Aug 17, 2014, at 5:40 AM, Dragiša Durić <<a href="mailto:dragisha@m3w.org">dragisha@m3w.org</a><<a href="mailto:dragisha@m3w.org">mailto:dragisha@m3w.org</a>>> wrote:<br><br>You probably all know differences between theory and practice. In theory, there are none. In practice - a lot of them! :)<br><br>I have identified three main ways to convert CVS to Git.<br><br>One looked most promising as it is bidirectional (and incremental) - using git cvsimport. I did this one, and its result is at github right now. But - it is not good. Some files show wrong version in HEAD. git cvsimport depends on old version of cvsps, and those cvsps people probably released newer version for some reason(s)… As long as I don’t want to dive into cvsps / git cvsimport source codes, no solution there. And I really do not have that kind of interest and/or time.<br><br>Ok, no incremental… This is where I tried cvs2git. It works well but it does not map authors (svn2git does, but although cvs2git comes from same team, features are not in concert). There is some arcane way proposed, but I lost trust when I saw svn2git from same team supports authors file, but cvs2git does not. Not big issue, but I had that in first try so I tried third way.<br><br>Third way is cvs2svn, and then git svn clone. Results look good, esp. after applying some after processing proposed bu Git people.<br><br>One proposal there is to not convert whole repository history. My idea is to convert from just before 5.8.6 was released (July 2010). Does anybody have something against this? I will still keep original CVS repo, and SVN conversion results (where all history is accessible). If there is oposition, I will spend some more CPU time and make full history available through Git. There are around 10000 svn revisions before July 2010, and total of 12752 as of today.<br><br>Please advise :)<br><br>TIA,<br>dd<br><br></blockquote></blockquote><br></blockquote><br></blockquote><br>--<span class="Apple-converted-space"> </span><br>Rodney Bates<br><a href="mailto:rodney.m.bates@acm.org">rodney.m.bates@acm.org</a></div></blockquote></div><br></div></body></html>