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

Re: svn commit: rev 6913 - in trunk/subversion: clients/cmdline include libsvn_client libsvn_ra_dav libsvn_ra_local libsvn_ra_svn libsvn_wc svnserve svnversion tests/clients/cmdline tests/clients/cmdline/svntest

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-08-29 05:16:26 CEST

CMike committed to serve.c:
- SVN_ERR(svn_ra_svn_parse_tuple(params, pool, "cb", &target, &recurse));
+ SVN_ERR(svn_ra_svn_parse_tuple(params, pool, "cb(?r)",
+ &target, &recurse, &rev));

That needs to be "cb?(?r)" for compatibility. With just "cb(?r)", the
server will barf if the client doesn't provide either a rev or an empty
tuple after the boolean.

(Sorry if my private mail didn't make this clear; that's what I was
trying to say.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 29 05:17:19 2003

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

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