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
[EMAIL PROTECTED]:/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