You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <da...@elego.de> on 2012/09/10 20:10:53 UTC

Re: svn commit: r1382304 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

stefan2@apache.org wrote on Sat, Sep 08, 2012 at 13:51:39 -0000:
> Author: stefan2
> Date: Sat Sep  8 13:51:39 2012
> New Revision: 1382304
> 
> URL: http://svn.apache.org/viewvc?rev=1382304&view=rev
> Log:
> Fix a minor issue with props deltification: Deltify against a props
> representation instead of some text rep.

This was an efficiency issue (size of the resulting delta rep), not a
correctness issue, yes?

Re: svn commit: r1382304 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

Posted by Stefan Fuhrmann <st...@wandisco.com>.
On Mon, Sep 10, 2012 at 8:10 PM, Daniel Shahaf <da...@elego.de> wrote:

> stefan2@apache.org wrote on Sat, Sep 08, 2012 at 13:51:39 -0000:
> > Author: stefan2
> > Date: Sat Sep  8 13:51:39 2012
> > New Revision: 1382304
> >
> > URL: http://svn.apache.org/viewvc?rev=1382304&view=rev
> > Log:
> > Fix a minor issue with props deltification: Deltify against a props
> > representation instead of some text rep.
>
> This was an efficiency issue (size of the resulting delta rep), not a
> correctness issue, yes?
>

Exactly. And it makes the pack file structure
easier accessible to human readers.

-- Stefan^2.

-- 
*

Join us this October at Subversion Live
2012<http://www.wandisco.com/svn-live-2012>
 for two days of best practice SVN training, networking, live demos,
committer meet and greet, and more! Space is limited, so get signed up
today<http://www.wandisco.com/svn-live-2012>
!
*

Re: svn commit: r1382304 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

Posted by Stefan Fuhrmann <st...@wandisco.com>.
On Mon, Sep 10, 2012 at 8:10 PM, Daniel Shahaf <da...@elego.de> wrote:

> stefan2@apache.org wrote on Sat, Sep 08, 2012 at 13:51:39 -0000:
> > Author: stefan2
> > Date: Sat Sep  8 13:51:39 2012
> > New Revision: 1382304
> >
> > URL: http://svn.apache.org/viewvc?rev=1382304&view=rev
> > Log:
> > Fix a minor issue with props deltification: Deltify against a props
> > representation instead of some text rep.
>
> This was an efficiency issue (size of the resulting delta rep), not a
> correctness issue, yes?
>

Exactly. And it makes the pack file structure
easier accessible to human readers.

-- Stefan^2.

-- 
*

Join us this October at Subversion Live
2012<http://www.wandisco.com/svn-live-2012>
 for two days of best practice SVN training, networking, live demos,
committer meet and greet, and more! Space is limited, so get signed up
today<http://www.wandisco.com/svn-live-2012>
!
*