Page MenuHomePhabricator

Associate user id with a user on a repository
Closed, ResolvedPublic

Asked by kylejao on Jun 6 2014, 2:40 AM.

Details

If a repository is imported before a user registers, does phabricator associate the user id with the repository, if the user ids are the same? I have two users registered after a repository has been imported, but only one of it has been associated, meaning you can click on the name when browsing commits. Would this be a problem or how can I manually associate them? Thanks.

Answers

cspeckmim
Updated 3,143 Days Ago

Phabricator only associates commits to user accounts which are created when the import of the commit occurs. I believe there's some detail in T6811 - it looks like the suggested workaround is to ensure user accounts are created prior to the import of a repository.

One of the other workarounds mentioned there is using a reparse script:
https://secure.phabricator.com/T6811#88775

New Answer

Answer

This question has been marked as closed, but you can still leave a new answer.