You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Carlo Bonamico <c....@set-network.com> on 2006/07/06 15:40:55 UTC

Developer name and CVS log information does not appear in changes section

Hi!
 when I trigger a build for a maven 1 project in continuum 1.0.3, I can 
see the changes list but it is missing developer id/names, date of 
modification and log message.
 I looked in jira but could not find related issues...

Thanks in advance for your help!
Carlo


Re: Developer name and CVS log information does not appear in changes section

Posted by Emmanuel Venisse <em...@venisse.net>.
ok, I think it's the pb. In the update process, we call the changelog command and we don't throw an 
exception when it fail.

We need to remove extra quotes on cvs command line. We'll fix it in maven-scm.

Thanks for your tests, I know the pb now and what to fix.

Emmanuel

Carlo Bonamico a écrit :
> Emmanuel Venisse wrote:
>> Can you test with bothe quote/double quotes like the command executed 
>> by continuum.
>>
>>
> If I run:
> D:\build\continuum-1.0.3\apps\continuum\working-directory\2>cvs -z3 -f 
> -d :ext:c
> ontinuum@server:/home/cvs -q log -d '">2006-07-06T16:00:08+0200"'
> 
> I get the following error:
> cvs [log aborted]: Can't parse date/time: 2006-07-06T16:00:08+0200'
> 
> notice the single quote at the end...
> 
> My machine runs on Windows XP Professional.
> 
> Thank you for you help!
> Carlo
> 
> 
> 
> 


Re: Developer name and CVS log information does not appear in changes section

Posted by Carlo Bonamico <c....@set-network.com>.
Emmanuel Venisse wrote:
> Can you test with bothe quote/double quotes like the command executed 
> by continuum.
>
>
If I run:
D:\build\continuum-1.0.3\apps\continuum\working-directory\2>cvs -z3 -f 
-d :ext:c
ontinuum@server:/home/cvs -q log -d '">2006-07-06T16:00:08+0200"'

I get the following error:
cvs [log aborted]: Can't parse date/time: 2006-07-06T16:00:08+0200'

notice the single quote at the end...

My machine runs on Windows XP Professional.

Thank you for you help!
Carlo


Re: Developer name and CVS log information does not appear in changes section

Posted by Emmanuel Venisse <em...@venisse.net>.
Can you test with bothe quote/double quotes like the command executed by continuum.

Emmanuel

Carlo Bonamico a écrit :
> Hi Emmanuel,
> and thank you as usual for your quick reply...  If I run this command 
> from my CVS log
> 
> D:\build\continuum-1.0.3\apps\continuum\working-directory\2>cvs -z3 -f 
> -d :ext:c
> ontinuum@server:/home/cvs -q log -d ">2006-07-06T16:00:08+0200"
> 
> from the command line, I get the following result
> 
> RCS file: /home/cvs/SANDBOX/events/xdocs/navigation.xml,v
> Working file: xdocs/navigation.xml
> head: 1.2
> branch:
> locks: strict
> access list:
> symbolic names:
> keyword substitution: k
> total revisions: 2;     selected revisions: 0
> description:
> ============================================================================= 
> 
> 
> etc...
> 
> This is my continuum log:
> 
> 581750 [Thread-2] INFO  org.apache.maven.scm.manager.ScmManager  - 
> Executing: cvs -z3 -f -d :ext:continuum@server:/home/cvs -q update -d
> 581750 [Thread-2] INFO  org.apache.maven.scm.manager.ScmManager  - 
> Working directory: 
> D:\build\continuum-1.0.3\apps\continuum\working-directory\2
> 582688 [Thread-23] DEBUG org.apache.maven.scm.manager.ScmManager  - ? 
> app/target
> 582688 [Thread-23] DEBUG org.apache.maven.scm.manager.ScmManager  - ? 
> app/xdocs
> 582688 [Thread-23] DEBUG org.apache.maven.scm.manager.ScmManager  - ? 
> common/xdocs
> 582688 [Thread-23] DEBUG org.apache.maven.scm.manager.ScmManager  - ? 
> core/xdocs
> 582688 [Thread-23] DEBUG org.apache.maven.scm.manager.ScmManager  - ? 
> mda/xdocs
> 582688 [Thread-23] DEBUG org.apache.maven.scm.manager.ScmManager  - ? 
> web/xdocs
> 582688 [Thread-23] DEBUG org.apache.maven.scm.manager.ScmManager  - ? 
> webservice/xdocs
> 582922 [Thread-2] INFO  org.apache.maven.scm.manager.ScmManager  - 
> Executing: cvs -z3 -f -d :ext:continuum@vts2server:/home/cvs -q log -d 
> '">2006-07-06T16:00:08+0200"'
> 582922 [Thread-2] INFO  org.apache.maven.scm.manager.ScmManager  - 
> Working directory: 
> D:\build\continuum-1.0.3\apps\continuum\working-directory\2
> 583703 [Thread-2] INFO  org.apache.maven.continuum.scm.ContinuumScm  - 
> Updated 7 files.
> 
> The only thing I notice is that in the log file the date dimestamp is 
> marked with both quotes and double quotes '" "'.
> 
> Maybe it's a CVS configuration issue?
> 
> Thanks again,
> Carlo
> 
> 
> Emmanuel Venisse wrote:
>> it seems to be ok.
>>
>> Can you run this command:
>> cvs -z3 -f -d YOUR_CVS_ROOT -q log -d 
>> "20060706T13:00:00<20060706T15:00:00" or the similar command from your 
>> continuum logs
>>
>> Emmanuel
> 
> 
> 
> 


