Closed (fixed)
Project:
The Great Git Migration
Component:
Migration scripts
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Jan 2011 at 12:47 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Freso commentedNot just a Gitweb issue. Cloning through SSH has the same error in the logs.
Comment #2
Freso commentedThis link should be a bit more permanent for showing the issue: http://git-dev.drupalcode.org/project/languageicons.git
Comment #3
sdboyer commentedquick tagging
Comment #4
sdboyer commentedThis is the literal output line generated by the cvsmigration module's csv drush output (email sanitized):
"27504","Frederik \"Freso\" S. Olesen","freso","SANITIZED@SANITI.ZED"My guess is that it's probably a difference in how python's csv parsing works that's looking for some other kind of escaping, or some such, as it's python that's picking up the data and slapping it into place. Which means the line you want to look at is this one: https://github.com/sdboyer/drupalorg-git/blob/import-all-staging/cvs2git...
To the totally-non-python-expert eye, that seems like it should be working.
Comment #5
Freso commentedThis should fix it. At least at the CSV->cvs2git step.
Another approach (which won't break the 80 char/line guideline) could be like so:
Comment #6
Freso commentedThis should be fixed once the cvs2git is run after sdboyer has pulled https://github.com/sdboyer/drupalorg-git/pull/14 :)
Comment #7
sdboyer commentedPull request has been merged in, this is all set now. Should show up in the next build.