Re: [RFC] API for reading trees from repo or WC

2011-10-10 Thread Julian Foad
Hi Greg. Thanks for the feedback. r1180843 addresses most of this. On Fri, 2011-10-07, Greg Stein wrote: On Fri, Oct 7, 2011 at 09:56, Julian Foad julian.f...@wandisco.com wrote: ... diff_tree_with_delta(tree1, delta) Takes a reference to a base tree, and an svn_delta_editor_t type

Re: svn commit: r1180154 - in /subversion/trunk/subversion: include/svn_sorts.h libsvn_client/merge.c libsvn_subr/mergeinfo.c libsvn_subr/sorts.c tests/libsvn_subr/mergeinfo-test.c

2011-10-10 Thread Philip Martin
pbu...@apache.org writes: Author: pburba Date: Fri Oct 7 19:00:40 2011 New Revision: 1180154 + if (elements_to_delete) +for (i = starting_index; i (elements_to_delete + starting_index); i++) + svn_sort__array_delete(rangelist, starting_index); +} Given the pop optimisation it

Re: Apache Subversion 1.7.0-rc4 Released

2011-10-10 Thread Barry Scott
The INSTALL still talks about the deps package... (line 193). Can you confirm that the INSTALL is accurate please? Barry On 28 Sep 2011, at 17:26, Hyrum Wright wrote: I'm happy to announce the release of Apache Subversion 1.7.0-rc4. Please choose the mirror closest to you by visiting:

send wiki notifications to a separate mailing list?

2011-10-10 Thread Stefan Sperling
The new wiki is nice. But I don't think sending wiki notifications to commits@ is a good idea. I use my commits@ mailbox as both an offline log cache and a full-text search engine on commits. So I am now filtering commits and wiki notifications into two separate mail boxes at my end. But the

Re: EXTERNALS table -- good or bad?

2011-10-10 Thread Neels J Hofmeyr
On 10/08/2011 05:20 PM, Branko Čibej wrote: On 06.10.2011 22:28, Neels J Hofmeyr wrote: This table is / would be very useful if one tries to find all externals defined or checked out in a given subtree, without having to first find and then parse all externals skels. But in fact it is

RE: EXTERNALS table -- good or bad?

2011-10-10 Thread Bert Huijben
-Original Message- From: Neels J Hofmeyr [mailto:ne...@elego.de] Sent: zaterdag 8 oktober 2011 7:58 To: Bert Huijben Cc: 'Subversion Development' Subject: Re: EXTERNALS table -- good or bad? On 10/07/2011 02:18 PM, Bert Huijben wrote: I think you were the one that enabled

RE: send wiki notifications to a separate mailing list?

2011-10-10 Thread Gavin McDonald
-Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: Monday, 10 October 2011 9:55 PM To: dev@subversion.apache.org Subject: send wiki notifications to a separate mailing list? The new wiki is nice. But I don't think sending wiki notifications to commits@ is a

Re: send wiki notifications to a separate mailing list?

2011-10-10 Thread Stefan Sperling
On Mon, Oct 10, 2011 at 11:30:16PM +1000, Gavin McDonald wrote: They are notifications, why not send them to notifications@s.a.o which already exists? notifications@ receives (a lot of) notifications from the buildbots. It should not mix with wiki updates either, IMO. Again, people subscribed

RE: send wiki notifications to a separate mailing list?

2011-10-10 Thread Gavin McDonald
-Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: Monday, 10 October 2011 11:44 PM To: Gavin McDonald Cc: dev@subversion.apache.org Subject: Re: send wiki notifications to a separate mailing list? On Mon, Oct 10, 2011 at 11:30:16PM +1000, Gavin McDonald

Re: EXTERNALS table -- good or bad?

2011-10-10 Thread Branko Čibej
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 10.10.2011 14:12, Neels J Hofmeyr wrote: On 10/08/2011 05:20 PM, Branko Čibej wrote: On 06.10.2011 22:28, Neels J Hofmeyr wrote: This table is / would be very useful if one tries to find all externals defined or checked out in a given

Re: Apache Subversion 1.7.0-rc4 Released

2011-10-10 Thread Hyrum K Wright
The -deps packages have been deprecated for quite some time. If the INSTALL file refers to the -deps packages, that file is in error. Though looking through the INSTALL file son the tag, I don't see any such reference: http://svn.apache.org/repos/asf/subversion/tags/1.7.0-rc4/INSTALL -Hyrum On

RE: svn commit: r1181040 - in /subversion/branches/tree-read-api/subversion: include/svn_ra.h libsvn_ra/ra_loader.c

2011-10-10 Thread Bert Huijben
-Original Message- From: julianf...@apache.org [mailto:julianf...@apache.org] Sent: maandag 10 oktober 2011 8:52 To: comm...@subversion.apache.org Subject: svn commit: r1181040 - in /subversion/branches/tree-read- api/subversion: include/svn_ra.h libsvn_ra/ra_loader.c Author:

RE: svn commit: r1181040 - svn_ra_check_path2() in branches/tree-read-api ...

2011-10-10 Thread Julian Foad
Bert Huijben wrote: Author: julianfoad On the 'tree-read-api' branch: Implement svn_ra_get_symlink() and make svn_ra_check_path2() support symlinks. * subversion/include/svn_ra.h (svn_ra_get_symlink): New function. * subversion/libsvn_ra/ra_loader.c (svn_ra_get_symlink):

Re: Identifying branch roots

2011-10-10 Thread Trent Nelson
On 07-Oct-11 6:59 AM, Julian Foad wrote: On Fri, 2011-10-07 at 11:29 +0100, Julian Foad wrote: Stefan Sperling wrote: julianfoad wrote: +/* This property marks a branch root. Branches with the same value of this + * property are mergeable. */ +#define SVN_PROP_BRANCHING_ROOT svn:ignore /* ###

Re: svn commit: r1180154 - in /subversion/trunk/subversion: include/svn_sorts.h libsvn_client/merge.c libsvn_subr/mergeinfo.c libsvn_subr/sorts.c tests/libsvn_subr/mergeinfo-test.c

2011-10-10 Thread Paul Burba
On Mon, Oct 10, 2011 at 3:48 AM, Philip Martin philip.mar...@wandisco.com wrote: pbu...@apache.org writes: Author: pburba Date: Fri Oct  7 19:00:40 2011 New Revision: 1180154 +  if (elements_to_delete) +    for (i = starting_index; i (elements_to_delete + starting_index); i++) +      

Re: 1.7.0 up for signing

2011-10-10 Thread Hyrum K Wright
$ svn log ^/subversion/branches/1.7.x -r1167356:1176462 On Sun, Oct 9, 2011 at 5:55 AM, rupert.thurner rupert.thur...@gmail.com wrote: where is the list of changes from rc3 to rc4 ? On Oct 4, 6:26 pm, Hyrum K Wright hyrum.wri...@wandisco.com wrote: At the risk of jinxing the proposed Oct. 11

Re: Apache Subversion 1.7.0-rc4 Released

2011-10-10 Thread Barry Scott
On 10 Oct 2011, at 16:47, Hyrum K Wright wrote: The -deps packages have been deprecated for quite some time. I know. If the INSTALL file refers to the -deps packages, that file is in error. Though looking through the INSTALL file son the tag, I don't see any such reference:

Problem with checkout for 1.7.0-rc4

2011-10-10 Thread Barry Scott
I'm trying to build subversion 1.7.0-rc4 on Mac OS X 10.7. And I'm guessing that got something in the build/install wrong. I see the following error from svn checkout: $ /usr/local/svn-1.7.0-rc4/bin/svn checkout

Re: Apache Subversion 1.7.0-rc4 Released

2011-10-10 Thread Hyrum K Wright
On Mon, Oct 10, 2011 at 4:06 PM, Barry Scott ba...@barrys-emacs.org wrote: On 10 Oct 2011, at 16:47, Hyrum K Wright wrote: The -deps packages have been deprecated for quite some time. I know.  If the INSTALL file refers to the -deps packages, that file is in error. Though looking through