Re: Developer name and CVS log information does not appear in changes section

Posted by Carlo Bonamico <c....@set-network.com>.
Hi Emmanuel,
 and thank you as usual for your quick reply...  If I run this command 
from my CVS log

D:\build\continuum-1.0.3\apps\continuum\working-directory\2>cvs -z3 -f 
-d :ext:c
ontinuum@server:/home/cvs -q log -d ">2006-07-06T16:00:08+0200"

from the command line, I get the following result

RCS file: /home/cvs/SANDBOX/events/xdocs/navigation.xml,v
Working file: xdocs/navigation.xml
head: 1.2
branch:
locks: strict
access list:
symbolic names:
keyword substitution: k
total revisions: 2;     selected revisions: 0
description:
=============================================================================

etc...

This is my continuum log:

581750 [Thread-2] INFO  org.apache.maven.scm.manager.ScmManager  - 
Executing: cvs -z3 -f -d :ext:continuum@server:/home/cvs -q update -d
581750 [Thread-2] INFO  org.apache.maven.scm.manager.ScmManager  - 
Working directory: 
D:\build\continuum-1.0.3\apps\continuum\working-directory\2
582688 [Thread-23] DEBUG org.apache.maven.scm.manager.ScmManager  - ? 
app/target
582688 [Thread-23] DEBUG org.apache.maven.scm.manager.ScmManager  - ? 
app/xdocs
582688 [Thread-23] DEBUG org.apache.maven.scm.manager.ScmManager  - ? 
common/xdocs
582688 [Thread-23] DEBUG org.apache.maven.scm.manager.ScmManager  - ? 
core/xdocs
582688 [Thread-23] DEBUG org.apache.maven.scm.manager.ScmManager  - ? 
mda/xdocs
582688 [Thread-23] DEBUG org.apache.maven.scm.manager.ScmManager  - ? 
web/xdocs
582688 [Thread-23] DEBUG org.apache.maven.scm.manager.ScmManager  - ? 
webservice/xdocs
582922 [Thread-2] INFO  org.apache.maven.scm.manager.ScmManager  - 
Executing: cvs -z3 -f -d :ext:continuum@vts2server:/home/cvs -q log -d 
'">2006-07-06T16:00:08+0200"'
582922 [Thread-2] INFO  org.apache.maven.scm.manager.ScmManager  - 
Working directory: 
D:\build\continuum-1.0.3\apps\continuum\working-directory\2
583703 [Thread-2] INFO  org.apache.maven.continuum.scm.ContinuumScm  - 
Updated 7 files.

The only thing I notice is that in the log file the date dimestamp is 
marked with both quotes and double quotes '" "'.

Maybe it's a CVS configuration issue?

Thanks again,
Carlo


