You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David Glasser <gl...@davidglasser.net> on 2007/12/10 19:54:41 UTC

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

On Dec 9, 2007 3:22 PM,  <lg...@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@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