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] > >
