Re: Suspected issue with "remove-zombie-locks.py"?

2017-03-06 Thread Doug Robinson
Daniel: https://issues.apache.org/jira/browse/SVN-4674 Thank you. Doug On Mon, Mar 6, 2017 at 11:06 AM, Daniel Shahaf wrote: > Doug Robinson wrote on Mon, Mar 06, 2017 at 10:15:04 -0500: > > > > Doug Robinson wrote: > > > Traceback (most

Re: Suspected issue with "remove-zombie-locks.py"?

2017-03-06 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, Mar 06, 2017 at 17:22:14 +0100: > On Mon, Mar 06, 2017 at 04:06:44PM +, Daniel Shahaf wrote: > > I can reproduce this using the FS API only (without the contrib/ script): > > Hmm, looks like the contrib script is using the API wrong. > Check out what 'svnadmin

Re: Suspected issue with "remove-zombie-locks.py"?

2017-03-06 Thread Stefan Sperling
On Mon, Mar 06, 2017 at 05:22:14PM +0100, Stefan Sperling wrote: > On Mon, Mar 06, 2017 at 04:06:44PM +, Daniel Shahaf wrote: > > I can reproduce this using the FS API only (without the contrib/ script): > > Hmm, looks like the contrib script is using the API wrong. > Check out what 'svnadmin

Re: Suspected issue with "remove-zombie-locks.py"?

2017-03-06 Thread Stefan Sperling
On Mon, Mar 06, 2017 at 04:06:44PM +, Daniel Shahaf wrote: > I can reproduce this using the FS API only (without the contrib/ script): Hmm, looks like the contrib script is using the API wrong. Check out what 'svnadmin unlock' does: [[[ /* Open the repos/FS, and associate an access context

Re: Suspected issue with "remove-zombie-locks.py"?

2017-03-06 Thread C. Michael Pilato
Yes, please do. On 03/06/2017 10:15 AM, Doug Robinson wrote: > Folks: > > I realize that the SHA1-collision issues are consuming most of the > duty cycles at this point. Before I forget about this one - should I > file a bug? > > Cheers! > > Doug > > On Thu, Mar 2, 2017 at 8:19 AM, Doug Robinson

'svn lock -q' (was: Suspected issue with "remove-zombie-locks.py"?)

2017-03-06 Thread Daniel Shahaf
Daniel Shahaf wrote on Mon, Mar 06, 2017 at 16:06:44 +: > I can reproduce this using the FS API only (without the contrib/ script): While reproducing this I ran into: % svn lock -q a Subcommand 'lock' doesn't accept option '-q [--quiet]' Type 'svn help lock' for usage. I assume

Re: Suspected issue with "remove-zombie-locks.py"?

2017-03-06 Thread Daniel Shahaf
Doug Robinson wrote on Mon, Mar 06, 2017 at 10:15:04 -0500: > > Doug Robinson wrote: > > Traceback (most recent call last): > > > > File "hook-scripts/remove-zombie-locks.py", line 214, in > > > > main() > > > > File "hook-scripts/remove-zombie-locks.py",

Re: Suspected issue with "remove-zombie-locks.py"?

2017-03-06 Thread Doug Robinson
Folks: I realize that the SHA1-collision issues are consuming most of the duty cycles at this point. Before I forget about this one - should I file a bug? Cheers! Doug On Thu, Mar 2, 2017 at 8:19 AM, Doug Robinson wrote: > Folks: > > The following commands were

Suspected issue with "remove-zombie-locks.py"?

2017-03-02 Thread Doug Robinson
Folks: The following commands were run on a CentOS 6.x, WANdisco Subversion 1.9.5, Python 2.7: -- # svn export https://svn.apache.org/repos/asf/subversion/trunk/ contrib/hook-scripts # svnadmin create repo # svn