Re: Tracebacks in svnadmin tests (fs->uuid issues)

2012-04-29 Thread Greg Stein
On Apr 29, 2012 2:51 AM, "Daniel Shahaf" wrote: > > Daniel Shahaf wrote on Sat, Apr 28, 2012 at 11:27:37 +0300: > > Greg Stein wrote on Fri, Apr 27, 2012 at 23:45:12 -0400: > > > Hey Daniel, > > > > > > I had four svnadmin tests dump core due to an assertion: 8, 21, 26, > > > 27. These are all mar

Re: Tracebacks in svnadmin tests (fs->uuid issues)

2012-04-29 Thread Daniel Shahaf
Greg Stein wrote on Sun, Apr 29, 2012 at 03:32:51 -0400: > On Apr 29, 2012 2:51 AM, "Daniel Shahaf" wrote: > > > > Daniel Shahaf wrote on Sat, Apr 28, 2012 at 11:27:37 +0300: > > > Greg Stein wrote on Fri, Apr 27, 2012 at 23:45:12 -0400: > > > > Hey Daniel, > > > > > > > > I had four svnadmin test

Re: svn commit: r1331883 - /subversion/trunk/subversion/svnadmin/main.c

2012-04-29 Thread Daniel Shahaf
stef...@apache.org wrote on Sun, Apr 29, 2012 at 09:12:49 -: > Author: stefan2 > Date: Sun Apr 29 09:12:48 2012 > New Revision: 1331883 > > URL: http://svn.apache.org/viewvc?rev=1331883&view=rev > Log: > SvnAdmin should always have revprop caching enabled such that > the infrastructure is bein

Re: svn commit: r1331763 - in /subversion/trunk/subversion/libsvn_fs_fs: fs.h fs_fs.c

2012-04-29 Thread Stefan Fuhrmann
Am 28.04.2012 16:41, schrieb Daniel Shahaf: stef...@apache.org wrote on Sat, Apr 28, 2012 at 13:48:00 -: Author: stefan2 Date: Sat Apr 28 13:48:00 2012 New Revision: 1331763 URL: http://svn.apache.org/viewvc?rev=1331763&view=rev Log: The lifetime of the shared-memory based named atomics use

Re: Merge policies -- sparse, mixed-rev and switched target WCs

2012-04-29 Thread Stefan Fuhrmann
Am 24.04.2012 16:32, schrieb Julian Foad: Paul Burba wrote: On Fri, Apr 20, 2012 at 6:17 AM, Julian Foad wrote: I see there's already a brief statement about sparse WCs too: . I'm not clear

Re: authz_tests 7 FAIL with new revprop caching

2012-04-29 Thread Stefan Fuhrmann
Am 28.04.2012 14:00, schrieb Stefan Fuhrmann: Philip Martin wrote: Philip Martin writes: On my Linux machine svnserve with threading and revprop caching causes authz_tests 7 to FAIL: $ subversion/svnserve/svnserve --cache-revprops yes -Tdr subversion/tests/cmdline and $ ./authz_tests.py

Re: Merge-relevant information that is hard to come by

2012-04-29 Thread Stefan Fuhrmann
Am 24.04.2012 22:27, schrieb Daniel Shahaf: Stefan Fuhrmann wrote on Tue, Apr 24, 2012 at 22:20:52 +0200: (2) Modified merges. In case of textual conflicts, users will usually resolve them before committing the merge result. Depending on policies, a user may even need to modify textually success

Re: Two-phase merge

2012-04-29 Thread Stefan Fuhrmann
Julian Foad wrote: Stefan Fuhrmann wrote: This one is basically the technical post promised in my "Merge Policies" post. The proposal I make here is not an alternative to e.g. "Symmetric Merge" but rather a refined merge strategy that would also benefit the current merge. Today, the merge algo

Deleting svn-fast-backup

2012-04-29 Thread Blair Zajac
[cc'ing previous svn-fast-backup authors or patchers.] Reviewing my svn training deck I noticed I still recommend using svn- fast-backup, but I don't think I trust it any more, given it hasn't been updated with recent fsfs repository changes. There's been no substantial commits since it wa

[svnbench] Revision: 1332034 compiled Apr 30 2012, 00:21:30

2012-04-29 Thread neels
/home/neels/svnbench/20120430-002451 Started at Mon Apr 30 00:24:51 UTC 2012 *Disclaimer:* this tests only file://-URL access on a GNU/Linux VM. This is intended to measure changes in performance of the local working copy layer, *only*. These results are *not* generally true for everyone. Average

Re: svn commit: r1331028 - in /subversion/trunk/subversion: include/svn_fs.h libsvn_fs/editor.c

2012-04-29 Thread Greg Stein
On Fri, Apr 27, 2012 at 07:17, Daniel Shahaf wrote: > gst...@apache.org wrote on Thu, Apr 26, 2012 at 18:47:32 -: >... >> +++ subversion/trunk/subversion/libsvn_fs/editor.c Thu Apr 26 18:47:31 2012 >> @@ -471,16 +471,17 @@ svn_fs_editor_commit(svn_revnum_t *revis >> >>    /* Clean up internal

Re: svn commit: r1332062 - in /subversion/trunk: notes/api-errata/1.8/ notes/api-errata/1.8/fs001.txt subversion/include/svn_fs.h

2012-04-29 Thread Daniel Shahaf
gst...@apache.org wrote on Mon, Apr 30, 2012 at 06:13:36 -: > +++ subversion/trunk/subversion/include/svn_fs.h Mon Apr 30 06:13:35 2012 > @@ -865,7 +865,7 @@ svn_fs_begin_txn(svn_fs_txn_t **txn_p, > * If @a conflict_p is non-zero, use it to provide details on any > * conflicts encountered m

Re: svn commit: r1331028 - in /subversion/trunk/subversion: include/svn_fs.h libsvn_fs/editor.c

2012-04-29 Thread Daniel Shahaf
Greg Stein wrote on Mon, Apr 30, 2012 at 02:15:27 -0400: > On Fri, Apr 27, 2012 at 07:17, Daniel Shahaf wrote: > > gst...@apache.org wrote on Thu, Apr 26, 2012 at 18:47:32 -: > >... > >> +++ subversion/trunk/subversion/libsvn_fs/editor.c Thu Apr 26 18:47:31 2012 > >> @@ -471,16 +471,17 @@ svn_

Performance issue / regression with svn cp WC WC

2012-04-29 Thread Stefan Fuhrmann
Hi all, Last weekend, I ran the benchmark script from tools/dev/benchmarks/large_dirs/create_bigdir.sh I found that a 'svn cp dir dir2' has O(n^2) runtime with n being the number of files in it. The latest results prior to that I could find were from July last year and back than it had been O(n)