Re: I believe I have found a bug with 'svn mv' + ACL-protected files.

2010-05-03 Thread Karl Fogel
Mark Slade writes: >Per your Issue Tracker Guidelines, I am seeking somebody who agrees >that this is a bug before I submit it. > >Overview: For files, 'svn mv' does not properly inherit ACL >permissions from the parent directory. > >Steps to reproduce (from a subversion working directory): >1. se

Re: svn commit: r940651 - in /subversion/trunk/subversion: include/svn_wc.h libsvn_wc/status.c libsvn_wc/util.c

2010-05-03 Thread Greg Stein
btw, this breaks the JavaHL bindings On Mon, May 3, 2010 at 18:01, wrote: > Author: dannas > Date: Mon May  3 22:01:53 2010 > New Revision: 940651 > > URL: http://svn.apache.org/viewvc?rev=940651&view=rev > Log: > Remove field 'tree_conflict' from svn_wc_status3_t and replace the uses > of it w

Re: svn commit: r940651 - in /subversion/trunk/subversion: include/svn_wc.h libsvn_wc/status.c libsvn_wc/util.c

2010-05-03 Thread Greg Stein
On Mon, May 3, 2010 at 18:01, wrote: >... > +++ subversion/trunk/subversion/libsvn_wc/util.c Mon May  3 22:01:53 2010 >... > @@ -565,6 +567,12 @@ svn_wc__status2_from_3(svn_wc_status2_t >   SVN_ERR(svn_wc__get_entry(&entry, wc_ctx->db, local_abspath, TRUE, >                             svn_node_u

Re: [Sketch] Don't checksum reliable transmissions

2010-05-03 Thread Stefan Fuhrmann
Blair Zajac wrote: On 5/2/10 8:56 AM, Philipp Marek wrote: Hello Stefan! The idea is the following: ra_local (and possibly others) are "reliable" in that they won't corrupt transmission. For now, this implies that we don't need to checksum the data again. There might be more shortcuts that can

Re: svn commit: r940111 - in /subversion/trunk/subversion: include/private/svn_wc_private.h include/svn_wc.h libsvn_wc/node.c libsvn_wc/status.c svn/cl.h svn/status-cmd.c svn/status.c

2010-05-03 Thread Daniel Näslund
On Mon, May 03, 2010 at 03:07:49PM +0200, Neels J Hofmeyr wrote: > > dan...@apache.org wrote: > > Author: dannas > > Date: Sat May 1 21:06:36 2010 > > New Revision: 940111 > > > [...] > > > (svn_cl__print_status_xml): Add ctx parameter. > > > > * subversion/svn/status.c > > (print_status):

Re: svn commit: r940111 - in /subversion/trunk/subversion: include/private/svn_wc_private.h include/svn_wc.h libsvn_wc/node.c libsvn_wc/status.c svn/cl.h svn/status-cmd.c svn/status.c

2010-05-03 Thread Neels J Hofmeyr
dan...@apache.org wrote: > Author: dannas > Date: Sat May 1 21:06:36 2010 > New Revision: 940111 > [...] > (svn_cl__print_status_xml): Add ctx parameter. > > * subversion/svn/status.c > (print_status): Add ctx parameter. Check status->conflicted and use wc > funcs for fetching further

Re: svn commit: r937275 - in /subversion/trunk/subversion: include/svn_subst.h libsvn_subr/subst.c

2010-05-03 Thread Stefan Sperling
On Mon, Apr 26, 2010 at 11:40:41AM -0400, Greg Stein wrote: > On Mon, Apr 26, 2010 at 06:54, Julian Foad wrote: > > On Fri, 2010-04-23, Stefan Sperling wrote: > >> On Fri, Apr 23, 2010 at 01:01:24PM -, s...@apache.org wrote: > >... > >> > +++ subversion/trunk/subversion/include/svn_subst.h Fri

Re: More details of commit/update steps

2010-05-03 Thread Stefan Sperling
On Sun, May 02, 2010 at 11:44:32PM +0200, Asier Marzo Pérez wrote: > Hi, > > I'm really interested in knowing more details of commit/update > machanism, I've read several times this website > http://svn.apache.org/repos/asf/subversion/trunk/notes/subversion-design.html > and the information is rea