Re: svn commit: r939302 - /subversion/trunk/subversion/tests/cmdline/merge_authz_tests.py

2010-04-29 Thread Neels J Hofmeyr
Hyrum K. Wright wrote: > Would this be better served as a WIMP'd test? It's back to normal :) ~Neels > > -Hyrum > > On Thu, Apr 29, 2010 at 8:33 AM, wrote: > >> Author: neels >> Date: Thu Apr 29 13:33:49 2010 >> New Revision: 939302 >> >> URL: http://svn.apache.org/viewvc?rev=939302&view=rev

Free Online Subversion Training - Introduction to Subversion for Developers

2010-04-29 Thread george.pow...@wandisco.com
The second course in the series, "Introduction to Subversion for Developers" will take place on Wednesday, May 5, 2010 at 9AM PDT. Subversion's architecture and design principles will be covered and attendees will be introduced to using Subversion for software development. http://wandisco.com/webi

Re: Bug: Properties are lost in merges between repositories

2010-04-29 Thread C. Michael Pilato
Tobias Bading wrote: > Hi everyone, > > I encountered the following problem with svn 1.6.9 (64-bit build from > tar files with i686-apple-darwin10-gcc-4.2.1) under Mac OS 10.6.2: > > In merges between two repositories, properties seem to get lost. The > working copy you merge into claims the prop

Re: Bug: Properties are lost in merges between repositories

2010-04-29 Thread C. Michael Pilato
Tobias Bading wrote: > Knock, knock. Anyone home? ;-) Thanks for the nudge. I think I've found the problem. Looking at a fix now. -- C. Michael Pilato CollabNet <> www.collab.net <> Distributed Development On Demand signature.asc Description: OpenPGP digital signature

Re: Bug: Properties are lost in merges between repositories

2010-04-29 Thread Tobias Bading
Knock, knock. Anyone home? ;-)

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

2010-04-29 Thread Stephen Butler
On Apr 29, 2010, at 16:00 , Mark Slade wrote: > Bob, > > Thanks for the tip. My mistake. > > Mark > > On Thu, Apr 29, 2010 at 9:50 AM, Bob Archer wrote: > >>> Per your Issue Tracker Guidelines, I am seeking somebody who agrees >>> that this is a bug before I submit it. >>> >>> Overview: Fo

Re: valgrind warning committing binary files

2010-04-29 Thread Philip Martin
Julian Foad writes: > Philip Martin wrote: >> $ svnadmin create repo >> $ valgrind -q --num-callers=20 subversion/svn/.libs/lt-svn import -mm >> subversion/tests/cmdline/theta.bin file://`pwd`/repo/f1 >> ==15201== Syscall param write(buf) points to uninitialised byte(s) > > Yup, similar result h

Re: svn commit: r939302 - /subversion/trunk/subversion/tests/cmdline/merge_authz_tests.py

2010-04-29 Thread Hyrum K. Wright
Would this be better served as a WIMP'd test? -Hyrum On Thu, Apr 29, 2010 at 8:33 AM, wrote: > Author: neels > Date: Thu Apr 29 13:33:49 2010 > New Revision: 939302 > > URL: http://svn.apache.org/viewvc?rev=939302&view=rev > Log: > * subversion/tests/cmdline/merge_authz_tests.py > (mergeinfo_an

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

2010-04-29 Thread Mark Slade
Bob, Thanks for the tip. My mistake. Mark On Thu, Apr 29, 2010 at 9:50 AM, Bob Archer wrote: > > 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 f

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

2010-04-29 Thread Bob Archer
> 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. setfacl -d -m

Re: valgrind warning committing binary files

2010-04-29 Thread Julian Foad
Philip Martin wrote: > $ svnadmin create repo > $ valgrind -q --num-callers=20 subversion/svn/.libs/lt-svn import -mm > subversion/tests/cmdline/theta.bin file://`pwd`/repo/f1 > ==15201== Syscall param write(buf) points to uninitialised byte(s) Yup, similar result here running a recent trunk buil

valgrind warning committing binary files

2010-04-29 Thread Philip Martin
This came up while investigating a corrupt repository. I don't know if the warning is connected to the corruption, or even if it is serious. I'm using Subversion 1.6.x and apr/aprutil 1.2.12, all built with pool debugging, but this happens with Subversion trunk as well. The warning can be triggere

Re: svn commit: r939150 - /subversion/trunk/subversion/libsvn_client/merge.c

2010-04-29 Thread Neels J Hofmeyr
Philip Martin wrote: > Neels J Hofmeyr writes: > >>> (Nice effect is that you can check excluded on ra_local, but can't >>> check absent) >> /me doesn't fully understand and wonders if he should. > > Absent can only occur with auth and auth does not apply to ra_local. Heh, something I always kn

Re: svn commit: r939150 - /subversion/trunk/subversion/libsvn_client/merge.c

2010-04-29 Thread Philip Martin
Neels J Hofmeyr writes: >> (Nice effect is that you can check excluded on ra_local, but can't >> check absent) > /me doesn't fully understand and wonders if he should. Absent can only occur with auth and auth does not apply to ra_local. -- Philip

Re: svn commit: r939150 - /subversion/trunk/subversion/libsvn_client/merge.c

2010-04-29 Thread Neels J Hofmeyr
Bert Huijben wrote: > >> -Original Message- >> From: ne...@apache.org [mailto:ne...@apache.org] >> Sent: donderdag 29 april 2010 2:49 >> To: comm...@subversion.apache.org >> Subject: svn commit: r939150 - >> /subversion/trunk/subversion/libsvn_client/merge.c >> >> Author: neels >> Date: Th

Re: Feature idea: user-configurable post-commit notifications

2010-04-29 Thread Neels J Hofmeyr
Johan Corveleyn wrote: > On Wed, Apr 28, 2010 at 11:58 PM, Neels J Hofmeyr wrote: > [...] >> We use that in a hook script that forbids >> commits that replace nodes -- because some users often do that by accident, >> fragmenting history -- > > Probably because of this bug? > http://subversion.tig

RE: svn commit: r939150 - /subversion/trunk/subversion/libsvn_client/merge.c

2010-04-29 Thread Bert Huijben
> -Original Message- > From: ne...@apache.org [mailto:ne...@apache.org] > Sent: donderdag 29 april 2010 2:49 > To: comm...@subversion.apache.org > Subject: svn commit: r939150 - > /subversion/trunk/subversion/libsvn_client/merge.c > > Author: neels > Date: Thu Apr 29 00:49:16 2010 > New

Re: Feature idea: user-configurable post-commit notifications

2010-04-29 Thread Johan Corveleyn
On Wed, Apr 28, 2010 at 11:58 PM, Neels J Hofmeyr wrote: [...] > We use that in a hook script that forbids > commits that replace nodes -- because some users often do that by accident, > fragmenting history -- Probably because of this bug? http://subversion.tigris.org/issues/show_bug.cgi?id=3429

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

2010-04-29 Thread Mark Slade
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. setfacl -d -m user:$USER:r-x .