I don't understand the question. Perhaps someone else on the mailing list does.
However, the key thing is to download the .json file from Takeout before your project is removed. On Tue, Jul 14, 2015 at 4:29 PM, Bcbsma Marketing < [email protected]> wrote: > Hi Mike, > > Thank you for the instructions. > > In order to export/move to bitbucket, do I need to run the following code > on my machine (with python compiler)? OR do you need to ? > > python googlecode-issues-exporter/bitbucket_issue_converter.py \ > --issue_file_path=<your GoogleCodeProjectHosting.json file> \ > --project_name=<your project name> \ > --default_owner_username=<your Bitbucket username> > > And then will it generate the db-1.0.json to the folder from where it is > run ? > > Please help me move. > > > Exporting to Bitbucket > > Exporting issue data to Bitbucket is slightly different. Rather than using > an API to export issues individually, Bitbucket takes a single archive and > will process all issues at once. > > We will run a script, bitbucket_issue_convert.py, to convert your Google > Code issues dump into a format that can be imported into Bitbucket. > > The Bitbucket script is very similar to the GitHub import script above. > > python googlecode-issues-exporter/bitbucket_issue_converter.py \ > --issue_file_path=<your GoogleCodeProjectHosting.json file> \ > --project_name=<your project name> \ > --default_owner_username=<your Bitbucket username> > > This will generate the file named db-1.0.json, which contains your > project’s issues and comments in a format that Bitbucket can ingest. > > Next you need to convert it to a zip file: > > zip -r bitbucket-issues.zip db-1.0.json > > > On Mon, Jul 13, 2015 at 11:31 PM, Mike Epstein <[email protected]> wrote: > >> If you do not establish that this is an open-source software project by >> Friday, your Google Code project will be disabled. You may wish to back up >> the data before then using a tool like the one described here: >> https://code.google.com/p/support-tools/wiki/IssueExporterTool >> >> >> On Mon, Jul 13, 2015 at 3:46 PM, Mike Epstein <[email protected]> wrote: >> >>> The Google Code issue tracker is for open-source-licensed projects only. >>> Feel free to point us to the source code on another open-source hosting >>> site (like GitHub) to show that it is an open-source project. >>> >>> If it is not, we will need to disable your issue tracker project. >>> >>> On Mon, Jul 13, 2015 at 3:45 PM, Bcbsma Marketing < >>> [email protected]> wrote: >>> >>>> Hi Mike, >>>> >>>> How do I point you to the source code ? We are just using the issue >>>> tracker feature to track issues without checking in any source code >>>> anywhere or doing any version control, code reviews etc.. And the problem >>>> is, the system wont let the user attach any more files. >>>> >>>> Please advise. >>>> >>>> Thanks! >>>> >>>> >>>> On Mon, Jul 13, 2015 at 2:46 PM, Mike Epstein <[email protected]> >>>> wrote: >>>> >>>>> Is this an open-source project? If so, would you please point us at >>>>> the source code? >>>>> >>>>> On Mon, Jul 13, 2015 at 2:15 PM, Bcbsma Marketing < >>>>> [email protected]> wrote: >>>>> >>>>>> Dear Admins, >>>>>> >>>>>> Our project https://code.google.com/p/bcbsmaissuestracker/issues/list has >>>>>> reached attachment storage limits. Is it possible to increase the quota? >>>>>> >>>>>> Thanks! >>>>>> Gaurang >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "Project Hosting on Google Code" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>> send an email to [email protected]. >>>>>> To post to this group, send email to >>>>>> [email protected]. >>>>>> Visit this group at >>>>>> http://groups.google.com/group/google-code-hosting. >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>> >>>>> >>>> >>> >> > -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-code-hosting. For more options, visit https://groups.google.com/d/optout.

