Re: svn commit: r1448784 - in /subversion/trunk/subversion: libsvn_wc/node.c tests/cmdline/update_tests.py tests/libsvn_wc/op-depth-test.c

2013-02-22 Thread Philip Martin
Philip Martin writes: > "Bert Huijben" writes: >> What about excluded and server excluded? >> >> Maybe we should add some optional not-present output argument handling >> all of them? > > I don't know. Perhaps my fix is wrong. Perhaps I should have called > svn_wc__node_is_not_present instead?

OOD configure options

2013-02-22 Thread Philip Martin
The configure option --with-ssl seems to be a remnant of our neon support, it allowed --with-ssl to be passed to an in-tree neon build. I think it can be removed. The --with-gssapi option seems to be related to serf but I don't understand it. It causes the gssapi libraries to be added to the link

RE: OOD configure options

2013-02-22 Thread Bert Huijben
> -Original Message- > From: MARTIN PHILIP [mailto:codematt...@ntlworld.com] On Behalf Of > Philip Martin > Sent: vrijdag 22 februari 2013 13:32 > To: dev@subversion.apache.org > Subject: OOD configure options > > The configure option --with-ssl seems to be a remnant of our neon > suppor

Re: OOD configure options

2013-02-22 Thread Branko Čibej
On 22.02.2013 13:32, Philip Martin wrote: > The configure option --with-ssl seems to be a remnant of our neon > support, it allowed --with-ssl to be passed to an in-tree neon build. > I think it can be removed. > > The --with-gssapi option seems to be related to serf but I don't > understand it. I

Re: OOD configure options

2013-02-22 Thread Philip Martin
Branko Čibej writes: > On 22.02.2013 13:32, Philip Martin wrote: >> The configure option --with-ssl seems to be a remnant of our neon >> support, it allowed --with-ssl to be passed to an in-tree neon build. >> I think it can be removed. >> >> The --with-gssapi option seems to be related to serf b

Re: [RFC] Build System Documentation

2013-02-22 Thread Gabriela Gibson
On 22/02/13 00:45, Daniel Shahaf wrote: % svn log -qv -l1 -r 1:HEAD subversion/tests/cmdline/atomic-ra-revprop-change.c r965054 | danielsh | 2010-07-17 14:23:38 +0300 (Sat, 17 Jul 2010) Changed paths: M /subversion/branc

Re: OOD configure options

2013-02-22 Thread Branko Čibej
On 22.02.2013 15:34, Philip Martin wrote: > Branko Čibej writes: > >> On 22.02.2013 13:32, Philip Martin wrote: >>> The configure option --with-ssl seems to be a remnant of our neon >>> support, it allowed --with-ssl to be passed to an in-tree neon build. >>> I think it can be removed. >>> >>> The

Re: OOD configure options

2013-02-22 Thread Philip Martin
Philip Martin writes: > Branko Čibej writes: > >> On 22.02.2013 13:32, Philip Martin wrote: >>> The configure option --with-ssl seems to be a remnant of our neon >>> support, it allowed --with-ssl to be passed to an in-tree neon build. >>> I think it can be removed. >>> >>> The --with-gssapi opt

RE: r1442088 - Improve DAG node / path lookup performance in FSFS

2013-02-22 Thread Bert Huijben
Replying on some part: (Can we please use plain text. I’m often guilty myself too, but this thread is getting too far and I can’t tell the difference between who wrote what) [Julian] I don't like this 'is_canonical' flag.  In the rest of Subversion, nearly all APIs assume paths are canonical alrea

Re: OOD configure options

2013-02-22 Thread Ben Reser
On Fri, Feb 22, 2013 at 7:04 AM, Philip Martin wrote: > Did you mean an in-tree build rather than a static build? I don't think > we support building serf in-tree. Indeed we do not support in-tree serf builds. Nor is it something that is likely to be easy to use, since serf is now using SCons f

Re: r1442088 - Improve DAG node / path lookup performance in FSFS

2013-02-22 Thread Julian Foad
Bert Huijben wrote: > [Julian] > I don't like this 'is_canonical' flag.  In the rest of Subversion, nearly > all APIs assume paths are canonical already [...] > I see that many of the functions in this file currently appear to be > accepting and dealing with non-canonical paths, but I think the way

Re: [RFC] Build System Documentation

