Open GoogleCodeExporter opened 9 years ago
Created a clone https://code.google.com/r/gbtami-googlecode2bitbucket/
It converts attachments and updates to logs. (The code contains some PyChess
specific labels and milestones.)
Original comment by gbtami
on 27 Jan 2015 at 8:37
Attached is a patch (download_support.patch) created at revision 8ac29fcfa
based on the changes from comment #1 and including the following enhancements:
- Fix the project download URL (all project URLs have the form
https://code.google.com/p/...).
- Don't re-download an attachment if it already exists in the attachments path.
- Also unescape "&" in FixUpComment.
- Remove PyChess-specific logic.
Also attached is the example of converting an issue from Google Code to
Bitbucket:
example_google_code.pdf = Original issue.
example_bitbucket.pdf = Bitbucket import including the changes from this patch.
One additional nice-to-have feature would be better formatting [1] in
FixUpComment for comments that include code snippets or call stacks. The
default Markdown formatting for these is usually quite bad, including breaking
other Markdown syntax if the comment code brackets (`{}`) are unmatched (see
comments #1 and #4 in the example pdf for examples of bad formatting).
Also, it should be noted that the target attachments folder (passed via
--attachments_path=<path>) needs to be relative to the db-1.0.json file
location and included in the zip archive uploaded in Bitbucket.
[1]
https://bitbucket.org/tutorials/markdowndemo/overview#markdown-header-code-and-s
yntax-highlighting
Original comment by magreenb...@gmail.com
on 13 Mar 2015 at 10:54
Attachments:
Original issue reported on code.google.com by
gbtami
on 24 Jan 2015 at 8:34