RedpointArchive / phabricator

A Docker image that runs Phabricator, an open source software engineering tool
https://hub.docker.com/r/redpointgames/phabricator/
307 stars 98 forks source link

svn compare revisions not working #84

Open Coimbra1984 opened 7 years ago

Coimbra1984 commented 7 years ago

Hi,

we are hosting svn repositories on our phabricator server. So far these repositories work fine. We can commit, update etc... from windows and linux (ubuntu) hosts.

But from all clients we are unable to compare svn revisions, which make the repositories rather unusable. Thinks like "svn diff -r ... ..." don't work. Do you have any hints? The "docker logs phabricator" command dosen't show any related messages.

I start the container in a yaml file, like:

phabricator: image: redpointgames/phabricator container_name: phabricator ports:

Coimbra1984 commented 6 years ago

I found a solution here: https://discourse.phabricator-community.org/t/when-using-subversion-1-9-x-with-a-diffusion-hosted-repo-some-commands-hang/880 this is a defect related to phabricator itself