Re: 0.2 draft of dumpfile documentation

2011-12-15 Thread roderich.sch...@googlemail.com
On Dec 14, 1:37 pm, "Eric S. Raymond" wrote: > 1. Is delete on a directory with children expected to succeed or fail? Succeed. A delete on a directory actually deletes the whole subtree below it. > 3. Is add on an existing path expected to fail? Yes. > 4. What are the detailed semantics of "c

Re: 0.2 draft of dumpfile documentation

2011-12-15 Thread roderich.sch...@googlemail.com
On Dec 15, 10:33 am, "roderich.sch...@googlemail.com" wrote: >> 4. What are the detailed semantics of "change" with copyfrom? I > It's an "add-with-history" immediately followed by a modification (of > contents and/or properties) of the added path.

Re: 1.7.3 next week-ish?

2012-02-07 Thread roderich.sch...@googlemail.com
On Monday, February 6, 2012 8:26:36 PM UTC+1, Bert Huijben wrote: > > We have similar ordering problem in some of the svn diff scenarios. It's definitely an ordering problem, look at the whole series of operations: ... add file trunk/D/H/omega add file trunk/D/H/psi<--- the one with the

Re: svn ingores DESTDIR, was: link error with 1.7.3

2012-03-12 Thread roderich.sch...@googlemail.com
On Mar 12, 9:51 am, Stefan Sperling wrote: > Well,is libtool is constructing a linker command that which > contains -L /usr/lib64 which causes the linker to pick up svn > libraries that are already installed there. It's most likely not libtool itself that's to blame here. May bet is on some misco

Re: 1.7.0-beta1 up for testing / signing

2011-07-21 Thread roderich.sch...@googlemail.com
Hi, sorry for the late posting. Here are some minor build nits for people stuck with old versions of APR and Apache. - subversion/include/private/svn_dep_compat.h, line 72-73: APR_UINT64_C and APR_INT64_C don't exist in APR 0.9.x possible fix (at least for people with a moderately recent C c

[PATCH] Apache w/o authentication + AuthzForceUsernameCase crashes Apache

2011-07-22 Thread roderich.sch...@googlemail.com
Hi, if you have an Apache configuration that doesn't request authentication, but still uses AuthzForceUsernameCase, this will crash Apache on each request: DAV svn SVNPath /repos/no-auth AuthzSVNAccessFile /admin/no-auth.txt AuthzForceUsernameCase lower (and no "require ..." st