crash fetching status

2011-12-27 Thread Stefan Küng
From crash dumps sent for TSVN, there's a crash happening when fetching the status. The stacktrace: libsvn_tsvn32.dll!svn_relpath_join(const char * base=0x, const char * component=0x01fe2154, apr_pool_t * pool=0x01fe2080) Line 1158 + 0xc bytes C libsvn_tsvn32.dll!make_file_baton(di

Test failures with subversion 1.7.2

2011-12-27 Thread Elias Pipping
Hello, I get a couple of test failures with subversion 1.7.2; using the trunk instead does not help. Here are the test failures: Running tests in db-test [7/85]FAILURE Running tests in entries-compat-test [10/85]FAILURE Running tests in op-depth-test [17/85]FAILURE Running tests in pristine-stor

Re: Directory deltification

2011-12-27 Thread Stefan Fuhrmann
On 27.12.2011 14:20, Daniel Shahaf wrote: Stefan Fuhrmann wrote on Tue, Dec 27, 2011 at 01:30:38 +0100: As of r1224839, FSFS now supports directory deltification. If you haven't seen it already, I opened an issue around this just recently: http://subversion.tigris.org/issues/show_bug.cgi?id=40

Re: Directory deltification

2011-12-27 Thread Daniel Shahaf
Stefan Fuhrmann wrote on Tue, Dec 27, 2011 at 01:30:38 +0100: > As of r1224839, FSFS now supports directory deltification. If you haven't seen it already, I opened an issue around this just recently: http://subversion.tigris.org/issues/show_bug.cgi?id=4084 > Please review the changes and run te

Re: svn commit: r1222522 - /subversion/branches/1.7.x/STATUS

2011-12-27 Thread Branko Čibej
On 27.12.2011 09:57, schame...@spinor.com wrote: > On 2011-12-25 10:57, Branko Čibej wrote: >> On 25.12.2011 10:20, schame...@spinor.com wrote: >>> On 2011-12-25 07:00, Branko Čibej wrote: On 25.12.2011 01:01, Mark Mielke wrote: > Hey all. Just reading and I'm surprised that Subversion use

Re: svn commit: r1222522 - /subversion/branches/1.7.x/STATUS

2011-12-27 Thread schamel23
On 2011-12-25 11:31, Stefan Sperling wrote: On Sun, Dec 25, 2011 at 11:00:26AM +0100, Branko Čibej wrote: On 25.12.2011 10:20, schame...@spinor.com wrote: On 2011-12-25 06:37, Branko Čibej wrote: There are always going to be cases where you have to decide between aborting, or risking data corr

Re: svn commit: r1222522 - /subversion/branches/1.7.x/STATUS

2011-12-27 Thread schamel23
On 2011-12-25 10:57, Branko Čibej wrote: On 25.12.2011 10:20, schame...@spinor.com wrote: On 2011-12-25 07:00, Branko Čibej wrote: On 25.12.2011 01:01, Mark Mielke wrote: Hey all. Just reading and I'm surprised that Subversion uses assert() in production code. I don't think this is typical pra