Re: [PATCH] Don't validate properties during deletion.

2013-06-24 Thread Daniel Shahaf
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

Re: svn commit: r1495978 - /subversion/trunk/subversion/libsvn_fs_fs/tree.c

2013-06-24 Thread Daniel Shahaf
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

Re: svn commit: r1495978 - /subversion/trunk/subversion/libsvn_fs_fs/tree.c

2013-06-24 Thread Stefan Fuhrmann
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. > >

Re: svn commit: r1495978 - /subversion/trunk/subversion/libsvn_fs_fs/tree.c

2013-06-24 Thread Daniel Shahaf
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 > > > > > >

Re: svn commit: r1495978 - /subversion/trunk/subversion/libsvn_fs_fs/tree.c

2013-06-24 Thread Stefan Fuhrmann
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

Re: 1.8.0 build problem on Solaris Sparc using gcc

2013-06-24 Thread Trent Nelson
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

Ev2 as a move-aware editor

2013-06-24 Thread Julian Foad
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

Re: [PATCH] Don't validate properties during deletion.

2013-06-24 Thread Julian Foad
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: >>

Re: Ev2 as a move-aware editor

2013-06-24 Thread Branko Čibej
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

Re: Ev2 as a move-aware editor

2013-06-24 Thread Branko Čibej
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

Re: svnpubsub dependcy problem building RPM's for Subverssion 1.8.0

2013-06-24 Thread Branko Čibej
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,

Re: crash showing log in 1.8.0

2013-06-24 Thread Paul Burba
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

Re: crash showing log in 1.8.0

2013-06-24 Thread Stefan Fuhrmann
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,

Re: crash showing log in 1.8.0

2013-06-24 Thread Stefan Fuhrmann
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

Re: crash showing log in 1.8.0

2013-06-24 Thread Paul Burba
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():

Re: 1.8.0 build problem on Solaris Sparc using gcc

2013-06-24 Thread Alexander Thomas
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

Re: svn commit: r1496127 - /subversion/trunk/subversion/tests/cmdline/checkout_tests.py

2013-06-24 Thread Daniel Shahaf
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

Re: svnpubsub dependcy problem building RPM's for Subverssion 1.8.0

2013-06-24 Thread Ben Reser
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

Bug: .svn/format deleted upon upgrade

2013-06-24 Thread Daniel Shahaf
% /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:

Re: Bug: .svn/format deleted upon upgrade

2013-06-24 Thread Branko Čibej
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

Re: Bug: .svn/format deleted upon upgrade

2013-06-24 Thread Branko Čibej
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

Re: Bug: .svn/format deleted upon upgrade

2013-06-24 Thread Branko Čibej
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