[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: <cmpilato_at_collab.net>
Date: 2003-08-29 05:46:49 CEST

Greg Hudson <ghudson@MIT.EDU> writes:

> 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.

Oh! Okay, will fix.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 29 09:11:02 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.