I have following repository configuration:
- repository on disk at file:///home/svn
- 2 repositories created from it in Phabricator:
- one at /projects/inb sub-path (the INB callsign on the image)
- another at /projects/atv sub-path (the ATV callsign on the image)
When Phabricator is running and doing repository polling all seems to be ok, but when I update it from shell via update_phrabricator.sh script (all imports demons are stopped and then restarted) the strange commits appear:
The 14107 revision which is on sub-path from ATV Phabricator repository is also imported to the INB Phabricator repository by mistake. Since paths in that commit doesn't match any one of the INB Phabricator repository then commit is displayed as "Untitled commit" in recent commit list on Dashboard and author is also missing.
Maybe phabricator upgrade itself isn't what causing this, but fact that commits in INB and ATV were made one after another. This way repository kind of sticks in there and same commit is imported twice under different repositories.
Apparently this was happening for quite some time, but I wasn't aware of this because only recently with new Dashboards it was able to create combined list of commits from all repositories where I've noticed duplication of SVN revisions being imported.