[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SSL error: decryption failed or bad record mac

From: Rich Doughty <rich_at_opusvl.com>
Date: 2005-11-29 13:34:38 CET

i don't know if this is similar to your problem, but we had similar
issues here a few weeks back. as i recall it turned out there were 2
machines on the network with the same IP address.

Lukas Ruf wrote:
>>Lukas Ruf <ruf@rawip.org> [2005-11-29 10:09]:
>>
>>
>>>Lukas Ruf <ruf@rawip.org> [2005-11-29 10:06]:
>>>
>>>Dear all,
>>>
>>>trying to commit large bunches of files results in the following
>>>error:
>>>
>>>svn: Commit failed (details follow):
>>>svn: PROPFIND request failed on '/svn/Devl/trunk/RADEAN/Statistics/crs-1-blade-1200-20051008-1208/crs-1-blade.0002.spl---crs-1-blade.0020.nsl.0064.map.b.prof.u.stat'
>>>svn: PROPFIND of '/svn/Devl/trunk/RADEAN/Statistics/crs-1-blade-1200-20051008-1208/crs-1-blade.0002.spl---crs-1-blade.0020.nsl.0064.map.b.prof.u.stat': SSL negotiation failed: SSL error: decryption failed or bad record mac (https://svn.lpr.ch:8443)
>>>
>>>while committing each file by file with
>>>
>>> for f in *.* ; do svn commit -m "Commit file $f" $f ; done
>>>
>>>works without technical problem.
>>>
>>>However, I would like to be able to commit one state of a project at
>>>once and not file by file....
>>>
>>
>>I forgot to add the details:
>>
>> uccellina:prof!58> du -hsc
>> 14M .
>> 14M total
>> uccellina:prof!59> ls | wc -l
>> 1316
>>
>>
>>that means:
>>
>> 1316 files to be stored in the repository
>> 14MBytes in total to be committed.
>
>
>
> Anyoing enough, it does not even work with
>
> 72 files each containing 4KB (=288KB) of data
>
> while it does work with 10 files.
>
> To explain my problem a little bit more:
>
> Sub-directories are added to an existing repository by
>
> svn add directory-name
>
> I try to store the directory-name by
>
> svn commit -m "New directory added" directory-name
>
> This fails if there are more than approx. 16 files.
>
>
> I am slightly lost since this problem turns subversion unusable for
> me actually.
>
> Thanks for any help!
>
> wbr,
> Lukas

-- 
   - Rich Doughty
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 29 13:47:26 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.