Uploaded image for project: 'Sourcetree for Windows'
  1. Sourcetree for Windows
  2. SRCTREEWIN-2752

Sourcetree crashes with orphan branch

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Medium
    • None
    • 1.6.11
    • Git, UX

    Description

      For building purposes we create an orphan build branch which basiclly mirrors a corresponding branch, ie;

      • master vs. build/master
      • some-branch vs. build/some-branch

      The branches under build/* are orphan branches. We're doing this via CLI like so;

      if build branch exists then
        git clone source/ build/
        git checkout --orphan build/master build/
      else
        git branch build/master origin/build/master
        git clone -b build/master source/ build/
      endif

      The sourcetree GUI sometimes crashes when selecting/viewing a commit from an orphan branch.

      The changesets in build/* can get pretty large

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              502f6e58-905d-4547-84a8-f2c2ce33c2b3 Deleted Account (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: