code to check if ra_replay is supported
From: David Glasser <glasser_at_mit.edu>
Date: 2006-08-24 17:48:55 CEST
For SVN::Mirror we'll need to check if the server supports ra_replay,
Sanity-checking would be appreciated (Garrett?). And does anyone
--dave
static svn_error_t *
default_ed = svn_delta_default_editor(pool);
err = svn_ra_replay(ra,
if (err)
return SVN_NO_ERROR;
-- David Glasser | glasser_at_mit.edu | http://www.davidglasser.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Aug 24 17:51:12 2006 |
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.