Re: Authz on Collection of Repositories (was: Expansion of authz policy name leak)

2012-11-02 Thread Ivan Zhakov
On Tue, Oct 23, 2012 at 4:23 PM, C. Michael Pilato wrote: > On 10/23/2012 07:24 AM, Ivan Zhakov wrote: >> I'm working on the patch to list only readable repositories. There is >> already TODO comment in the code by cmpilato: >> subversion\mod_dav_svn\repos.c:3461 >> [[[ >> /* ### TODO: We cou

Re: [PATCH] Add platform information to user agent string

2012-11-02 Thread Ivan Zhakov
On Wed, Oct 31, 2012 at 1:46 AM, Stefan Sperling wrote: > On Wed, Oct 31, 2012 at 12:25:43AM +0400, Ivan Zhakov wrote: >> I completely agree that it would be great to have one code to get >> platform information. But current svn_sysinfo* implementation provides >> detailed information which very e

RE: svn commit: r1404856 - in /subversion/trunk/subversion: libsvn_wc/ tests/cmdline/

2012-11-02 Thread Bert Huijben
> -Original Message- > From: s...@apache.org [mailto:s...@apache.org] > Sent: vrijdag 2 november 2012 02:53 > To: comm...@subversion.apache.org > Subject: svn commit: r1404856 - in /subversion/trunk/subversion: libsvn_wc/ > tests/cmdline/ > > Author: stsp > Date: Fri Nov 2 01:53:23 2012

Re: svn commit: r1404856 - in /subversion/trunk/subversion: libsvn_wc/ tests/cmdline/

2012-11-02 Thread Stefan Sperling
On Fri, Nov 02, 2012 at 12:22:29PM +0100, Bert Huijben wrote: > Can you please use a specific error code if an upgrade is required? > (SVN_ERR_WC_UPGRADE_REQUIRED or a new error?) > > GUI clients can't just parse the textual output of error messages, and want > to parse the error code. > > SVN_E

Re: [PATCH] Add platform information to user agent string

2012-11-02 Thread Ivan Zhakov
On Wed, Oct 31, 2012 at 2:04 AM, Branko Čibej wrote: [..] > > The sysinfo bits have static (build-time) info and dynamic (runtime) > info. Presumably the only difference will be noticing when you're > running the program on a different "size" of OS, e.g., running 32-bit > code on a 64-bit OS (hope

Re: maunal WC upgrade test fallout

2012-11-02 Thread Branko Čibej
On 02.11.2012 04:34, Stefan Sperling wrote: > On Fri, Nov 02, 2012 at 02:59:10AM +0100, Stefan Sperling wrote: >> I went ahead and disabled auto-upgrades in r1404856. During the SVN Live conferences I asked people, privately, about their opinion on automatic vs. manual upgrades. The overwhelming r

Re: [PATCH] Add platform information to user agent string

2012-11-02 Thread Branko Čibej
On 02.11.2012 12:36, Ivan Zhakov wrote: > On Wed, Oct 31, 2012 at 2:04 AM, Branko Čibej wrote: > [..] >> The sysinfo bits have static (build-time) info and dynamic (runtime) >> info. Presumably the only difference will be noticing when you're >> running the program on a different "size" of OS, e.g

Re: [PATCH] Add platform information to user agent string

2012-11-02 Thread Ivan Zhakov
On Fri, Nov 2, 2012 at 5:12 PM, Branko Čibej wrote: > On 02.11.2012 12:36, Ivan Zhakov wrote: >> On Wed, Oct 31, 2012 at 2:04 AM, Branko Čibej wrote: >> [..] >>> The sysinfo bits have static (build-time) info and dynamic (runtime) >>> info. Presumably the only difference will be noticing when you

Re: [PATCH] Add platform information to user agent string

