Thank you Bill. I'll give it a go locally... Gary
On Thu, Apr 18, 2019 at 10:54 PM Bill Blough <[email protected]> wrote: > Hi Gary, > > I expect that the pmc worked because all of the authors were found in > the authors.txt. > > I did a quick scan of the committers in the java repo, and they're all > in authors.txt, so I expect that will convert without problems as well. > > As for the c repo, I've been doing some testing here. I also ran into > the same error with (no author). After some research, I changed the (no > author) line in authors.txt to > > (no author) = No Author <[email protected]> > > Note the addition of a "name" before the email address. > > That allowed be to get further, at which point it gave me an error about > jdonohue missing. So I did basically the same thing, and added > > jdonohue = jdonohue <[email protected]> > > It's still running, but I expect it will complete without error at this > point. The jdonohue failure was at commit r338318, and it's well past > that and in the 700,000 range now. > > > I'll let it complete. That way, if you want me to push it to gitbox, I > can. > Or if you'd prefer to do it yourself, that's fine too. If you make the > mods as per above, I don't think you'll have any problems. > > Best regards, > Bill > > On Thu, Apr 18, 2019 at 05:36:08PM -0400, Gary Gregory wrote: > > I tried adding jdonohue like this: > > > > (no author) = [email protected] > > jdonohue = [email protected] > > a_budroni = Alessandro Budroni <[email protected]> > > ... > > > > I and got the same failure. What is odd is that the original authors.txt > > file worked fine when I converted the pmc repo. I did not git the console > > output to compare unfortunately. > > > > Gary > > > > On Tue, Apr 16, 2019 at 11:12 AM Bill Blough <[email protected]> > wrote: > > > > > Hi Gary, > > > > > > Interestingly, (no author) IS defined in the authors.txt file (it's the > > > first line). I wonder if it's having a problem because it has a space > > > in it and isn't quoted? You could try quoting it and see if that works > > > (I haven't tried it). > > > > > > Alternately, I parsed the list of authors [1] and compared the result > to > > > the Apache authors.txt. The only name in the c repo log that wasn't in > > > authors.txt was jdonohue. So the other solution should be to add > > > jdonohue to authors.txt (probably with the [email protected] address > > > listed for the (no author) user). > > > > > > Hope that helps. > > > > > > [1] svn log --xml https://svn.apache.org/repos/asf/xalan/c | grep > > > "<author>" | sort -u | sed -r 's/<author>(.*?)<\/author>/\1/' > > > > > > > > > On Tue, Apr 16, 2019 at 10:31:58AM -0400, Gary Gregory wrote: > > > > This failed last night: > > > > > > > > ggregory@ggregory-VirtualBox:~/share/xalan-c$ svn2git > > > > https://svn.apache.org/repos/asf --username ggregory --authors > > > > ./authors.txt --verbose --trunk /xalan/c/trunk --branches > > > /xalan/c/branches > > > > --tags /xalan/c/tags > > > > Running command: git svn init --prefix=svn/ --username='ggregory' > > > > --no-metadata --trunk='/xalan/c/trunk' --tags='/xalan/c/tags' > > > > --branches='/xalan/c/branches' https://svn.apache.org/repos/asf > > > > Running command: git config --local --get user.name > > > > Running command: git config --local svn.authorsfile ./authors.txt > > > > Running command: git svn fetch > > > > Author: (no author) not defined in ./authors.txt file > > > > > > > > command failed: > > > > git svn fetch > > > > > > > > Any thoughts? > > > > > > > > Yes, I have authors.txt in the current folder and it has the same > > > content I > > > > used to convert https://svn.apache.org/repos/asf/xalan/pmc > successfully. > > > > > > > > Thank you, > > > > Gary > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > -- > GPG: 5CDD 0C9C F446 BC1B 2509 8791 1762 E022 7034 CF84 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
