I'm starting my first Codenvy project but have trouble importing a Gitlab project. I do the following:
Workspace > Import Project > Subversion
As URL I enter: https://gitlab.company-name.com/apps/app-name.
I'm quite certain the url is correct. However, I get the error message:
Importing project app-name
svn: E170013: Unable to connect to a repository at URL ‘<a href="https://gitlab.company-name.com/apps/app-name/trunk" rel="nofollow noreferrer">https://gitlab.company-name.com/apps/app-name/trunk’
svn: E160013: ‘/apps/app-name/trunk’ path not found
The "default path" in codenvy is "/trunk". I've also tried it with this field empty but with the same result.
Any ideas what I'm doing wrong when importing this project?