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

Re: log command error

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-27 03:15:29 CEST

On May 26, 2005, at 3:02 PM, Mike W wrote:

> 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}'
> ---------------------------------------------------------

It's probably your shell trying to interpret the curly braces. By
placing the whole argument in quotes, it reaches the svn program
unscathed.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 27 03:17:13 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.