Hi Ken,
For now, and as is said in the error message, you cannot use SCM URLs.
As a workaround, you can :
- checkout sources locally, and use file upload
- setup a CVS repo viewer like ViewVC (formerly ViewCVS), and use http
URL
- setup your CVS repo on WebDAV, and use http URL
HTH,
- Yann
2006/9/11, K Burns <[EMAIL PROTECTED]>:
Hi,
I'm trying to set up a new M2 project, using Continuum 1.0.3. My project
structure is:
parent_project
child_project1
child_project2
where the 2 children are defined in the parent pom.xml
I'm entering a POM URL of the format:
scm:cvs:pserver:<username>:<password>@<ip_address>:/usr/cvs/<repo_name>:<parent_project_path>
but am getting an error:
"You must provide a valid URL(http, https, ftp and file protocols are
allowed)"
CVS is up and running (verified outside of Continuum) with the details as
above.
Why is Continuum unhappy with my URL.
Many thanks,
Ken