Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-10709

Add support for git bundle

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • None
    • None
    • 4
    • We collect Bitbucket feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      Suggestion

      Add git bundle support to Bitbucket Server

      Adding support for bundles would add a basic level of support for the Google Repo client. (See installing repo and repo commands.)

       

      Original suggestion:

      Cloning a private repository using ssh uses the following form:

      git clone ssh://git@my-server:7999/project/hello_world.git

      However, when appending on a forward slash character '/' to the end of this path:

      git clone ssh://git@my-server:7999/project/hello_world.git/

      This fails to clone and provides the following error:

      Repository not found
      The requested repository does not exist, or you do not have permission to access it.
      fatal: Could not read from remote repository.

      Please make sure you have the correct access rights
      and the repository exists.

       

      However: It is possible, using HTTP, to clone using both

      git clone http://liam@my-server:7999/project/hello_world.git

      AND

      git clone http://liam@my-server:7999/project/hello_world.git/

       

      This is mainly an issue for anyone using Google Repo to manage multiple git repositories simultaneously, as it automatically appends a '/' to each repository.

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            0f722597cf4e Liam Bunn
            Votes:
            3 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated: