Re: svn commit: r1325516 - /subversion/trunk/subversion/libsvn_delta/compat.c

2012-04-12 Thread Hyrum K Wright
On Thu, Apr 12, 2012 at 4:07 PM, wrote: > Author: hwright > Date: Thu Apr 12 21:07:28 2012 > New Revision: 1325516 > > URL: http://svn.apache.org/viewvc?rev=1325516&view=rev > Log: > Ev2 shims: Make sure we rel-pathify the value provided in the copyfrom_url > when > fetching the props from the s

Re: fs_fs core dumps in checksum code

2012-04-12 Thread Blair Zajac
On 08/04/2010 09:32 AM, Blair Zajac wrote: On 08/04/2010 05:38 AM, Julian Foad wrote: Again due to in-lining, I presume, fs_fs.c:2859 calls svn_checksum_dup() but the debugger shows, in this case, only its subroutine svn_checksum__from_digest(). #0 0x2ac15f8bd28c in svn_checksum__from_dige

Re: Fix svn_wc__node_get_base_rev() -- don't report the working revision

2012-04-12 Thread Julian Foad
I (Julian Foad) wrote: > This is an obvious fix, right?  But the adjustments needed to a couple of > callers are not obvious. If I make it return SVN_INVALID_REVNUM instead of an error, no adjustments to callers are needed.  Committed that in r1325341. > [[[ > Fix svn_wc__node_get_base_rev() -

Re: Editorr v2 svn_editor_alter_directory needs list of children

2012-04-12 Thread Julian Foad
Philip Martin wrote: > I think alter_directory needs a list of children as well as the new > properties. I agree.  I already felt that was needed for API symmetry (or else the add_directory() should *not* take the list of children).  Now your use case below adds a practical reason. >  Consider

Editorr v2 svn_editor_alter_directory needs list of children

2012-04-12 Thread Philip Martin
I think alter_directory needs a list of children as well as the new properties. Consider an update from relpath revision props 3 A 3 p=v A/X3 to relpath revision props 4 A 4 p=vvv A/X4 A/Y4

1.7.5 in one/two weeks?

2012-04-12 Thread Daniel Shahaf
We released 1.6.18 today and 1.7.4 just over a month ago. There are a few useful items merged already, and STATUS has a truckload of pending changes. Shall we roll 1.7.5 in two weeks from today? If we can clear STATUS and roll next Thursday that's fine too, but I don't think we're in a hurry.

Fix svn_wc__node_get_base_rev() -- don't report the working revision

2012-04-12 Thread Julian Foad
This is an obvious fix, right?  But the adjustments needed to a couple of callers are not obvious. [[[ Fix svn_wc__node_get_base_rev() -- don't report the working revision. A follow-up to r1088832. * subversion/libsvn_wc/node.c   (get_base_rev): If there is no base version, don't report the wor

Subversion 1.6.18 released

2012-04-12 Thread Stefan Sperling
I'm happy to announce the release of Apache Subversion 1.6.18. This is a maintenance release which fixes known issues in the 1.6 release series. Most importantly, several defects which can lead to FSFS repository corruption have been fixed. Known issues in this release are: - The regression te