Re: confirm unsubscribe from dev@subversion.apache.org

2012-09-12 Thread Maciej Jaros
confirm

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

2012-09-12 Thread Ivan Zhakov
On Fri, Sep 7, 2012 at 12:56 PM, wrote: > Author: stefan2 > Date: Fri Sep 7 08:56:50 2012 > New Revision: 1381938 > > URL: http://svn.apache.org/viewvc?rev=1381938&view=rev > Log: > Partly implements issue #3372: When building the rep state read > sequence along the skip-delta chain, re-use file

Working copy corruption with svn 1.6.17 (r1128011) under Ubuntu

2012-09-12 Thread Vincent Lefevre
A few weeks ago, I got a working copy corruption (Checksum mismatch) with svn 1.6.17 (r1128011) under Ubuntu. I tried to reproduce it with similar commands on a test repository, without success. I don't know whether this is a known bug that has been fixed, but just in case, I give the list of comma

Research on rename-aware merging -- or rather of ordered (XML) trees

2012-09-12 Thread Julian Foad
Hi, merge fans! I've started doing some research for how we can update 'merge' to fully support renames. Surprisingly to me, I have so far found very little written about merging trees of files.  If anyone knows how to find some, I'd be glad.  On the other hand, I found several papers on 3-way

1.6.19 up for testing/signing

2012-09-12 Thread Stefan Sperling
The 1.6.19 release artifacts are now available for testing/signing. Please get the tarballs from https://dist.apache.org/repos/dist/dev/subversion and add your signatures there. Thanks! Please note the following known test failures (perhaps most easily triggered with APR-1.4.6): log_tests.

Re: Research on rename-aware merging -- or rather of ordered (XML) trees

2012-09-12 Thread C. Michael Pilato
Julian, thanks for taking some time to dive into this problem and write up your summary mail. I'll comment only on specific bits that I disagree with or have questions about (leaving you to assume that I think I understand and agree with the rest). On 09/12/2012 10:43 AM, Julian Foad wrote: > * 3

Re: 1.6.19 up for testing/signing

2012-09-12 Thread C. Michael Pilato
On 09/12/2012 11:08 AM, Stefan Sperling wrote: > The 1.6.19 release artifacts are now available for testing/signing. > Please get the tarballs from > https://dist.apache.org/repos/dist/dev/subversion > and add your signatures there. Thanks! Summary: +1 to release. Platform: Ubuntu 12.04

Re: Research on rename-aware merging -- or rather of ordered (XML) trees

2012-09-12 Thread Julian Foad
C. Michael Pilato wrote: > Julian, thanks for taking some time to dive into this problem and write up > your summary mail.  I'll comment only on specific bits that I disagree with > or have questions about (leaving you to assume that I think I understand and > agree with the rest). > > On 09/12/2

[RFC] Inheritable Properties Branch: Ready for Review

2012-09-12 Thread Paul Burba
Hi All, A while back I started working on a branch[1] to implement inheritable properties, ultimately in pursuit of a server dictated config solution, as discussed here http://svn.haxx.se/dev/archive-2012-02/0207.shtml I've finished the generic inherited properties solution I described in the wik

[PATCH] Add support for http_proxy and https_proxy environment variables

2012-09-12 Thread Josh Triplett
The attached patch implements support for the http_proxy and https_proxy environment variables. This allows subversion to automatically make use of system-wide proxy configuration, rather than requiring subversion-specific proxy configuration; environment variables also make it easier to have netw