Re: Sparse Externals

2012-10-21 Thread Branko Čibej
On 21.10.2012 20:49, Ben Reser wrote: > On Fri, Oct 19, 2012 at 1:00 AM, Branko Čibej wrote: >> Oh yes. Eventually I'd like to see something like this: >> >> * The functionality of repo-relative externals replaced with some >> flavour of in-repo links, so that the client doesn't even have to

[svnbench] Failed to update to HEAD.

2012-10-21 Thread neels
Failed to update to HEAD.

Re: API simplification opportunity Re: svn commit: r1348666 - in /subversion/trunk/subversion: include/ libsvn_delta/ libsvn_fs_fs/ libsvn_ra/ tests/libsvn_delta/

2012-10-21 Thread Daniel Shahaf
Stefan Fuhrmann wrote on Sun, Oct 21, 2012 at 19:43:16 +0200: > On Sun, Oct 21, 2012 at 5:55 PM, Daniel Shahaf wrote: > > > Stefan Fuhrmann wrote on Sat, Oct 20, 2012 at 15:14:11 +0200: > > > On Thu, Oct 18, 2012 at 10:22 PM, Daniel Shahaf > >wrote: > > > > > > > Stefan Fuhrmann wrote on Thu, Oct

Re: svn commit: r1400423 - /subversion/trunk/subversion/libsvn_fs_fs/structure

2012-10-21 Thread Daniel Shahaf
stef...@apache.org wrote on Sat, Oct 20, 2012 at 11:47:11 -: > Author: stefan2 > Date: Sat Oct 20 11:47:10 2012 > New Revision: 1400423 > > URL: http://svn.apache.org/viewvc?rev=1400423&view=rev > Log: > * subversion/libsvn_fs_fs/structure > (Packing revision properties): add short descripti

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

2012-10-21 Thread Daniel Shahaf
stef...@apache.org wrote on Sat, Oct 20, 2012 at 18:35:24 -: > Author: stefan2 > Date: Sat Oct 20 18:35:24 2012 > New Revision: 1400498 > > URL: http://svn.apache.org/viewvc?rev=1400498&view=rev > Log: > On systems without efficient 64 bit atomics, svnadmin should not attempt > to enable revpr

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

2012-10-21 Thread Ben Reser
On Sun, Oct 21, 2012 at 11:56 AM, Stefan Fuhrmann wrote: > All caches are enabled by default. With revprop packing, > we read the whole packed revprop file only once and put > all items into the cache. That speeds up dump & friends. > > Also, any manipulation to some revprop will instantly > becom

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

2012-10-21 Thread Stefan Fuhrmann
On Sun, Oct 21, 2012 at 8:35 PM, Ben Reser wrote: > On Sat, Oct 20, 2012 at 11:35 AM, wrote: > > Author: stefan2 > > Date: Sat Oct 20 18:35:24 2012 > > New Revision: 1400498 > > > > URL: http://svn.apache.org/viewvc?rev=1400498&view=rev > > Log: > > On systems without efficient 64 bit atomics,

Re: Sparse Externals

2012-10-21 Thread Ben Reser
On Fri, Oct 19, 2012 at 1:00 AM, Branko Čibej wrote: > Oh yes. Eventually I'd like to see something like this: > > * The functionality of repo-relative externals replaced with some > flavour of in-repo links, so that the client doesn't even have to > know about them. > o ... though

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

2012-10-21 Thread Ben Reser
On Sat, Oct 20, 2012 at 11:35 AM, wrote: > Author: stefan2 > Date: Sat Oct 20 18:35:24 2012 > New Revision: 1400498 > > URL: http://svn.apache.org/viewvc?rev=1400498&view=rev > Log: > On systems without efficient 64 bit atomics, svnadmin should not attempt > to enable revprop caching because FSFS

Re: API simplification opportunity Re: svn commit: r1348666 - in /subversion/trunk/subversion: include/ libsvn_delta/ libsvn_fs_fs/ libsvn_ra/ tests/libsvn_delta/

2012-10-21 Thread Stefan Fuhrmann
On Sun, Oct 21, 2012 at 5:55 PM, Daniel Shahaf wrote: > Stefan Fuhrmann wrote on Sat, Oct 20, 2012 at 15:14:11 +0200: > > On Thu, Oct 18, 2012 at 10:22 PM, Daniel Shahaf >wrote: > > > > > Stefan Fuhrmann wrote on Thu, Oct 18, 2012 at 02:56:15 +0200: > > > > On Tue, Oct 16, 2012 at 12:55 AM, Danie

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

