You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by "clojinted (JIRA)" <ji...@codehaus.org> on 2006/01/31 11:31:06 UTC

[jira] Created: (CONTINUUM-574) Checkout failure in Windows

Checkout failure in Windows
---------------------------

         Key: CONTINUUM-574
         URL: http://jira.codehaus.org/browse/CONTINUUM-574
     Project: Continuum
        Type: Bug

    Reporter: clojinted


Hello there,

I've just set up Continuum but the following command fails to check out the project:

mvn -e -DconnectionUrl=scm:cvs:pserver:username:password@cslnt16:f:/cvs-repository:itraxspring scm:checkout -DcheckoutDirectory=itraxspring

This is part of the error message:

[ERROR] BUILD ERROR
[INFO] ---------------------------------------
[INFO] Cannot run checkout command :

Embedded error: Can't load the scm provider.
For input string: "f"

I'm using cvsnt so I logged in manually but the problem still arises.

Any help would be greatly appreciated,

Ger

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (CONTINUUM-574) Checkout failure in Windows

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-574?page=all ]
     
Emmanuel Venisse closed CONTINUUM-574:
--------------------------------------

    Resolution: Won't Fix

Your scm url isn't valid. You must use '|' as separator.
For sample, look at http://maven.apache.org/scm/cvs.html


> Checkout failure in Windows
> ---------------------------
>
>          Key: CONTINUUM-574
>          URL: http://jira.codehaus.org/browse/CONTINUUM-574
>      Project: Continuum
>         Type: Bug

>     Reporter: clojinted

>
>
> Hello there,
> I've just set up Continuum but the following command fails to check out the project:
> mvn -e -DconnectionUrl=scm:cvs:pserver:username:password@cslnt16:f:/cvs-repository:itraxspring scm:checkout -DcheckoutDirectory=itraxspring
> This is part of the error message:
> [ERROR] BUILD ERROR
> [INFO] ---------------------------------------
> [INFO] Cannot run checkout command :
> Embedded error: Can't load the scm provider.
> For input string: "f"
> I'm using cvsnt so I logged in manually but the problem still arises.
> Any help would be greatly appreciated,
> Ger

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (CONTINUUM-574) Checkout failure in Windows

Posted by "clojinted (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-574?page=comments#action_57427 ] 

clojinted commented on CONTINUUM-574:
-------------------------------------

I have it working now. I did just that and renamed the repository. 

Thanks very much for all the help.

Ger

> Checkout failure in Windows
> ---------------------------
>
>          Key: CONTINUUM-574
>          URL: http://jira.codehaus.org/browse/CONTINUUM-574
>      Project: Continuum
>         Type: Bug

>     Reporter: clojinted

>
>
> Hello there,
> I've just set up Continuum but the following command fails to check out the project:
> mvn -e -DconnectionUrl=scm:cvs:pserver:username:password@cslnt16:f:/cvs-repository:itraxspring scm:checkout -DcheckoutDirectory=itraxspring
> This is part of the error message:
> [ERROR] BUILD ERROR
> [INFO] ---------------------------------------
> [INFO] Cannot run checkout command :
> Embedded error: Can't load the scm provider.
> For input string: "f"
> I'm using cvsnt so I logged in manually but the problem still arises.
> Any help would be greatly appreciated,
> Ger

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (CONTINUUM-574) Checkout failure in Windows

Posted by "Ignacio G. Mac Dowell (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-574?page=comments#action_57426 ] 

Ignacio G. Mac Dowell commented on CONTINUUM-574:
-------------------------------------------------

Hi, it will save you a lot of headaches to prefix your windows repository location. It's easy and your cvs server will be more unix-like. You'll find help on any other issues that may arise regarding cvs much easier as well.

If you are using the latest cvsnt version, repositories are given a unix-like name (without f: in your case) by default. In other versions is simple as well. If you need further assistance don't hesitate to contact me privately.

best regards

nacho 

> Checkout failure in Windows
> ---------------------------
>
>          Key: CONTINUUM-574
>          URL: http://jira.codehaus.org/browse/CONTINUUM-574
>      Project: Continuum
>         Type: Bug

>     Reporter: clojinted

