Page MenuHomePhabricator

File listing is truncated in repository view
Closed, ResolvedPublic

Description

When you enter Diffusion and click on a repository, you can normally see the complete directory listing in the "Repository" panel.

Actually, for some older mercurial repositories, the directory listing is not complete (some files and directories are missing).
I am not totally certain if it is because these repos are managed with mercurial since all my older repos are mercurial-based, and I didn't check them all because we have 123 repos at the moment ;-)
And when I write "older repos", I mean "created in Phabricator many months ago".

I can't reproduce the problem as the recently created mercurial repos does list the directory content entirely.

If it can help, my users notify me of this issue for less than 3 months (our Phabricator instance is updated weekly).

Important notice, the repos in question are actually unalterated on disk, and common clone/push/pull operations are OK, it is just a display issue.

Event Timeline

mrjoops updated the task description. (Show Details)

Can you either confirm that you're running HEAD of master, or tell me what version of Phabricator are you currently running?

You can find version information in ConfigVersions in the web UI (as an adminstrator), or just grab the commit hash from git show in phabricator/ (if you don't have any local commits).

(See Contributing Bug Reports for details on information that's helpful to us in resolving bug reports. We ask for this information because we very often need it to resolve bug reports, so having it in the initial report lets us help you solve problems much faster.)

phabricator

70c679110e1d4632d19ca160379f83f6f20d79d1 (Sat, Feb 13)

arcanist

ed476cf8489c4bf41b7a0075f15d40820d640fe4 (Sat, Feb 13)

phutil

9c472e7c9b64395424c6cd25734bf239cb3c113d (Sat, Jan 23)
epriestley claimed this task.

Thanks!

I think this issue was fixed by 58c2141 (Feb 16), which is a little ahead of where you are. You can update to master to pick it up right away, or it should be available in stable in about 24 hours (if you want, you can subscribe to the Changelog page to keep an eye on when we promote to stable).

I'm going to close this as resolved because I'm pretty sure we have a good understanding of the root issue, and another user already reported a similar issue and confirmed the fix in T10304, so I think it's likely that updating will fix the issue for you too. However, feel free to reopen this or file another report if you're still seeing problems (or run into new issues) after updating past 58c2141.

Hi,

Just a word to confirm the issue is solved in the new stable release.

Thank you !