Hello:
Thank you very much for your fast answer.
2018-09-14 06:22:37.625 [1695] INFO [rhodecode.model.repo] Removing repository /home/user/repos/test
2018-09-14 06:22:37.635 [1695] INFO [rhodecode.task.create_repo] Cleanup of repo test finished
2018-09-14 06:22:37.636 [1695] ERROR [rhodecode.apps._base] Exception creating a repository
Traceback (most recent call last):
File "/opt/rhodecode/store/fprkw03six5j8rihml3ckn4cddhhyy7v-python2.7-rhodecode-enterprise-ce-4.13.1/lib/python2.7/site-packages/rhodecode/apps/admin/views/repositories.py", line 159, in repository_create
task = RepoModel().create(form_result, self._rhodecode_user.user_id)
File "/opt/rhodecode/store/fprkw03six5j8rihml3ckn4cddhhyy7v-python2.7-rhodecode-enterprise-ce-4.13.1/lib/python2.7/site-packages/rhodecode/model/repo.py", line 520, in create
return run_task(tasks.create_repo, form_data, cur_user)
File "/opt/rhodecode/store/fprkw03six5j8rihml3ckn4cddhhyy7v-python2.7-rhodecode-enterprise-ce-4.13.1/lib/python2.7/site-packages/rhodecode/lib/celerylib/__init__.py", line 69, in run_task
return ResultWrapper(task(*args, **kwargs))
File "/opt/rhodecode/store/qzc4qngwq5via2wm9fqywgzwqqanjw70-python2.7-celery-4.1.1/lib/python2.7/site-packages/celery/local.py", line 193, in __call__
return self._get_current_object()(*a, **kw)
File "/opt/rhodecode/store/fprkw03six5j8rihml3ckn4cddhhyy7v-python2.7-rhodecode-enterprise-ce-4.13.1/lib/python2.7/site-packages/rhodecode/lib/celerylib/loader.py", line 286, in __call__
return super(RequestContextTask, self).__call__(*args, **kwargs)
File "/opt/rhodecode/store/qzc4qngwq5via2wm9fqywgzwqqanjw70-python2.7-celery-4.1.1/lib/python2.7/site-packages/celery/app/task.py", line 379, in __call__
return self.run(*args, **kwargs)
File "/opt/rhodecode/store/fprkw03six5j8rihml3ckn4cddhhyy7v-python2.7-rhodecode-enterprise-ce-4.13.1/lib/python2.7/site-packages/rhodecode/lib/celerylib/tasks.py", line 149, in create_repo
clone_uri=clone_uri,
File "/opt/rhodecode/store/fprkw03six5j8rihml3ckn4cddhhyy7v-python2.7-rhodecode-enterprise-ce-4.13.1/lib/python2.7/site-packages/rhodecode/model/repo.py", line 865, in _create_filesystem_repo
repo_path, config=config, create=True, src_url=clone_uri)
File "/opt/rhodecode/store/fprkw03six5j8rihml3ckn4cddhhyy7v-python2.7-rhodecode-enterprise-ce-4.13.1/lib/python2.7/site-packages/rhodecode/lib/vcs/backends/svn/repository.py", line 76, in __init__
self._init_repo(create, src_url)
File "/opt/rhodecode/store/fprkw03six5j8rihml3ckn4cddhhyy7v-python2.7-rhodecode-enterprise-ce-4.13.1/lib/python2.7/site-packages/rhodecode/lib/vcs/backends/svn/repository.py", line 92, in _init_repo
self._remote.import_remote_repository(src_url)
File "/opt/rhodecode/store/fprkw03six5j8rihml3ckn4cddhhyy7v-python2.7-rhodecode-enterprise-ce-4.13.1/lib/python2.7/site-packages/rhodecode/lib/vcs/client_http.py", line 126, in f
return self._call(name, *args, **kwargs)
File "/opt/rhodecode/store/fprkw03six5j8rihml3ckn4cddhhyy7v-python2.7-rhodecode-enterprise-ce-4.13.1/lib/python2.7/site-packages/rhodecode/lib/vcs/client_http.py", line 146, in _call_with_logging
return RemoteRepo._call(self, name, *args, **kwargs)
File "/opt/rhodecode/store/fprkw03six5j8rihml3ckn4cddhhyy7v-python2.7-rhodecode-enterprise-ce-4.13.1/lib/python2.7/site-packages/rhodecode/lib/vcs/exceptions.py", line 181, in wrapper
return func(*args, **kwargs)
File "/opt/rhodecode/store/fprkw03six5j8rihml3ckn4cddhhyy7v-python2.7-rhodecode-enterprise-ce-4.13.1/lib/python2.7/site-packages/rhodecode/lib/vcs/client_http.py", line 140, in _call
return _remote_call(self.url, payload, EXCEPTIONS_MAP, self._session)
File "/opt/rhodecode/store/fprkw03six5j8rihml3ckn4cddhhyy7v-python2.7-rhodecode-enterprise-ce-4.13.1/lib/python2.7/site-packages/rhodecode/lib/vcs/client_http.py", line 237, in _remote_call
raise exc
Exception
+--- This exception occured remotely on VCSServer - Remote traceback:
Traceback (most recent call last):
File "/opt/rhodecode/store/byf8dqp9k5ji1hmh68cjja2s993rb889-python2.7-rhodecode-vcsserver-4.13.1/lib/python2.7/site-packages/vcsserver/http_main.py", line 306, in vcs_view
resp = getattr(remote, method)(*args, **kwargs)
File "/opt/rhodecode/store/byf8dqp9k5ji1hmh68cjja2s993rb889-python2.7-rhodecode-vcsserver-4.13.1/lib/python2.7/site-packages/vcsserver/svn.py", line 382, in import_remote_repository
reason)
Exception: ('Failed to dump the remote repository from http://user:password@svn/repos/test.', 'UNKNOWN')
This is the complete output. I don´t see that it fails.