Joseph Myers <jos...@codesourcery.com>: > On Sat, 16 Dec 2017, Eric S. Raymond wrote: > > > Successful full conversion to a live git repo achieved. Conversion > > stuff pushed. > > Does it pass comparison (of both file content and permissions) of branch > tips / tags, as an important test of whether there are any further bugs to > resolve that show up that way, or is that test still to be done?
Passes content comparison. I hadn't thought to check permissions; I'll add that to my check tool. Content bugs would surprise me. They're not uncommon when converting CVS, because CVS metadata is...I'll just say "fragile". Not so with Subversion; the data model is different from Git's but the fact that Subversion already has changesets removes a lot of error-prone complexity from the translation logic. > > Jason, your filters script has a syntax error at line 32. A lot of > > Looks like it should be using /bin/bash not /bin/sh. Ah, thanks. -- <a href="http://www.catb.org/~esr/">Eric S. Raymond</a> My work is funded by the Internet Civil Engineering Institute: https://icei.org Please visit their site and donate: the civilization you save might be your own.