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
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
> -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
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
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
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
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
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
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
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
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
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
>>>
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
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
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
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),
> +
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
35 matches
Mail list logo