Daniel Shahaf wrote on Fri, Jun 21, 2013 at 17:28:19 +0300:
> Julian Foad wrote on Fri, Jun 21, 2013 at 15:04:39 +0100:
> > Please update the doc string, which currently begins "Validate that
> > property @a name is valid for use in a Subversion repository; return @c
> > SVN_ERR_REPOS_BAD_ARGS if
On Mon, Jun 24, 2013 at 10:15:31AM -, danie...@apache.org wrote:
> Author: danielsh
> Date: Mon Jun 24 10:15:31 2013
> New Revision: 1495978
>
> URL: http://svn.apache.org/r1495978
> Log:
> Silence a compiler warning.
>
> * subversion/libsvn_fs_fs/tree.c
> (cache_lookup): Only declare FACTO
On Mon, Jun 24, 2013 at 12:19 PM, Daniel Shahaf wrote:
> On Mon, Jun 24, 2013 at 10:15:31AM -, danie...@apache.org wrote:
> > Author: danielsh
> > Date: Mon Jun 24 10:15:31 2013
> > New Revision: 1495978
> >
> > URL: http://svn.apache.org/r1495978
> > Log:
> > Silence a compiler warning.
> >
On Mon, Jun 24, 2013 at 12:28:08PM +0200, Stefan Fuhrmann wrote:
> On Mon, Jun 24, 2013 at 12:19 PM, Daniel Shahaf wrote:
>
> > On Mon, Jun 24, 2013 at 10:15:31AM -, danie...@apache.org wrote:
> > > Author: danielsh
> > > Date: Mon Jun 24 10:15:31 2013
> > > New Revision: 1495978
> > >
> > >
On Mon, Jun 24, 2013 at 12:30 PM, Daniel Shahaf wrote:
> On Mon, Jun 24, 2013 at 12:28:08PM +0200, Stefan Fuhrmann wrote:
> > On Mon, Jun 24, 2013 at 12:19 PM, Daniel Shahaf
> wrote:
> >
> > > On Mon, Jun 24, 2013 at 10:15:31AM -, danie...@apache.org wrote:
> > > > Author: danielsh
> > > > D
On Thu, Jun 20, 2013 at 01:38:11PM -0700, Branko Čibej wrote:
> On 20.06.2013 22:30, Branko Čibej wrote:
> > On 20.06.2013 17:52, Rainer Jung wrote:
> >> 1.8.0 calls gcc with -std=c90. For my Solaris 10 Sparc using gcc 4.7.2
> >> this leads to "_STRICT_STDC" getting defined and then limits.h no lon
For move tracking we need a move-aware editor. svn_editor_t ("Ev2") is
designed to support moves. However, I'm not clear how its move support is
meant to work, on a fairly basic level:
* What are the ordering rules for moves?
* Are the move operations to be interprested in series or in pa
Daniel Shahaf
> To: Julian Foad
> Cc: dev@subversion.apache.org
> Sent: Monday, 24 June 2013, 5:13
> Subject: Re: [PATCH] Don't validate properties during deletion.
>
> Daniel Shahaf wrote on Fri, Jun 21, 2013 at 17:28:19 +0300:
>> Julian Foad wrote on Fri, Jun 21, 2013 at 15:04:39 +0100:
>>
On 24.06.2013 17:22, Julian Foad wrote:
> For move tracking we need a move-aware editor. svn_editor_t ("Ev2") is
> designed to support moves. However, I'm not clear how its move support is
> meant to work, on a fairly basic level:
>
> * What are the ordering rules for moves?
>
> * Are the m
On 24.06.2013 17:52, Branko Čibej wrote:
> You're breaking the once rule here.
>
> And the case you're describing can never occur. You cannot have a
> working copy that describes what you're doing. Tree mutations can only
> be parallelized across distinct subtrees, which isn't the case in your
> ex
On 24.06.2013 18:00, Daniel Shahaf wrote:
> Branko Čibej wrote on Mon, Jun 24, 2013 at 16:32:56 +0200:
>> On 24.06.2013 11:46, Daniel Shahaf wrote:
>>> Branko Čibej wrote on Sat, Jun 22, 2013 at 18:02:32 +0200:
On 22.06.2013 17:46, Nico Kadel-Garcia wrote:
> # Canonicalize path to python,
On Fri, Jun 21, 2013 at 2:25 PM, Stefan Küng wrote:
> Hi,
>
> Another one from the crash reports:
>
> in libsvn_client\log.c, line 715, function run_ra_get_log():
>
> matching_segment = bsearch(&younger_rev, log_segments->elts,
>log_segments->nelts, log_segments->elt_si
On Mon, Jun 24, 2013 at 6:17 PM, Paul Burba wrote:
> On Fri, Jun 21, 2013 at 2:25 PM, Stefan Küng
> wrote:
> > Hi,
> >
> > Another one from the crash reports:
> >
> > in libsvn_client\log.c, line 715, function run_ra_get_log():
> >
> > matching_segment = bsearch(&younger_rev, log_segments->elts,
On Mon, Jun 24, 2013 at 6:23 PM, Stefan Fuhrmann <
stefan.fuhrm...@wandisco.com> wrote:
> On Mon, Jun 24, 2013 at 6:17 PM, Paul Burba wrote:
>
>> On Fri, Jun 21, 2013 at 2:25 PM, Stefan Küng
>> wrote:
>> > Hi,
>> >
>> > Another one from the crash reports:
>> >
>> > in libsvn_client\log.c, line 7
On Mon, Jun 24, 2013 at 12:23 PM, Stefan Fuhrmann
wrote:
> On Mon, Jun 24, 2013 at 6:17 PM, Paul Burba wrote:
>>
>> On Fri, Jun 21, 2013 at 2:25 PM, Stefan Küng
>> wrote:
>> > Hi,
>> >
>> > Another one from the crash reports:
>> >
>> > in libsvn_client\log.c, line 715, function run_ra_get_log():
On Thursday 20 June 2013 09:22 PM, Rainer Jung wrote:
> 1.8.0 calls gcc with -std=c90. For my Solaris 10 Sparc using gcc 4.7.2
> this leads to "_STRICT_STDC" getting defined and then limits.h no longer
> defines PATH_MAX. So apr.h bombs out during compile with:
>
> #error no decision has been made
On Mon, Jun 24, 2013 at 05:14:10PM -, phi...@apache.org wrote:
> Author: philip
> Date: Mon Jun 24 17:14:10 2013
> New Revision: 1496127
>
> URL: http://svn.apache.org/r1496127
> Log:
> Fix occasional failure of checkout_test.py 12 due to dropping the
> fractional seconds from the current time
On Mon, Jun 24, 2013 at 6:08 PM, Branko Čibej wrote:
> Please, no-one said anything about changing this on trunk (at least, I
> hope not), so let's please not go on about this.
>
> Though I'll not refrain from mentioning that it's not our trunk's
> mandate to make the scripts work out of the box
% /usr/local/svn-1.7.1/bin/svn co -q
https://svn.apache.org/repos/asf/subversion/trunk/notes/commit-access-templates/
% ls commit-access-templates/.svn
entries format pristine tmp wc.db
% svn upgrade commit-access-templates
% ls commit-access-templates/.svn
pristine tmp wc.db
That's a bug:
On 24.06.2013 23:24, Daniel Shahaf wrote:
> % /usr/local/svn-1.7.1/bin/svn co -q
> https://svn.apache.org/repos/asf/subversion/trunk/notes/commit-access-templates/
> % ls commit-access-templates/.svn
> entries format pristine tmp wc.db
> % svn upgrade commit-access-templates
> % ls commit-acce
On 24.06.2013 23:52, Branko Čibej wrote:
> On 24.06.2013 23:24, Daniel Shahaf wrote:
>> % /usr/local/svn-1.7.1/bin/svn co -q
>> https://svn.apache.org/repos/asf/subversion/trunk/notes/commit-access-templates/
>> % ls commit-access-templates/.svn
>> entries format pristine tmp wc.db
>> % svn up
On 25.06.2013 00:03, Branko Čibej wrote:
> On 24.06.2013 23:52, Branko Čibej wrote:
>> On 24.06.2013 23:24, Daniel Shahaf wrote:
>>> % /usr/local/svn-1.7.1/bin/svn co -q
>>> https://svn.apache.org/repos/asf/subversion/trunk/notes/commit-access-templates/
>>> % ls commit-access-templates/.svn
>>> e
22 matches
Mail list logo