2012-10-21 Thread Stefan Fuhrmann
On Thu, Oct 18, 2012 at 10:46 PM, Daniel Shahaf wrote: > Stefan Fuhrmann wrote on Thu, Oct 18, 2012 at 02:26:13 +0200: > > On Thu, Oct 18, 2012 at 1:57 AM, Daniel Shahaf >wrote: > > > > > Branko Čibej wrote on Mon, Oct 15, 2012 at 23:51:43 -0400: > > > > On 15.10.2012 17:14, Stefan Fuhrmann wrote

Re: [PATCH] Implement svnadmin verify --force

2012-10-21 Thread Daniel Shahaf
BTW, I'd like to point out a few further problems with the patch; even if it doesn't get applied, you might find them useful for your next patch. Prabhu Gnana Sundar wrote on Sun, Oct 21, 2012 at 00:57:47 +0530: > Index: subversion/libsvn_repos/dump.c >

Re: [PATCH] Implement svnadmin verify --force

2012-10-21 Thread Daniel Shahaf
Stefan Sperling wrote on Sun, Oct 21, 2012 at 18:08:27 +0200: > On Sun, Oct 21, 2012 at 05:47:28PM +0200, Daniel Shahaf wrote: > > Please address my earlier review question, asking why this needs to be > > implemented in the library and can't be done satisfactorily in user > > (C or Python) code. >

Re: [PATCH] Implement svnadmin verify --force

2012-10-21 Thread Prabhu Gnana Sundar
> >I might think differently if Prabhu says he already wrote >a verify-keep-going.py a year ago, has been using it since, and decided >it's so useful it belongs in the core. But I don't know that to be the >case. Ok. Let me tell you how I started writing this. I had a repo on a windows serve

Re: [PATCH] Implement svnadmin verify --force

2012-10-21 Thread Daniel Shahaf
Stefan Sperling wrote on Sun, Oct 21, 2012 at 18:08:27 +0200: > On Sun, Oct 21, 2012 at 05:47:28PM +0200, Daniel Shahaf wrote: > > Please address my earlier review question, asking why this needs to be > > implemented in the library and can't be done satisfactorily in user > > (C or Python) code. >

Re: [PATCH] Implement svnadmin verify --force

2012-10-21 Thread Stefan Sperling
On Sun, Oct 21, 2012 at 05:47:28PM +0200, Daniel Shahaf wrote: > Please address my earlier review question, asking why this needs to be > implemented in the library and can't be done satisfactorily in user > (C or Python) code. Well... let me turn this around on you and ask: Why should it not be i

Re: API simplification opportunity Re: svn commit: r1348666 - in /subversion/trunk/subversion: include/ libsvn_delta/ libsvn_fs_fs/ libsvn_ra/ tests/libsvn_delta/

2012-10-21 Thread Daniel Shahaf
Stefan Fuhrmann wrote on Sat, Oct 20, 2012 at 15:14:11 +0200: > On Thu, Oct 18, 2012 at 10:22 PM, Daniel Shahaf > wrote: > > > Stefan Fuhrmann wrote on Thu, Oct 18, 2012 at 02:56:15 +0200: > > > On Tue, Oct 16, 2012 at 12:55 AM, Daniel Shahaf > >wrote: > > > > > > > stef...@apache.org wrote on S

Re: revprop packing question

2012-10-21 Thread Daniel Shahaf
Stefan Fuhrmann wrote on Sat, Oct 20, 2012 at 13:55:14 +0200: > On Tue, Oct 16, 2012 at 2:30 AM, Daniel Shahaf wrote: > > > Daniel Shahaf wrote on Tue, Oct 16, 2012 at 02:24:12 +0200: > > > libsvn_fs_fs/structure says that a pack file starts with an > > > svndiff-encoded integer. Where is that in

Re: [PATCH] Implement svnadmin verify --force

2012-10-21 Thread Daniel Shahaf
Please address my earlier review question, asking why this needs to be implemented in the library and can't be done satisfactorily in user (C or Python) code. Prabhu Gnana Sundar wrote on Sun, Oct 21, 2012 at 00:57:47 +0530: > Thanks Stefan, > >I have written a new patch as per your suggestion

Re: subversion: grammar and spelling errors in Polish translation

2012-10-21 Thread Jakub Wilk
* Arfrever Frehtes Taifersar Arahesis , 2012-10-19, 05:56: po/pl.po has this message: msgstr "--- Łączenie zmian nastąpiłych pomiędzy URL-ami repozytorium do '%s':\n" "nastąpiłych" is a glaring (and quite hilarious) grammar error. It should be s/ nastąpiłych/, które nastąpiły/ (in this and ot