Fwd: [danie...@apache.org: svn commit: r796867 - /infrastructure/buildbot/aegis/buildmaster/master1/projects/subversion.conf]

2011-10-10 Thread Daniel Shahaf
- Forwarded message from danie...@apache.org - Date: Mon, 10 Oct 2011 20:01:42 - From: danie...@apache.org To: infrastructure-...@apache.org Subject: svn commit: r796867 - /infrastructure/buildbot/aegis/buildmaster/master1/projects/subversion.conf Message-Id:

Re: svn commit: r1181166 - in /subversion/branches/1.5.x: ./ STATUS subversion/mod_dav_svn/repos.c

2011-10-10 Thread Daniel Shahaf
hwri...@apache.org wrote on Mon, Oct 10, 2011 at 19:39:30 -: Author: hwright Date: Mon Oct 10 19:39:30 2011 New Revision: 1181166 URL: http://svn.apache.org/viewvc?rev=1181166view=rev Log: * STATUS: Note the deletion rev of a few old branches, in case folks wish to resurrect them

Re: Problem with checkout for 1.7.0-rc4

2011-10-10 Thread Philip Martin
Barry Scott ba...@barrys-emacs.org writes: I'm trying to build subversion 1.7.0-rc4 on Mac OS X 10.7. And I'm guessing that got something in the build/install wrong. I see the following error from svn checkout: $ /usr/local/svn-1.7.0-rc4/bin/svn checkout

Re: Problem with checkout for 1.7.0-rc4

2011-10-10 Thread Mark Phippard
On Mon, Oct 10, 2011 at 4:19 PM, Philip Martin philip.mar...@wandisco.com wrote: Barry Scott ba...@barrys-emacs.org writes: I'm trying to build subversion 1.7.0-rc4 on Mac OS X 10.7. And I'm guessing that got something in the build/install wrong. I see the following error from svn checkout:

Re: Problem with checkout for 1.7.0-rc4

2011-10-10 Thread Philip Martin
Mark Phippard markp...@gmail.com writes: On Mon, Oct 10, 2011 at 4:19 PM, Philip Martin philip.mar...@wandisco.com wrote: Barry Scott ba...@barrys-emacs.org writes: I'm trying to build subversion 1.7.0-rc4 on Mac OS X 10.7. And I'm guessing that got something in the build/install wrong. I

RE: Problem with checkout for 1.7.0-rc4

2011-10-10 Thread Bert Huijben
-Original Message- From: Philip Martin [mailto:philip.mar...@wandisco.com] Sent: maandag 10 oktober 2011 16:48 To: Mark Phippard Cc: Barry Scott; Subversion Development Subject: Re: Problem with checkout for 1.7.0-rc4 This is the version that comes with OSX 10.7: $

Re: Problem with checkout for 1.7.0-rc4

2011-10-10 Thread Toby Peterson
On Oct 10, 2011, at 5:10 PM, Bert Huijben wrote: -Original Message- From: Philip Martin [mailto:philip.mar...@wandisco.com] Sent: maandag 10 oktober 2011 16:48 To: Mark Phippard Cc: Barry Scott; Subversion Development Subject: Re: Problem with checkout for 1.7.0-rc4 This is the

Re: EXTERNALS table -- good or bad?

2011-10-10 Thread Konstantin Kolinko
2011/10/10 Branko Čibej br...@apache.org: Answer's simple: never store the svn:externals property with the other props, always parse it into and read it from the EXTERNALS table. After all, it /is/ a magic property. This can be a completely wc-local implementation-specific thing. ...and

[l10n] Translation status report for trunk r1181620

2011-10-10 Thread Subversion Translation Status
Translation status report for trunk@r1181620 lang trans untrans fuzzy obs -- de2078 159 329 254 UUoo es2004 233 356 390 +++UU~ fr2235 2