Something went wrong on our end
Forked from
oai / openairinterface5G
26132 commits behind the upstream repository.
-
Rohit Gupta authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7598 818b1a75-f10b-46b9-bf7c-635c3b92a50f
Rohit Gupta authoredgit-svn-id: http://svn.eurecom.fr/openair4G/trunk@7598 818b1a75-f10b-46b9-bf7c-635c3b92a50f
check_diff_author.sh 496 B
#!/bin/bash
#The following script checks if the author list changed since the last commits in svn. If it finds difference in author names, then we need to add the author names manually in authors.txt
wget https://bitbucket.org/atlassian/svn-migration-scripts/downloads/svn-migration-scripts.jar
java -jar ./svn-migration-scripts.jar verify
java -jar ./svn-migration-scripts.jar authors http://svn.eurecom.fr/openair4G > /tmp/authors.txt
diff /tmp/authors.txt ./authors_original_java_output.txt