phabricator icon indicating copy to clipboard operation
phabricator copied to clipboard

svn compare revisions not working

Open Coimbra1984 opened this issue 6 years ago • 1 comments

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: - "22:22" networks: - proxy-tier links: - mysql_phabricator:mysql volumes: - /data/phabricator/repos:/var/repo - /data/phabricator/ssh_keys:/hostkeys - /data/phabricator/certificates:/config - ./proxy/certs:/ssl - ./scripts:/scripts environment: - ENABLE_APCU=true - SCRIPT_BEFORE_MIGRATION=/scripts/preamble.sh - VIRTUAL_NETWORK=nginx-proxy - MYSQL_HOST=mysql - MYSQL_PORT=3306 - MYSQL_USER=*** - MYSQL_PASS=*** - PHABRICATOR_HOST=*** - PHABRICATOR_CDN=*** - PHABRICATOR_REPOSITORY_PATH=/var/repo - PHABRICATOR_HOST_KEYS_PATH=/hostkeys/persisted restart: always

Coimbra1984 avatar Oct 02 '17 08:10 Coimbra1984

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

Coimbra1984 avatar Jan 26 '18 08:01 Coimbra1984