Hi Emmanuel,
first of all, thanks for the prompt support!
Emmanuel Venisse wrote:
> What is your version of Continuum?
1.0.2
> Where is defined your CVS_RSH=ssh env var?
I am using
OpenSSH_3.9p1, OpenSSL 0.9.7e 25 Oct 2004
it is set in the configuration file
/etc/profile.d/cvs.sh
for all users of the Suse 9.3 server.
If it can be useful to you, I get the same error if I manually launch
continuum with plexus.sh
Thanks again!
Carlo
>
> Emmanuel
>
> Carlo Bonamico a écrit :
>> Emmanuel Venisse wrote:
>>
>>> Do you run continuum and cvs command line with the same user?
>>>
>> yes.
>>
>> I launched continuum in console mode from the user continuum shell,
>> and it does not work.
>> Then as soon as I see the error, I copy the CVS command line from the
>> error log and paste it on the same shell manually, and it works.
>>
>> Thanks for your help!
>> Carlo
>>
>>
>>> Emmanuel
>>>
>>> Carlo Bonamico a écrit :
>>>
>>>> Hi,
>>>> I am trying to configure continuum to import a Maven 1.x project,
>>>> but Continuum fails to checkout the sources from CVS using the:ext:
>>>> method.
>>>>
>>>> In the project.xml, I specify this SCM URL
>>>>
>>>> scm:cvs:ext:continuum@server:/home/cvs:SANDBOX/sampleTestCVS
>>>>
>>>> Please note that continuum is the username under which the
>>>> continuum service runs.
>>>>
>>>> The error is:
>>>>
>>>>
>>>> jvm 1 | 2006-01-17 16:41:41,436 [Thread-1] INFO
>>>> ContinuumScm - Checking out project:
>>>> 'SampleTestCVS', id: '47' to
>>>> '/srv/build/continuum/apps/continuum/working-directory/47'.
>>>> jvm 1 | 2006-01-17 16:41:41,436 [Thread-1] DEBUG
>>>> ScmManager - Working directory:
>>>> /srv/build/continuum/apps/continuum/working-directory/47
>>>> jvm 1 | 2006-01-17 16:41:41,437 [Thread-1] DEBUG
>>>> ScmManager - Command line: cvs -f -d
>>>> :ext:continuum@server:/home/cvs -q checkout -d 47
>>>> SANDBOX/sampleTestCVS
>>>> jvm 1 | 2006-01-17 16:41:41,688 [Thread-1] WARN
>>>> ContinuumScm - Error while checking out the code
>>>> for project: 'SampleTestCVS', id: '47' to
>>>> '/srv/build/continuum/apps/continuum/working-directory/47'.
>>>> jvm 1 | 2006-01-17 16:41:41,689 [Thread-1] WARN
>>>> ContinuumScm - Command output: cvs checkout: in
>>>> directory 47:
>>>> jvm 1 | cvs checkout: cannot open CVS/Entries for reading: No
>>>> such file or directory
>>>> jvm 1 | cvs [checkout aborted]: cannot write <CVS/Template
>>>> file>: No such file or directory
>>>>
>>>>
>>>>
>>>> But if I launch the same cvs command line
>>>>
>>>> cvs -f -d :ext:continuum@server:/home/cvs -q checkout -d 47
>>>> SANDBOX/sampleTestCVS
>>>>
>>>> manually, the checkout works fine.
>>>>
>>>>
>>>> Thank you in advance for any suggestions..
>>>>
>>>> Carlo
>>>>
>>>> p.s.
>>>> I have configured the server for public key authentication, and if
>>>> I go to the continuum machine console and perform an
>>>>
>>>> ssh server
>>>>
>>>> I can log into the server without being asked a password.
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>>
>>
>
>
|