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
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.
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
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
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
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
6 matches
Mail list logo