>
>
> Hello there,
> I've just set up Continuum but the following command fails to check out the project:
> mvn -e -DconnectionUrl=scm:cvs:pserver:username:password@cslnt16:f:/cvs-repository:itraxspring scm:checkout -DcheckoutDirectory=itraxspring
> This is part of the error message:
> [ERROR] BUILD ERROR
> [INFO] ---------------------------------------
> [INFO] Cannot run checkout command :
> Embedded error: Can't load the scm provider.
> For input string: "f"
> I'm using cvsnt so I logged in manually but the problem still arises.
> Any help would be greatly appreciated,
> Ger

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (CONTINUUM-574) Checkout failure in Windows

Posted by "Ignacio G. Mac Dowell (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-574?page=comments#action_57419 ] 

Ignacio G. Mac Dowell commented on CONTINUUM-574:
-------------------------------------------------

Hi, this is not a bug. Using cvsnt you need to prefix your root repository location.

SCM tokenizes the scm url using ':' so your connection url is not correct as it has more tokens than expected.

try to google prefix cvsnt repository

best regards,

nacho


> Checkout failure in Windows
> ---------------------------
>
>          Key: CONTINUUM-574
>          URL: http://jira.codehaus.org/browse/CONTINUUM-574
>      Project: Continuum
>         Type: Bug

>     Reporter: clojinted

>
>
> Hello there,
> I've just set up Continuum but the following command fails to check out the project:
> mvn -e -DconnectionUrl=scm:cvs:pserver:username:password@cslnt16:f:/cvs-repository:itraxspring scm:checkout -DcheckoutDirectory=itraxspring
> This is part of the error message:
> [ERROR] BUILD ERROR
> [INFO] ---------------------------------------
> [INFO] Cannot run checkout command :
> Embedded error: Can't load the scm provider.
> For input string: "f"
> I'm using cvsnt so I logged in manually but the problem still arises.
> Any help would be greatly appreciated,
> Ger

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Commented: (CONTINUUM-574) Checkout failure in Windows

Posted by Emmanuel Venisse <em...@venisse.net>.
Comment will be better on jira issue.

Emmanuel

Nacho Gonzalez Mac Dowell a écrit :
> Hi, it will save you a lot of headaches to prefix your windows 
> repository location. It's easy and your cvs server will be more 
> unix-like. You'll find help on any other issues that may arise regarding 
> cvs much easier as well.
> 
> If you are using the latest cvsnt version, repositories are given a 
> unix-like name (without f: in your case) by default. In other versions 
> is simple as well. If you need further assistance don't hesitate to 
> contact me privately.
> 
> best regards
> 
> nacho
> 
> clojinted (JIRA) escribió:
> 
>>    [ 
>> http://jira.codehaus.org/browse/CONTINUUM-574?page=comments#action_57425 
>> ]
>> clojinted commented on CONTINUUM-574:
>> -------------------------------------
>>
>> Hello,
>>
>> I put in the pipe '|' and my command now looks like this:
>>
>> mvn 
>> -DconnectionUrl=scm:cvs|pserver|username|password@cslnt16|f:/cvs-repository|itraxspring 
>> scm:checkout -DcheckoutDirectory=itraxspring
>>
>> Unfortunatly this gives the following error:
>>
>> 'pserver' is not recognized as an internal or external command,
>> operable program or batch file.
>>
>> Thanks for your help,
>>
>> Ger
>>
>>
>>  
>>
>>> Checkout failure in Windows
>>> ---------------------------
>>>
>>>         Key: CONTINUUM-574
>>>         URL: http://jira.codehaus.org/browse/CONTINUUM-574
>>>     Project: Continuum
>>>        Type: Bug
>>>   
>>
>>
>>  
>>
>>>    Reporter: clojinted
>>>   
>>
>>
>>  
>>
>>> Hello there,
>>> I've just set up Continuum but the following command fails to check 
>>> out the project:
>>> mvn -e 
>>> -DconnectionUrl=scm:cvs:pserver:username:password@cslnt16:f:/cvs-repository:itraxspring 
>>> scm:checkout -DcheckoutDirectory=itraxspring
>>> This is part of the error message:
>>> [ERROR] BUILD ERROR
>>> [INFO] ---------------------------------------
>>> [INFO] Cannot run checkout command :
>>> Embedded error: Can't load the scm provider.
>>> For input string: "f"
>>> I'm using cvsnt so I logged in manually but the problem still arises.
>>> Any help would be greatly appreciated,
>>> Ger
>>>   
>>
>>
>>  
>>
> 
> 
> 
> 