2013-02-22 Thread Gabriela Gibson
On 20/02/13 21:06, Ben Reser wrote: On Mon, Feb 18, 2013 at 4:10 AM, Gabriela Gibson wrote: Thank you for the corrections and ideas, they have been worked into the document. Also typo of recognized/recognised (depending on preference US vs UK spelling). What is the preferred spelling for S

Re: svn commit: r1449105 - /subversion/trunk/subversion/tests/libsvn_delta/range-index-test.h

2013-02-22 Thread Philip Martin
phi...@apache.org writes: > Author: philip > Date: Fri Feb 22 16:29:19 2013 > New Revision: 1449105 > > URL: http://svn.apache.org/r1449105 > Log: > Adjust some test code that isn't usually compiled so that it can be > compiled. > > * subversion/tests/libsvn_delta/range-index-test.h > (check_cop

bringing psvn.el up to 1.7+ working copies

2013-02-22 Thread Joseph Schaefer
Here's a fugly patch that I'd like to apply to trunk that lets psvn.el work properly with 1.7+ working copies that consolidate .svn dirs to the top-level of the working copy. For the most part psvn.el doesn't need to know where this directory lives, so just removing the check for it seems to work

Re: OOD configure options

2013-02-22 Thread Greg Stein
On Feb 22, 2013 10:51 AM, "Ben Reser" wrote: > > On Fri, Feb 22, 2013 at 7:04 AM, Philip Martin > wrote: > > Did you mean an in-tree build rather than a static build? I don't think > > we support building serf in-tree. > > Indeed we do not support in-tree serf builds. Nor is it something > that

Re: OOD configure options

2013-02-22 Thread Branko Čibej
On 22.02.2013 18:35, Greg Stein wrote: > > > On Feb 22, 2013 10:51 AM, "Ben Reser" > wrote: > > > > On Fri, Feb 22, 2013 at 7:04 AM, Philip Martin > > mailto:philip.mar...@wandisco.com>> wrote: > > > Did you mean an in-tree build rather than a static build? I don't > think

Serf 1.2.0 has been released

2013-02-22 Thread Greg Stein
Hi all, I'm pleased to announce the serf 1.2.0 release! This release contains many robustness fixes, especially around flaky and problematic connections. The CHANGES file is located at: http://serf.googlecode.com/svn/tags/1.2.0/CHANGES Download details are at: http://code.google.com/p/serf/

Re: OOD configure options

2013-02-22 Thread Greg Stein
On Fri, Feb 22, 2013 at 12:41 PM, Branko Čibej wrote: > On 22.02.2013 18:35, Greg Stein wrote: >> >> >> On Feb 22, 2013 10:51 AM, "Ben Reser" > > wrote: >> > >> > On Fri, Feb 22, 2013 at 7:04 AM, Philip Martin >> > mailto:philip.mar...@wandisco.com>> wrote: >> > > Did you me

Re: Serf 1.2.0 has been released

2013-02-22 Thread C. Michael Pilato
On 02/22/2013 01:59 PM, Greg Stein wrote: > Hi all, > > I'm pleased to announce the serf 1.2.0 release! Yay! -- C. Michael Pilato CollabNet <> www.collab.net <> Enterprise Cloud Development signature.asc Description: OpenPGP digital signature

Re: [RFC] Build System Documentation

2013-02-22 Thread Daniel Shahaf
Gabriela Gibson wrote on Fri, Feb 22, 2013 at 14:42:15 +: > On 22/02/13 00:45, Daniel Shahaf wrote: >> % svn log -qv -l1 -r 1:HEAD >> subversion/tests/cmdline/atomic-ra-revprop-change.c >> >> r965054 | danielsh | 2010-07-

Re: [RFC] Build System Documentation

2013-02-22 Thread Daniel Shahaf
Gabriela Gibson wrote on Fri, Feb 22, 2013 at 17:13:08 +: > On 20/02/13 21:06, Ben Reser wrote: > > You can easily see the difference >> by running `./autogen.sh` saving the build-outputs.mk and then running >> `./autogen.sh -s` and comparing the results. > > Should there be a section on how an

RE: [RFC] Build System Documentation

2013-02-22 Thread Danny.McKinney
Then we will need to purchase a certificate for that server unless Eric knows where we can get a domain named signed cert. Kind regards / Cordialement / Mit freundlichen Grüssen Danny   Danny McKinney . Senior Systems Programmer - Technology Service Management, Asset Management . SunGard DDI +

Re: [RFC] Build System Documentation

