1.7.12 & 1.8.2

2013-08-12 Thread Ben Reser
I plan to roll tarballs for both next Monday (August 19th). Please finish voting for any issues by Monday morning US/Pacific.

Re: SVN update of child ignores files if preceded by update --depth immediates

2013-08-12 Thread Mihai Danila
Thank you Philip. We will upgrade to a newer SVN version. On Thu, Aug 8, 2013 at 1:34 PM, Philip Martin wrote: > Mihai Danila writes: > > > With Subversion 1.6.5, 1.6.13, and I believe Subversion 1.7 also, I > noticed > > the following bug, which I first asked about on StackOverflow about and >

RE: man pages for Subversion

2013-08-12 Thread Bob Archer
> On Fri, 9 Aug 2013 11:21:23 +0300 > Daniel Shahaf wrote: > > > > 1. Get the sources for 1.9 > > > 2. Examine svn_cl__cmd_table > > > 3. Prepare a doc build tree that creates two things: > > > a. man pages > > > b. plain text for --help, one file per subcommand > > > > > > The pla

Re: Ev2 using move-away and move-here

2013-08-12 Thread Greg Stein
In the wiki page you started, I thought we already solved the move issue by using the original state for the source. (and remove rotate) I didn't read this treatise, cuz I think it has an incorrect starting assumption. You state early about sequential edits, when we relaxed that a bit due to needi

Ev2 using move-away and move-here

2013-08-12 Thread Julian Foad
TLDR: Ev2 move support doesn't work with the "move" and "rotate" instructions as currently defined, and I propose that it could work instead with separate "move-away" and "move-here" instructions. == SUMMARY == Ev2 was designed with an intention to support “move” semantics, but the current desi

Re: Crash when updating with 1.8

2013-08-12 Thread Ivan Zhakov
On Wed, Jun 19, 2013 at 11:55 PM, Stefan Küng wrote: > Hi, > > After the release of 1.8, the crash reports for TortoiseSVN are already > coming in. > > Number one crash is during an update. > > In libsvn_wc/update_editor.c, window_handler(), line 1012: > > if (err) > { > /* We failed t

RE: Semantics of svn_error_t->apr_err

2013-08-12 Thread Bert Huijben
> -Original Message- > From: Ivan Zhakov [mailto:i...@visualsvn.com] > Sent: maandag 15 juli 2013 18:35 > To: Subversion Development; Daniel Shahaf > Cc: Bert Huijben > Subject: Re: Semantics of svn_error_t->apr_err > > On Wed, Jul 10, 2013 at 12:40 AM, Daniel Shahaf > wrote: > > Bert H

Re: [PATCH] speed up svn_repos_authz_check_access

2013-08-12 Thread Roderich Schupp
On Sun, Aug 11, 2013 at 11:17 PM, Philip Martin wrote: > To see the difference consider an authz file with just one block for /. > Given two paths, /foo/bar and /zig/zag, your patch produces two cache > entries. Repeat requests for one of the paths pull the result directly > from the cache. The