Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 12662 invoked from network); 26 Feb 2008 08:19:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2008 08:19:22 -0000 Received: (qmail 67929 invoked by uid 500); 26 Feb 2008 08:19:14 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 67562 invoked by uid 500); 26 Feb 2008 08:19:13 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 67539 invoked by uid 99); 26 Feb 2008 08:19:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 00:19:13 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.191.85.1] (HELO web36501.mail.mud.yahoo.com) (209.191.85.1) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 26 Feb 2008 08:18:36 +0000 Received: (qmail 11646 invoked by uid 60001); 26 Feb 2008 08:18:44 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=IiFR3xmQq1ZJLKRW2qK9FyzEjU+CdCt/Dcm+wpbjzlE1Tkvmti/QfDgjdsf+hC6mY01sMan0TPhATJS66pKHN8B7AT4EKX671aSf9uOCqYcgZbg73HqsQrN4+LoXm8rM2sPWDKOCDxx87ZKQqRKK1/6C/wbIPPBGRCil19souQo=; X-YMail-OSG: RQFluQIVM1n.18gr2Y_VuACk7r65Iacp_4jG4XHzO1ITyZKJJUm2hEeII23Kg81xxQ-- Received: from [80.96.82.125] by web36501.mail.mud.yahoo.com via HTTP; Tue, 26 Feb 2008 00:18:44 PST Date: Tue, 26 Feb 2008 00:18:44 -0800 (PST) From: Ionut S Subject: Re: Missing username and commit messages in output To: continuum-users@maven.apache.org Cc: continuum-users@maven.apache.org In-Reply-To: <87459710-8305-44E9-9A1C-993921516929@opensourceconnections.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1175416266-1204013924=:11374" Content-Transfer-Encoding: 8bit Message-ID: <630458.11374.qm@web36501.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --0-1175416266-1204013924=:11374 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Make sure the times on continuum and svn machines are synchronized. We had something similar before.. Eric Pugh wrote: I've been digging a bit more, and it seems like the problem is that this class: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/scm/DefaultContinuumScm.java?view=markup doesn't seem to properly be getting the changeset data back. There is a method convertScmResult that looks like it is supposed to setup the author and comment stuff, but that isn't happening. Has anyone else seen anything along these lines? When I dig into the SvnUpdateConsumer I don't have much luck finding anything about handling Authors etc... http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svnexe/src/main/java/org/apache/maven/scm/provider/svn/svnexe/command/update/SvnUpdateConsumer.java?view=log I'm dubious about my ability to actually make a change to fix this.. I was hoping it was just "Update to SVN version X" and everything would be okay :-) Eric On Feb 22, 2008, at 11:16 AM, Eric Pugh wrote: > Hi all, > > Using svn version 1.4.5, running on a windows environment, in the > output we are missing the username and commit messages. The files > changed however does work well.. Using an older version of > Continuum I did have the username and commit messages coming through. > > The svn command in the logs looks like: svn --username ciuser -- > password ***** --non-interactive update > > Does anyone else see the same behavior? > > When I run the update svn command I don't see the author or date or > commit message listed, so I kinda wonder where that data comes > from... I assume something like svn log? I don't see that in the > log file, but if I run it I get data formatted like this: > > ------------------------------------------------------------------------ > r675 | jnist | 2008-02-22 16:12:32 +0000 (Fri, 22 Feb 2008) | 1 line > > adding initial chart wrapper class > > > So I am wondering if my SVN client is out of date, or if there is an > issue with the latest Continuum. > > Eric > > > ----------------------------------------------------- > Eric Pugh | Principal | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com > > > ----------------------------------------------------- Eric Pugh | Principal | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com --------------------------------- Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. --0-1175416266-1204013924=:11374--