Follow-up Comment #3, sr #104106 (project administration):

To find out if your cvs has this problem run:

find . -name "*,v" -exec grep -e "author [0-9]" {} \; | awk '{ print $4}' |
sort | uniq

This command will print all authors beginning with numbers that should be
fixed.

The workaround is to change all authors that are only numeric to something
that starts with a letter


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?func=detailitem&item_id=104106>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Savannah-help-public mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/savannah-hackers

Reply via email to