Re: Missing username and commit messages in output

2008-02-26 Thread Eric Pugh
Okay, that is most likely it then! The Continuum server is running on GMT and the Subversion server is running on EST! Thanks! Eric On Feb 26, 2008, at 3:28 AM, Emmanuel Venisse wrote: Yes, the times must be synchronized. In the process, we run a svn update then a svn log to get detail

Re: Missing username and commit messages in output

2008-02-26 Thread Emmanuel Venisse
Yes, the times must be synchronized. In the process, we run a svn update then a svn log to get detail informations. Emmanuel On Tue, Feb 26, 2008 at 9:18 AM, Ionut S <[EMAIL PROTECTED]> wrote: > Make sure the times on continuum and svn machines are synchronized. We had > something similar before

Re: Missing username and commit messages in output

2008-02-26 Thread Ionut S
Make sure the times on continuum and svn machines are synchronized. We had something similar before.. Eric Pugh <[EMAIL PROTECTED]> 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

Re: Missing username and commit messages in output

2008-02-25 Thread Eric Pugh
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

Re: Missing username and commit messages in output

2008-02-23 Thread Mac-Systems
Hello, using SVN 1.3.x Continuum 1.1 under Linux we see something the same behavior. I cannot say what causes the problem. - jens 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 doe

Missing username and commit messages in output

2008-02-22 Thread Eric Pugh
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