I successfully set up Phabricator in a Virtualbox guest ubuntu machine and also successfully made it import a SVN repo which was hosted via VisualSVN. However, I failed to make the inline comments working reliably. The comment box at the bottom works well by the way.
In this commit, it works.
In this commit, it doesn't.
After trying various files and commits. I summarized that only a few javascript/css files support inline-comment. But all c# files were not supported. Is it because Phabricator doesn't natively support Microsoft-related files (like syntax highlighting) and that screwed up the inline comments?
I cannot figure out a way to debug this. Opening the chrome javascript console only shows an error like Failed to load resource: net::ERR_CACHE_MISS, which I do not think is the cause of the bug.