Page MenuHomePhabricator

What can cause long SVN import times?
Closed, ResolvedPublic

Asked by pmatos on Aug 25 2015, 11:48 AM.

Details

I have an svn import going on for 2 weeks and it's only 23% complete. How can I understand what is going on with it?

Answers

pmatos
Updated 3,136 Days Ago

Thanks for the guide. It seems that lots of svn operations are timing out for some reason like:

[27-Aug-2015 09:01:54 Europe/London] [2015-08-27 09:01:54] EXCEPTION: (PhutilProxyException) Error while executing Task ID 257644. {>} (CommandException) Command failed with error #1!
COMMAND
svn --non-interactive --no-auth-cache log --xml --verbose --limit 1 'svn://gcc.gnu.org/svn/gcc'@31197

STDOUT
<?xml version="1.0" encoding="UTF-8"?>
<log>


STDERR
svn: E210002: Unable to connect to a repository at URL 'svn://gcc.gnu.org/svn/gcc'
svn: E210002: Network connection closed unexpectedly
 at [<phutil>/src/future/exec/ExecFuture.php:416]

I will have to understand why I get these timeouts but I guess I understand why importing is taking so long.

Thanks.

New Answer

Answer

This question has been marked as closed, but you can still leave a new answer.