fs-fs-fuzzy-test fails to build due to missing dependency

2014-09-08 Thread Alexey Neyman
Hi all, fs-fs-fuzzy-test fails to build for me (Ubuntu 14.04 + current updates) with a "DSO missing from the command line" error. Anyone objecting to the attached patch? [[[ * build.conf (fs-fs-fuzzy-test) Add libsvn_repos as a dependency. ]]] Regards, Alexey. Index: build.conf =

[l10n] Translation status report for trunk r1623618

2014-09-08 Thread Subversion Translation Status
Translation status report for trunk@r1623618 lang trans untrans fuzzy obs -- de2753 94 263 478 ++U~~~ es2254 593 814 526 ++U~~~ fr2564 283

Re: Implement major FSFS performance related changes in the experimental FSX format

2014-09-08 Thread Stefan Fuhrmann
On Mon, Sep 8, 2014 at 6:24 PM, Ivan Zhakov wrote: > > >> Moreover, we have discussed > >> this on Berlin 2013 hackathon [1]: > >> [[[ > >> stefan2 expressed that while he is confident that FSFSv7 is solid code, > >> it's also quite critical and could easily take a year or more to fully > >> stab

Re: Implement major FSFS performance related changes in the experimental FSX format

2014-09-08 Thread Ivan Zhakov
> (FWIW, maintaining the remove-log-addressing branch doesn't count, and > frankly I have a hard time imagining how that branch could be less buggy > than trunk, given that it's received far less attention and testing.) As you should know, current FSFS code on trunk is like this: if (log_addressing

Re: Change prevprops in pre-commit

2014-09-08 Thread Philip Martin
"C. Michael Pilato" writes: > Why not just 'svnadmin setrevprop -t txn' ? New option, but not a new > subcommand. I don't think it all that important to distinguish between > "transaction props" and "revision props" once we get outside our API > space and into user command space. Our users und

Re: Change prevprops in pre-commit

2014-09-08 Thread Julian Foad
Philip Martin wrote: > Sergey Azarkevich writes: > >>  I see in pre-commit hook template that changing revisions properties in >>  transaction are allowed. >>  But I can't find way for it (I want change svn:author to more readable). >> >>  Is here way for this with svn, svnadmin, svnlook ... or

Re: Change prevprops in pre-commit

2014-09-08 Thread C. Michael Pilato
On 09/08/2014 09:26 AM, Philip Martin wrote: > Sergey Azarkevich writes: > >> I see in pre-commit hook template that changing revisions properties in >> transaction are allowed. >> But I can't find way for it (I want change svn:author to more readable). >> >> Is here way for this with svn, svnadmi

Re: [PATCH] Introduce per-instance filesystem UUIDs

2014-09-08 Thread Evgeny Kotkov
Evgeny Kotkov writes: > Ben Reser writes: > >>> I think part of the problem here has been we (as in WANdisco folks) have >>> discussed the idea of an instance ID for repositories in the past to solve >>> the range of replacing the repository without clearing the cache issues. >>> But this change

Re: Change prevprops in pre-commit

2014-09-08 Thread Kim Gräsman
On Mon, Sep 8, 2014 at 3:26 PM, Philip Martin wrote: > > I think we should provide command line support for setting txnprops. > The code is simple enough, the iterface is a bit harder. There was was > some debate on IRC as to whether it should be > >svnlook propset -t txn > > or > >svnadm

Re: Change prevprops in pre-commit

2014-09-08 Thread Philip Martin
Sergey Azarkevich writes: > I see in pre-commit hook template that changing revisions properties in > transaction are allowed. > But I can't find way for it (I want change svn:author to more readable). > > Is here way for this with svn, svnadmin, svnlook ... or other standard > tool? Or I should

Re: svn commit: r1622946 - /subversion/trunk/subversion/libsvn_fs_fs/rev_file.c

2014-09-08 Thread Stefan Fuhrmann
On Sun, Sep 7, 2014 at 10:30 AM, Branko Čibej wrote: > On 07.09.2014 00:01, stef...@apache.org wrote: > > --- subversion/trunk/subversion/libsvn_fs_fs/rev_file.c (original) > > +++ subversion/trunk/subversion/libsvn_fs_fs/rev_file.c Sat Sep 6 > 22:01:09 2014 > > @@ -176,6 +176,9 @@ open_pack_or_

Re: Alternative for svn_load_dirs.pl?

2014-09-08 Thread Alexey Neyman
On Saturday, September 06, 2014 01:36:39 PM Stefan Sperling wrote: > On Mon, Aug 25, 2014 at 09:19:33PM -0700, Alexey Neyman wrote: > > On Monday, August 25, 2014 02:43:50 PM Stefan Sperling wrote: > > > On Sat, Aug 23, 2014 at 11:51:50AM -0700, Alexey Neyman wrote: > > > > Hi all, > > > > > > > >