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...@gmail.com> on 2009/02/14 02:17:54 UTC

Re: svn commit: r35814 - branches/explore-wc/subversion/libsvn_wc

On Wed, Feb 11, 2009 at 19:01, Hyrum K. Wright <hy...@hyrumwright.org> wrote:
> Author: hwright
> Date: Wed Feb 11 10:00:59 2009
> New Revision: 35814
>
> Log:
> On the explore-wc branch:
> Save and read the depth of an entry.

You're reading/writing integers rather than words.

(see svn_types.h: svn_depth_to/from_word)

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1154678

Re: svn commit: r35814 - branches/explore-wc/subversion/libsvn_wc

Posted by Greg Stein <gs...@gmail.com>.
Oh. Oops. Yah... the db structures are "the right types" and when
they're read/written, the conversions take place. Forgot about that.
Thanks.

On Sat, Feb 14, 2009 at 05:19, Hyrum K. Wright
<hy...@mail.utexas.edu> wrote:
>
> On Feb 13, 2009, at 8:17 PM, Greg Stein wrote:
>
>> On Wed, Feb 11, 2009 at 19:01, Hyrum K. Wright <hy...@hyrumwright.org>
>> wrote:
>>>
>>> Author: hwright
>>> Date: Wed Feb 11 10:00:59 2009
>>> New Revision: 35814
>>>
>>> Log:
>>> On the explore-wc branch:
>>> Save and read the depth of an entry.
>>
>> You're reading/writing integers rather than words.
>>
>> (see svn_types.h: svn_depth_to/from_word)
>
> As of r35871, we're already doing this on the branch.
>
> -Hyrum
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1155422

Re: svn commit: r35814 - branches/explore-wc/subversion/libsvn_wc

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
On Feb 13, 2009, at 8:17 PM, Greg Stein wrote:

> On Wed, Feb 11, 2009 at 19:01, Hyrum K. Wright  
> <hy...@hyrumwright.org> wrote:
>> Author: hwright
>> Date: Wed Feb 11 10:00:59 2009
>> New Revision: 35814
>>
>> Log:
>> On the explore-wc branch:
>> Save and read the depth of an entry.
>
> You're reading/writing integers rather than words.
>
> (see svn_types.h: svn_depth_to/from_word)

As of r35871, we're already doing this on the branch.

-Hyrum

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1155369