Page MenuHomePhabricator

ERR-UNSUPPORTED-VCS when viewing Subversion commit in Diffusion
Closed, ResolvedPublic

Description

When I view a commit in Diffusion (e.g., http://phab/rW19908), and when I look at an audit (which appears to be the same view), I get the following error message at the top of the page:

  • ERR-UNSUPPORTED-VCS

All of site's functionality appears to work otherwise.

I believe the problem started within the past week (i.e., due to a git pull I did yesterday, but not present in a git pull I did on 9/28), but I'm not positive.

Event Timeline

joshkel updated the task description. (Show Details)
joshkel added a project: Diffusion.
joshkel added a subscriber: joshkel.

What specific version of Subversion are you using?

1.8.8 (as shipped with Ubuntu 14.04, in case that's relevant).

Can you paste the full error trace? It would be in the webserver's error log.

rP0db86cce7d was recently landed, you could check it that's the culprit by reverting just that commit. I presume you're pulling HEAD and not Stable?

This install is giving a different error: rSVNTEST3:
svn: E155007: '/core/lib/phabricator/webroot' is not a working copy

I don't see any error trace in my web server logs (/var/log/apache2/error.log, /var/log/apache2/other_vhosts_access.log). I may have been unclear in my description: the error message appears at the top of the Diffusion commit page, but the page appears to work fine otherwise. It seems as if Diffusion is generating an error and catching and showing it but is otherwise working fine.

Yes, we're running HEAD.

Reverting rP0db86cce7d fixes the problem.

Thanks for the verification!

I think D14239 fixes this, can you update and let me know if you're still seeing issues?

epriestley claimed this task.