2012-11-02 Thread Branko Čibej
On 02.11.2012 14:21, Ivan Zhakov wrote: > On Fri, Nov 2, 2012 at 5:12 PM, Branko Čibej wrote: >> On 02.11.2012 12:36, Ivan Zhakov wrote: >>> On Wed, Oct 31, 2012 at 2:04 AM, Branko Čibej wrote: >>> [..] The sysinfo bits have static (build-time) info and dynamic (runtime) info. Presumabl

Re: [PATCH] Add platform information to user agent string

2012-11-02 Thread Ivan Zhakov
On Fri, Nov 2, 2012 at 5:28 PM, Branko Čibej wrote: > On 02.11.2012 14:21, Ivan Zhakov wrote: >> On Fri, Nov 2, 2012 at 5:12 PM, Branko Čibej wrote: >>> On 02.11.2012 12:36, Ivan Zhakov wrote: On Wed, Oct 31, 2012 at 2:04 AM, Branko Čibej wrote: [..] > The sysinfo bits have static

Re: Authz on Collection of Repositories (was: Expansion of authz policy name leak)

2012-11-02 Thread Mark Phippard
On Fri, Nov 2, 2012 at 4:13 AM, Ivan Zhakov wrote: > On Tue, Oct 23, 2012 at 4:23 PM, C. Michael Pilato > wrote: >> On 10/23/2012 07:24 AM, Ivan Zhakov wrote: >>> I'm working on the patch to list only readable repositories. There is >>> already TODO comment in the code by cmpilato: >>> subversio

Re: Authz on Collection of Repositories (was: Expansion of authz policy name leak)

2012-11-02 Thread Ivan Zhakov
On Fri, Nov 2, 2012 at 5:50 PM, Mark Phippard wrote: > On Fri, Nov 2, 2012 at 4:13 AM, Ivan Zhakov wrote: >> On Tue, Oct 23, 2012 at 4:23 PM, C. Michael Pilato >> wrote: >>> On 10/23/2012 07:24 AM, Ivan Zhakov wrote: I'm working on the patch to list only readable repositories. There is >>>

Re: Authz on Collection of Repositories (was: Expansion of authz policy name leak)

2012-11-02 Thread Mark Phippard
On Fri, Nov 2, 2012 at 10:09 AM, Ivan Zhakov wrote: >> So on a repository like the ASF or Wordpress where there are >> a lot of top level folders then the server might have to do a fair >> amount of work to process the request and return. I assume we do not >> care about the content of the respons

Re: maunal WC upgrade test fallout

2012-11-02 Thread C. Michael Pilato
On 11/02/2012 09:07 AM, Branko Čibej wrote: > On 02.11.2012 04:34, Stefan Sperling wrote: >> On Fri, Nov 02, 2012 at 02:59:10AM +0100, Stefan Sperling wrote: >>> I went ahead and disabled auto-upgrades in r1404856. > > During the SVN Live conferences I asked people, privately, about their > opinio

Re: [PATCH] Add platform information to user agent string

2012-11-02 Thread C. Michael Pilato
On 11/02/2012 09:28 AM, Branko Čibej wrote: > On 02.11.2012 14:21, Ivan Zhakov wrote: >> Using $target or $host is not important question for me. More >> important question which components use in user-agent string: all >> triplet or only OS? > > I suggest using the same string that's displayed by

Re: Authz on Collection of Repositories

2012-11-02 Thread C. Michael Pilato
On 11/02/2012 09:50 AM, Mark Phippard wrote: > On Fri, Nov 2, 2012 at 4:13 AM, Ivan Zhakov wrote: >> Looking forward for your review. Thanks! > > + /* Build a Public Resource uri representing repository root. */ > + uri = svn_urlpath__join(dav_svn__get_root_dir(r), > +

Re: svn commit: r1404912 - in /subversion/trunk/subversion: libsvn_ra_svn/cyrus_auth.c svnserve/cyrus_auth.c

2012-11-02 Thread C. Michael Pilato
On 11/02/2012 06:35 AM, stef...@apache.org wrote: > Author: stefan2 > Date: Fri Nov 2 10:35:05 2012 > New Revision: 1404912 > > URL: http://svn.apache.org/viewvc?rev=1404912&view=rev > Log: > Fix "incompatible pointer type" warnings when assigning SASL callbacks. > The problem is that the functio

Re: 1.8 Progress

2012-11-02 Thread Philip Martin
Ben Reser writes: > 1) local moves/renames. Based on the conversation I had on IRC this seems > to be not done yet due to issues found in the original plan. stsp says > that if it can't be done before we want to otherwise release 1.8 he'd like > to pull the move code entirely. So the question

