Re: svn commit: r1376154 - in /subversion/branches/inheritable-props/subversion: libsvn_wc/upgrade.c libsvn_wc/wc-metadata.sql libsvn_wc/wc-queries.sql libsvn_wc/wc.h tests/libsvn_wc/db-test.c tests/l

2012-08-23 Thread Branko Čibej
On 23.08.2012 00:13, Bert Huijben wrote: > Note that the old bump_to_30 code (conflict handling stuff and index > fixes) was just waiting for the next format bump in order not to add > an unneeded extra format bump, so if you want to merge this back to > trunk before trunk is bumped your bump and t

Re: [PATCH] subversion issue #4174 - serf: checkout / export over https errors out with "svn: E730053: Error retrieving REPORT (730053)"

2012-08-23 Thread Johan Corveleyn
On Mon, Aug 20, 2012 at 12:43 PM, Lieven Govaerts wrote: > On Mon, Aug 20, 2012 at 10:18 AM, Johan Corveleyn wrote: >> On Sun, Aug 19, 2012 at 1:53 PM, Lieven Govaerts wrote: >>> Hi Johan, >>> >>> >>> as you seem to be the only one encountering issue 4174, would you mind >>> testing attached ser

Re: svn commit: r1376416 - /subversion/tags/1.7.6/STATUS

2012-08-23 Thread Johan Corveleyn
On Thu, Aug 23, 2012 at 11:07 AM, wrote: > Author: philip > Date: Thu Aug 23 09:07:58 2012 > New Revision: 1376416 > > URL: http://svn.apache.org/viewvc?rev=1376416&view=rev > Log: > * STATUS: Propose r1376414 (with stsp via IRC). > > Modified: > subversion/tags/1.7.6/STATUS In tags/1.7.6?

Re: svn commit: r1376416 - /subversion/tags/1.7.6/STATUS

2012-08-23 Thread Philip Martin
Johan Corveleyn writes: > On Thu, Aug 23, 2012 at 11:07 AM, wrote: >> Author: philip >> Date: Thu Aug 23 09:07:58 2012 >> New Revision: 1376416 >> >> URL: http://svn.apache.org/viewvc?rev=1376416&view=rev >> Log: >> * STATUS: Propose r1376414 (with stsp via IRC). >> >> Modified: >> subversi

Re: svn commit: r1376154 - in /subversion/branches/inheritable-props/subversion: libsvn_wc/upgrade.c libsvn_wc/wc-metadata.sql libsvn_wc/wc-queries.sql libsvn_wc/wc.h tests/libsvn_wc/db-test.c tests/l

2012-08-23 Thread Paul Burba
On Thu, Aug 23, 2012 at 3:05 AM, Branko Čibej wrote: > On 23.08.2012 00:13, Bert Huijben wrote: >> Note that the old bump_to_30 code (conflict handling stuff and index >> fixes) was just waiting for the next format bump in order not to add >> an unneeded extra format bump, so if you want to merge

RE: svn commit: r1376436 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2012-08-23 Thread Bert Huijben
> -Original Message- > From: phi...@apache.org [mailto:phi...@apache.org] > Sent: donderdag 23 augustus 2012 13:09 > To: comm...@subversion.apache.org > Subject: svn commit: r1376436 - > /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c > > Author: philip > Date: Thu Aug 23 11:08:54 2012

Re: svn commit: r1376436 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2012-08-23 Thread Philip Martin
"Bert Huijben" writes: >> -SVN_ERR(read_non_packed_revprop(proplist_p, fs, rev, generation, >> -pool)); >> +{ >> + svn_error_t *err = read_non_packed_revprop(proplist_p, fs, rev, >> + generation, pool

Re: svn_fs/svn_repo repository lock API

2012-08-23 Thread C. Michael Pilato
On 08/22/2012 03:39 PM, Philip Martin wrote: > I'm currently using BDB's svn_repos lock for the BDB freeze so that > makes a BDB repository completely unreadable while frozen. No BDB > commits can start while frozen. Starting a BDB freeze has to wait for > in-progress commits to finish. Strictly