2013-02-22 Thread Daniel Shahaf
danny.mckin...@sungard.com wrote on Fri, Feb 22, 2013 at 20:12:42 +: > Then we will need to purchase a certificate for that server unless > Eric knows where we can get a domain named signed cert. Wrong number?

Re: bringing psvn.el up to 1.7+ working copies

2013-02-22 Thread Joseph Schaefer
Here's a better patch that doesn't break the docstring. Index: contrib/client-side/emacs/psvn.el === --- contrib/client-side/emacs/psvn.el (revision 1449112) +++ contrib/client-side/emacs/psvn.el (working copy) @@ -1127,33 +1127,1

Re: [RFC] Build System Documentation

2013-02-22 Thread Gabriela Gibson
On 22/02/13 20:09, Daniel Shahaf wrote: Gabriela Gibson wrote on Fri, Feb 22, 2013 at 17:13:08 +: On 20/02/13 21:06, Ben Reser wrote: You skipped the primary function of gen-make.py which is caused by this call "generator.write()". There are two gen-make.py files -- I was describing /trun

Re: Serf 1.2.0 has been released

2013-02-22 Thread Philip Martin
Greg Stein writes: > Please report any problems to serf-...@googlegroups.com Building on the centos buildbot I get $ ./serfmake check /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/include/apr-1 -I/usr/include/apr-1 -c -o te

Re: Serf 1.2.0 has been released

2013-02-22 Thread Philip Martin
Philip Martin writes: > Greg Stein writes: > >> Please report any problems to serf-...@googlegroups.com My emails to serf-dev bounce. I suppose it's subcribers only? > Building on the centos buildbot I get > > $ ./serfmake check > /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -p

Re: Serf 1.2.0 has been released

2013-02-22 Thread Philip Martin
Philip Martin writes: > The build/install don't report any errors even if the tests don't run, > however the installed library doesn't work: > > /usr/local/lib/libserf-1.so: undefined reference to `apr_sockaddr_ip_getbuf' > > APR 1.2.7 doesn't have such a symbol. This means the minimum APR that

Re: r1442088 - Improve DAG node / path lookup performance in FSFS

2013-02-22 Thread Stefan Fuhrmann
On Fri, Feb 22, 2013 at 5:43 PM, Julian Foad wrote: > Bert Huijben wrote: > > [Julian] > > I don't like this 'is_canonical' flag. In the rest of Subversion, nearly > > all APIs assume paths are canonical already [...] > > I see that many of the functions in this file currently appear to be > > ac

Re: OOD configure options

2013-02-22 Thread Branko Čibej
On 22.02.2013 20:00, Greg Stein wrote: > On Fri, Feb 22, 2013 at 12:41 PM, Branko Čibej wrote: >> On 22.02.2013 18:35, Greg Stein wrote: >>> >>> On Feb 22, 2013 10:51 AM, "Ben Reser" >> > wrote: On Fri, Feb 22, 2013 at 7:04 AM, Philip Martin mailto:philip.mar...@wa

Re: svn commit: r1448810 - in /subversion/trunk/subversion: include/private/svn_fs_util.h libsvn_fs_fs/tree.c libsvn_fs_util/fs-util.c

2013-02-22 Thread Stefan Fuhrmann
On Thu, Feb 21, 2013 at 10:41 PM, C. Michael Pilato wrote: > On 02/21/2013 04:32 PM, stef...@apache.org wrote: > > Modified: subversion/trunk/subversion/include/private/svn_fs_util.h > > URL: > http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_fs_util.h?rev=1448810&r1=14

Re: Serf 1.2.0 has been released

2013-02-22 Thread Ben Reser
On Fri, Feb 22, 2013 at 4:04 PM, Philip Martin wrote: > Philip Martin writes: >> APR 1.2.7 doesn't have such a symbol. This means the minimum APR that >> can be used is APR 1.3.0. Until recently we have been supporting APR >> as far back as 0.9. > > The function is only used for some error mes

Re: A clean-up task: delete "Use scratch_pool for temporary allocations" from doc strings

2013-02-22 Thread Stefan Fuhrmann
On Wed, Jan 30, 2013 at 6:09 PM, Julian Foad wrote: > No particular time frame, but a little clean-up task for > anybody who has a touch of OCD or likes > playing with regular expression search and replace, would be to remove > the clause"Use scratch_pool for temporary allocations" from all our do