Re: Possible bug: Bad record MAC

2013-03-05 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 05/03/2013 23:12, Philip Martin ha scritto: >> Il 05/03/2013 14:09, Philip Martin ha scritto: >> >>> You don't say which client/OS you are using or which http >>> library the Subversion client is using. >> >> subversion 1.6.17dfsg-4 openssl 1.0.1e

Re: Possible bug: Bad record MAC

2013-03-05 Thread Daniel Shahaf
Philip Martin wrote on Tue, Mar 05, 2013 at 22:12:17 +: > Paolo Cavallini writes: > > Network has bben checked cables and switch have been changed, firewall > > and proxy have not changed. > > So it could be a communication problem between openssl and subversion. > > > > Any hint on how to deb

Re: Possible bug: Bad record MAC

2013-03-05 Thread Philip Martin
Paolo Cavallini writes: > Hi Philip, > thanks for your reply. > > Il 05/03/2013 14:09, Philip Martin ha scritto: > >> You don't say which client/OS you are using or which http library >> the Subversion client is using. > > subversion 1.6.17dfsg-4 > openssl 1.0.1e-1 > on debian testing, up to date

Re: Possible bug: Bad record MAC

2013-03-05 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Philip, thanks for your reply. Il 05/03/2013 14:09, Philip Martin ha scritto: > You don't say which client/OS you are using or which http library > the Subversion client is using. subversion 1.6.17dfsg-4 openssl 1.0.1e-1 on debian testing, up to

Re: AW: Failed to delete a folder

2013-03-05 Thread Philip Martin
Hans Herrmann writes: > I have to be more specific: > > Our authz file: > [/] > * = > [/A] > foo = rw > [/A/B] > foo = rw > > The command: > svn rm -mm http://localhost/tmp/repo/A/B --username foo > > Our results: > 1.6 server, 1.6 client: success > 1.6 server, 1.7 client: denied > 1.7

AW: Failed to delete a folder

2013-03-05 Thread Hans Herrmann
Hans Herrmann writes: > I have got the problem that I’m not able to delete any folder in the > repository unless I’ve got the rights to read the repository root. > > > I use the svn version 1.7.8 (r1419691) With svn version 1.6 > everythings works fine. Philip Martin writes: > It's not clear

Re: Failed to delete a folder

2013-03-05 Thread Philip Martin
Hans Herrmann writes: > I have got the problem that I’m not able to delete any folder in the > repository unless I’ve got the rights to read the repository root. > > > I use the svn version 1.7.8 (r1419691) > With svn version 1.6 everythings works fine. It's not clear if you upgraded the client,

Re: Possible bug: Bad record MAC

2013-03-05 Thread Philip Martin
Paolo Cavallini writes: > I'm consistently getting this error when svn up or ci: > > Could not read status line: SSL alert received: Bad record MAC > > Unsure whether it's an svn problem, or a network one. I've checked > with my server hosting, and thay say it's software, but I cannot find > a r

Re: Request for feature svn diff --exclude-revisions

2013-03-05 Thread Stefan Sperling
On Tue, Mar 05, 2013 at 02:04:53PM +0200, Daniel Shahaf wrote: > I think you can already do what you want with the svn diff --old --new' > syntax (see 'svn help diff'), potentially with --ignore-ancestry too. The diff --old -new syntax allows for limiting the diff to one or more children of the di

Re: Request for feature svn diff --exclude-revisions

2013-03-05 Thread Daniel Shahaf
I think you can already do what you want with the svn diff --old --new' syntax (see 'svn help diff'), potentially with --ignore-ancestry too. Brad Wellman wrote on Tue, Mar 05, 2013 at 08:45:34 +1100: > > Hi, > Does anyone know if there is anything mentioned in bug lists etc. about being > able

Failed to delete a folder

2013-03-05 Thread Hans Herrmann
Hello, I have got the problem that I’m not able to delete any folder in the repository unless I’ve got the rights to read the repository root. I use the svn version 1.7.8 (r1419691) With svn version 1.6 everythings works fine. Here’s how to reproduce the error: 1. Don't have read/write right