Page MenuHomePhabricator

Import from SVN is running forever
Closed, InvalidPublic

Description

Hello,

first thank you very much for that awesome tool.

We're using phabricator since 3 weeks now, during this time we've imported several existing SVN repositories into phabricator. Most of the imports were running fine except 2 of them. The import hangs on 99,99% since 3 days. When i commit something i see it almost instant, so in general it works fine and its done. What i also see is that the cronjob deamon is trying to check some svn tags all the time as example "tag-123.22" - the main problem with that is that the tag is deleted in svn, but phabricator is still trying to import them and fails.

I tried to debug the important process and this is the result of the SVN output

svn --non-interactive cat 'svn+ssh://XXXXXXX/svn/XXXXXXX/tags/XXXX-release.1.1/index.php@15387'
svn: warning: W160013: File not found: revision 15387, path '/tags/XXX-release.1.1/index.php'
svn: E200009: Could not cat all targets because some targets don't exist
svn: E200009: Illegal target for the requested operation

In SVN the tag is deleted - so it won't return something useful. Currently i don't know what phabricator is doing to get also deleted tags / branches.

Please let me know if you need more details - in the meantime i'll try to debug to provide more informations.

thanks in advance

Event Timeline

m1cha3lf raised the priority of this task from to Needs Triage.
m1cha3lf updated the task description. (Show Details)
m1cha3lf added a subscriber: m1cha3lf.
epriestley added a subscriber: epriestley.

This report doesn't include reproduction steps so we can't move forward. See Contributing Bug Reports and Providing Reproduction Steps.