You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2002/08/06 22:12:18 UTC

Re: svn commit: rev 2902 - branches

On Tue, Aug 06, 2002 at 04:42:35PM -0500, sussman@tigris.org wrote:
> Author: sussman
> Date: 2002-08-06 16:42:24 -0500 (Tue, 06 Aug 2002)
> New Revision: 2902
> 
> Added:
>    branches/issue-840-dev/
> Log:
> 
> Create /branches/issue-840-dev as a copy of 2901:/trunk.
> 
> This is the branch I'm going to work on to rearrange our network
> protocol (property namespaces.)  Both libsvn_ra_dav and mod_dav_svn
> will be changed.

Why a whole branch? As I stated elsewhere, you'll only want to change the
client side at this point. That is just some simple mods to libsvn_ra_dav to
understand another set of namespaces.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 2902 - branches

Posted by Ben Collins-Sussman <su...@collab.net>.
Greg Stein <gs...@lyra.org> writes:

> Why a whole branch? As I stated elsewhere, you'll only want to change the
> client side at this point. That is just some simple mods to libsvn_ra_dav to
> understand another set of namespaces.

Yeah, sigh, you're right.

We have three property namespaces right now, one of which is
"overloaded".  That's why ra_dav is manually filtering propnames,
icky icky.

In the new schema, two of the property namespaces merely change their
name.  The overloaded namespace divides in half, which means ra_dav
wouldn't need to filter.

Seems pretty straightforward.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org