[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: Lukas Ruf <ruf_at_rawip.org>
Date: 2005-11-29 13:07:12 CET

> 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

-- 
Lukas Ruf   <http://www.lpr.ch> | Ad Personam
rbacs      <http://wiki.lpr.ch> | Restaurants, Bars and Clubs
Raw IP   <http://www.rawip.org> | Low Level Network Programming
Style  <http://email.rawip.org> | How to write emails
---------------------------------------------------------------------
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:11:11 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.