Re: [jira] Commented: (CONTINUUM-574) Checkout failure in Windows

Posted by Nacho Gonzalez Mac Dowell <na...@visual-ma.com>.
Hi, it will save you a lot of headaches to prefix your windows 
repository location. It's easy and your cvs server will be more 
unix-like. You'll find help on any other issues that may arise regarding 
cvs much easier as well.

If you are using the latest cvsnt version, repositories are given a 
unix-like name (without f: in your case) by default. In other versions 
is simple as well. If you need further assistance don't hesitate to 
contact me privately.

best regards

nacho

clojinted (JIRA) escribió:

>    [ http://jira.codehaus.org/browse/CONTINUUM-574?page=comments#action_57425 ] 
>
>clojinted commented on CONTINUUM-574:
>-------------------------------------
>
>Hello,
>
>I put in the pipe '|' and my command now looks like this:
>
>mvn -DconnectionUrl=scm:cvs|pserver|username|password@cslnt16|f:/cvs-repository|itraxspring scm:checkout -DcheckoutDirectory=itraxspring
>
>Unfortunatly this gives the following error:
>
>'pserver' is not recognized as an internal or external command,
>operable program or batch file.
>
>Thanks for your help,
>
>Ger
>
>
>  
>
>>Checkout failure in Windows
>>---------------------------
>>
>>         Key: CONTINUUM-574
>>         URL: http://jira.codehaus.org/browse/CONTINUUM-574
>>     Project: Continuum
>>        Type: Bug
>>    
>>
>
>  
>
>>    Reporter: clojinted
>>    
>>
>
>  
>
>>Hello there,
>>I've just set up Continuum but the following command fails to check out the project:
>>mvn -e -DconnectionUrl=scm:cvs:pserver:username:password@cslnt16:f:/cvs-repository:itraxspring scm:checkout -DcheckoutDirectory=itraxspring
>>This is part of the error message:
>>[ERROR] BUILD ERROR
>>[INFO] ---------------------------------------
>>[INFO] Cannot run checkout command :
>>Embedded error: Can't load the scm provider.
>>For input string: "f"
>>I'm using cvsnt so I logged in manually but the problem still arises.
>>Any help would be greatly appreciated,
>>Ger
>>    
>>
>
>  
>


[jira] Commented: (CONTINUUM-574) Checkout failure in Windows

Posted by "clojinted (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-574?page=comments#action_57425 ] 

clojinted commented on CONTINUUM-574:
-------------------------------------

Hello,

I put in the pipe '|' and my command now looks like this:

mvn -DconnectionUrl=scm:cvs|pserver|username|password@cslnt16|f:/cvs-repository|itraxspring scm:checkout -DcheckoutDirectory=itraxspring

Unfortunatly this gives the following error:

'pserver' is not recognized as an internal or external command,
operable program or batch file.

Thanks for your help,

Ger


> Checkout failure in Windows
> ---------------------------
>
>          Key: CONTINUUM-574
>          URL: http://jira.codehaus.org/browse/CONTINUUM-574
>      Project: Continuum
>         Type: Bug

>     Reporter: clojinted

>
>
> Hello there,
> I've just set up Continuum but the following command fails to check out the project:
> mvn -e -DconnectionUrl=scm:cvs:pserver:username:password@cslnt16:f:/cvs-repository:itraxspring scm:checkout -DcheckoutDirectory=itraxspring
> This is part of the error message:
> [ERROR] BUILD ERROR
> [INFO] ---------------------------------------
> [INFO] Cannot run checkout command :
> Embedded error: Can't load the scm provider.
> For input string: "f"
> I'm using cvsnt so I logged in manually but the problem still arises.
> Any help would be greatly appreciated,
> Ger

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira