Authors mapping issue with SVN to Git migration

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Answered
    • None
    • Component/s: Repository - Import
    • None

      I leveraged SubGit to migrate an internal SVN repository to internal Bitbucket. The migration is successful and all the content is there: branches, tags, & commit history.

      However, there seems to be an issue with how the SVN committer id is mapped to Bitbucket identities. In the attached image, you see commit history for a repo migrated from SVN. The bottom 5 commits were brought over from the migration - you see that the author is not a link and it is id rather than name. The top commit, 842aed3344b, was performed after the migration and shows the author as <fname lname> and is a hyperlink to the user's profile.

       


       

      Same as git-svn, SubGit takes a plain text authors file as input. My authors file contains a single line:

      pzm84r = Jourdan West <jourdan.west@gm.com>

       

      It seems that the value on the right side of '=' is not enough to identify a user in Bitbucket. I've tried different variations of adding domain to the left side as follows - nothing works:

      NAM\pzm84r = Jourdan West <jourdan.west@gm.com>

       

      Is this an issue with my author's file? If so, how should my author's file look such that the commit author is shown as an id with hyperlink ?

       

        1. git-log.PNG
          git-log.PNG
          44 kB
        2. commit-history.PNG
          commit-history.PNG
          41 kB
        3. bitbucket-crash.PNG
          bitbucket-crash.PNG
          25 kB

            Assignee:
            Unassigned
            Reporter:
            Jourdan West
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: