import the specific branch of git repo through bazaar is not working

Asked by Hyoung Joo Ahn

In this page(https://code.launchpad.net/~helloahn/tensorflow/c_api),

I tried to import the specific branch (sandbox/helloahn/tf-capi-1.13.1) of git through bazaar like below with 'branch=${name}'.

git://git.tizen.org/platform/upstream/tensorflow,branch=sandbox/helloahn/tf-capi-1.13.1

However, it imports only the master branch rather than what I specified.

Did I do something wrong?

Please let me know how to fix this problem.

Question information

Language:
English Edit question
Status:
Expired
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
William Grant (wgrant) said :
#1

The slashes in the branch name needed to be URL-escaped, so "sandbox%2Fhelloahn%2Ftf-capi-1.13.1". But that branch has Git commits with Mercurial metadata that can't be represented by bzr-git, so it can't be imported into a Bazaar branch.

Why do you need to import it as a Bazaar branch rather than a Git repository?

Revision history for this message
Hyoung Joo Ahn (helloahn) said :
#2

@William Grant
Since when I import through Git, it imports all branches, and because of the size of each branches the import is get failed with timeout error (http://launchpadlibrarian.net/436631423/nnstreamer-tensorflow-+git-trunk.log).

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.