Re: [PATCH] Add platform information to user agent string

2012-11-02 Thread Ivan Zhakov
On Fri, Nov 2, 2012 at 5:12 PM, Branko Čibej wrote: > On 02.11.2012 12:36, Ivan Zhakov wrote: >> On Wed, Oct 31, 2012 at 2:04 AM, Branko Čibej wrote: >> [..] >>> The sysinfo bits have static (build-time) info and dynamic (runtime) >>> info. Presumably the only difference will be noticing when you

Re: [PATCH] Add platform information to user agent string

2012-11-02 Thread Branko Čibej
On 02.11.2012 17:30, Ivan Zhakov wrote: > On Fri, Nov 2, 2012 at 5:12 PM, Branko Čibej wrote: >> On 02.11.2012 12:36, Ivan Zhakov wrote: >>> On Wed, Oct 31, 2012 at 2:04 AM, Branko Čibej wrote: >>> [..] The sysinfo bits have static (build-time) info and dynamic (runtime) info. Presumabl

Re: Authz on Collection of Repositories

2012-11-02 Thread Branko Čibej
On 02.11.2012 15:25, C. Michael Pilato wrote: > On 11/02/2012 09:50 AM, Mark Phippard wrote: >> On Fri, Nov 2, 2012 at 4:13 AM, Ivan Zhakov wrote: >>> Looking forward for your review. Thanks! >> + /* Build a Public Resource uri representing repository root. */ >> + uri = svn_urlpath__join(dav_s

Re: maunal WC upgrade test fallout

2012-11-02 Thread Branko Čibej
On 02.11.2012 15:15, C. Michael Pilato wrote: > On 11/02/2012 09:07 AM, Branko Čibej wrote: >> On 02.11.2012 04:34, Stefan Sperling wrote: >>> On Fri, Nov 02, 2012 at 02:59:10AM +0100, Stefan Sperling wrote: I went ahead and disabled auto-upgrades in r1404856. >> During the SVN Live conference

Re: maunal WC upgrade test fallout

2012-11-02 Thread C. Michael Pilato
On 11/02/2012 01:15 PM, Branko Čibej wrote: > On 02.11.2012 15:15, C. Michael Pilato wrote: >> What would have been more interesting to know is how they felt about the >> required one-time manual 'svn upgrade' in 1.7 -- was it troublesome for >> their processes? > > I got exactly one response abou

Re: [PATCH] Add platform information to user agent string

2012-11-02 Thread Ivan Zhakov
On Fri, Nov 2, 2012 at 9:04 PM, Branko Čibej wrote: > > On 02.11.2012 17:30, Ivan Zhakov wrote: > > On Fri, Nov 2, 2012 at 5:12 PM, Branko Čibej wrote: > >> On 02.11.2012 12:36, Ivan Zhakov wrote: > >>> On Wed, Oct 31, 2012 at 2:04 AM, Branko Čibej wrote: > >>> [..] > The sysinfo bits have

Re: Random serf checkout failures

2012-11-02 Thread Lieven Govaerts
Philip, On Thu, Nov 1, 2012 at 1:29 PM, Philip Martin wrote: > I've been experimenting checking out subversion/tags from my local > mirror of the Subversion repository using a client and mod_dav_svn from > trunk. I'm getting several different errors seemingly at random, I > suspect they may be r

Inquiry regarding Subversion authentication/authorization layer

2012-11-02 Thread Eduard . Perelman
Hi, Our objective is to create an external single-sign-on (SSO) module to support login to the various applications we currently use. We are in the process of custom developing the SSO module in-house to support these multiple applications. This module will present a form to allow the user to

Re: Symmetric merge and subtrees

2012-11-02 Thread Paul Burba
On Thu, Aug 2, 2012 at 10:45 AM, Julian Foad wrote: > Hi Paul. > > Thanks for looking at this and the other ('deleted subtrees') thread. > Replies in line below... > > > Paul Burba wrote: >> Julian Foad wrote: >>> There are some merge scenarios for which it's not clear whether the >>> user shou

Re: svn commit: r1198765 - in /subversion/trunk/subversion: include/ include/private/ libsvn_client/ libsvn_wc/ svn/ tests/cmdline/

2012-11-02 Thread Paul Burba
On Mon, Nov 7, 2011 at 10:04 AM, wrote: > Author: neels > Date: Mon Nov 7 15:03:59 2011 > New Revision: 1198765 > > URL: http://svn.apache.org/viewvc?rev=1198765&view=rev > Log: > Introduce the commit argument --include-externals. > > Most prominent changes: > - File externals are no longer comm

Re: Please review Symmetric Merge

2012-11-02 Thread Paul Burba
On Thu, Sep 13, 2012 at 6:55 PM, Julian Foad wrote: > Hi, merge fans and QA fans. > > As you've seen, the 'symmetric merge' code is live in trunk and destined to > be in 1.8. > > The principle is nice; however, the current implementation is a rather ugly > hack, being just a layer on top of the

Re: 1.8 Progress

2012-11-02 Thread Paul Burba
On Fri, Nov 2, 2012 at 11:43 AM, Philip Martin wrote: > Ben Reser writes: > >> 1) local moves/renames. Based on the conversation I had on IRC this seems >> to be not done yet due to issues found in the original plan. stsp says >> that if it can't be done before we want to otherwise release 1.8

