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

Re: svn commit: r28365 - in branches/svnsync-folder/subversion: include libsvn_ra_local libsvn_ra_neon libsvn_ra_serf mod_dav_svn svnserve svnsync

From: David Glasser <glasser_at_davidglasser.net>
Date: 2007-12-10 20:54:41 CET

On Dec 9, 2007 3:22 PM, <lgo@tigris.org> wrote:
> Author: lgo
> Date: Sun Dec 9 15:22:41 2007
> New Revision: 28365
>
> Log:
> Servers older than 1.5 do not support partial syncing. Add a capability
> 'partial replay' so the client can find out during repository initialization.

> Modified: branches/svnsync-folder/subversion/include/svn_error_codes.h
> URL: http://svn.collab.net/viewvc/svn/branches/svnsync-folder/subversion/include/svn_error_codes.h?pathrev=28365&r1=28364&r2=28365
> ==============================================================================
> --- branches/svnsync-folder/subversion/include/svn_error_codes.h (original)
> +++ branches/svnsync-folder/subversion/include/svn_error_codes.h Sun Dec 9 15:22:41 2007
> @@ -736,6 +736,10 @@
> SVN_ERR_RA_CATEGORY_START + 8,
> "Inquiry about unknown capability")
>
> + SVN_ERRDEF(SVN_ERR_RA_PARTIAL_REPLAY_NOT_SUPPORTED,
> + SVN_ERR_RA_CATEGORY_START + 9,
> + "Server does not support partial replay")
> +

I'm thinking "Server can only replay from the root of a repository"
(maybe without "from") would be more clear.

--dave

-- 
David Glasser | glasser_at_davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 10 20:54:58 2007

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.