[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

log command error

From: Mike W <mpw2112_at_yahoo.com>
Date: 2005-05-26 22:02:03 CEST

I'm just ramping up on CruiseControl and would like to
initiate builds when changes are made in our
subversion repository. Cruise control generates the
following to poll the repository.

svn log --non-interactive --xml -v -r
{2005-05-26T12:18:31Z}:{2005-05-26T19:48:32Z}

This generates an error in CruiseControl and when I
execute directly via the command line outside of
CruiseControl. If I add single quotes around the
dates, like below, it works just fine, and returns the
appropriate xml.

svn log --no
n-interactive --xml -v -r
'{2005-05-26T12:18:31Z}:{2005-05-26T19:48:32Z}'

I can't find an example like this in the
documentation, and I'm wondering which syntax is
correct.

If the former is correct, then I may need to update my
subversion build. If it's the latter, I'll need to
let the CruiseControl folks know there's a problem.

Thanks.

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 26 22:03:59 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.