Re: Inquiry regarding Subversion authentication/authorization layer

2012-11-02 Thread Ben Reser
This message really belongs on the us...@subversion.apache.org list. It's difficult to answer your question due to the wide variety of setups that Subversion can be used with (multiple different servers e.g. Apache [http], svnserve [svn and svn+ssh]) and clients (command line client, TortioseSVN,

Re: 1.8 Progress

2012-11-02 Thread Greg Stein
On Thu, Nov 1, 2012 at 2:42 PM, Ben Reser wrote: >... > 3) libsvn_ra_serf stabilization. I know there have been a couple concerns > that Philip has raised (EAGAIN and the random failures). Plus there are > several issues here (not all of the issues here are serf issues): > http://subversion.tigr

Re: Random serf checkout failures

2012-11-02 Thread Philip Martin
Lieven Govaerts writes: > Are you using https or http? http > I've done similar tests with success recently, but that was on > Windows. This was to the European mirror of the apache repository > though, I don't have a local mirror available. I suppose you could create a data set by importingd

Re: maunal WC upgrade test fallout

2012-11-02 Thread Ben Reser
On Fri, Nov 2, 2012 at 6:07 AM, Branko Čibej wrote: > During the SVN Live conferences I asked people, privately, about their > opinion on automatic vs. manual upgrades. The overwhelming response was > that they wait for all the clients to catch up before upgrading. Given > these results, my opinio

Re: svn commit: r1198765 - in /subversion/trunk/subversion: include/ include/private/ libsvn_client/ libsvn_wc/ svn/ tests/cmdline/

2012-11-02 Thread Neels J Hofmeyr
Hi Paul! The memory slowly comes back from the distance... I've just tweaked the issue summary, marked the test with the issue number #4252 and added a comment to the issue. AFAICT the only wrong is that currently --depth=immediates leaves out the property changes on external dirs. I humbly assu