Emmanuel Venisse wrote:
> it seems to be ok.
>
> Can you run this command:
> cvs -z3 -f -d YOUR_CVS_ROOT -q log -d 
> "20060706T13:00:00<20060706T15:00:00" or the similar command from your 
> continuum logs
>
> Emmanuel


Re: Developer name and CVS log information does not appear in changes section

Posted by Emmanuel Venisse <em...@venisse.net>.
it seems to be ok.

Can you run this command:
cvs -z3 -f -d YOUR_CVS_ROOT -q log -d "20060706T13:00:00<20060706T15:00:00" or the similar command 
from your continuum logs

Emmanuel

Carlo Bonamico a écrit :
> I am using cvs, in english.
> 
> I attach a segment of the output from running  "cvs log" in the working 
> directory
> 
> RCS file: /home/cvs/SANDBOX/xdocs/navigation.xml,v
> Working file: xdocs/navigation.xml
> head: 1.2
> branch:
> locks: strict
> access list:
> symbolic names:
> keyword substitution: k
> total revisions: 2;     selected revisions: 2
> description:
> ----------------------------
> revision 1.2
> date: 2006-07-06 13:57:20 +0000;  author: bonamico;  state: Exp;  lines: 
> +9 -7;
> commitid: 4dee44ad16c04567;
> *** empty log message ***
> ----------------------------
> revision 1.1
> date: 2006-07-06 13:12:02 +0000;  author: bonamico;  state: Exp;  
> commitid: 4c33
> 44ad0c214567;
> -Aggiunta della funzione di creazione automatica
> 
> Hope this helps...
> 
> 
> 
> Emmanuel Venisse wrote:
>> http://jira.codehaus.org/browse/CONTINUUM-620
>>
>> What is your scm? what is the language in the output of it? english?
>>
>> Emmanuel
>>
>> Carlo Bonamico a écrit :
>>> Hi!
>>> when I trigger a build for a maven 1 project in continuum 1.0.3, I 
>>> can see the changes list but it is missing developer id/names, date 
>>> of modification and log message.
>>> I looked in jira but could not find related issues...
>>>
>>> Thanks in advance for your help!
>>> Carlo
>>>
>>>
>>>
>>>
>>
>>
> 
> 
> 
> 


Re: Developer name and CVS log information does not appear in changes section

Posted by Carlo Bonamico <c....@set-network.com>.
I am using cvs, in english.

I attach a segment of the output from running  "cvs log" in the working 
directory

RCS file: /home/cvs/SANDBOX/xdocs/navigation.xml,v
Working file: xdocs/navigation.xml
head: 1.2
branch:
locks: strict
access list:
symbolic names:
keyword substitution: k
total revisions: 2;     selected revisions: 2
description:
----------------------------
revision 1.2
date: 2006-07-06 13:57:20 +0000;  author: bonamico;  state: Exp;  lines: 
+9 -7;
 commitid: 4dee44ad16c04567;
*** empty log message ***
----------------------------
revision 1.1
date: 2006-07-06 13:12:02 +0000;  author: bonamico;  state: Exp;  
commitid: 4c33
44ad0c214567;
-Aggiunta della funzione di creazione automatica

Hope this helps...



Emmanuel Venisse wrote:
> http://jira.codehaus.org/browse/CONTINUUM-620
>
> What is your scm? what is the language in the output of it? english?
>
> Emmanuel
>
> Carlo Bonamico a écrit :
>> Hi!
>> when I trigger a build for a maven 1 project in continuum 1.0.3, I 
>> can see the changes list but it is missing developer id/names, date 
>> of modification and log message.
>> I looked in jira but could not find related issues...
>>
>> Thanks in advance for your help!
>> Carlo
>>
>>
>>
>>
>
>


Re: Developer name and CVS log information does not appear in changes section

Posted by Emmanuel Venisse <em...@venisse.net>.
http://jira.codehaus.org/browse/CONTINUUM-620

What is your scm? what is the language in the output of it? english?

Emmanuel

Carlo Bonamico a écrit :
> Hi!
> when I trigger a build for a maven 1 project in continuum 1.0.3, I can 
> see the changes list but it is missing developer id/names, date of 
> modification and log message.
> I looked in jira but could not find related issues...
> 
> Thanks in advance for your help!
> Carlo
> 
> 
> 
>