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

Re: Possible bug in SVN server with MIME formatted files

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 23 Jun 2011 03:08:53 +0300

Can't reproduce with either neon or serf.

9,% $svn add recover.eml
A recover.eml
9,% $svn ci -madd
Adding recover.eml
Transmitting file data .
Committed revision 2.
9,% $svn up
Updating '.':
At revision 2.
9,% echo>>iota
9,% $svn ci -mappend
Sending iota
Transmitting file data .
Committed revision 3.
9,% $svn rm *eml
D recover.eml
9,% $svn ci -mm
Deleting recover.eml

Committed revision 4.
9,%

Nuno Cruces wrote on Wed, Jun 22, 2011 at 19:59:37 +0100:
> Hi,
>
> I believe I have found a bug the subversion server.
>
> It seems that, after committing a MIME formatted file (such as the
> one attached), I can't do anything to the file.
>
> Committing changes, returns the following:
>
> Commit failed (details follow):
> CHECKOUT of
> '/(.....)/recover.eml':
> Could not read status line: connection was closed by server
> (http://.....ydreams.com)
>
> Deleting the file, returns the following:
>
> Commit failed (details follow):
> OPTIONS of
> '/(.....)/recover.eml':
> Could not read status line: connection was closed by server
> (http://.....ydreams.com)
>
> I'm on windows, and have tried multiple clients, which is why I've
> assumed it is a problem with the server. The clients which I have
> tried were:
> TortoiseSVN, AnkhSVN and SlikSvn (the command line client).
>
> I assume the server is running on Windows too, and you can see we're
> using SVN through HTTP. I haven't tried it through other protocols,
> since they are disabled on this particular server.
>
> The rest of the repository is available and working. I can checkout
> the project (this file included). I can delete or modify other files
> and commit changes. It's just these two particular files (both MIME
> formatted "email template" files) that are the issue.
>
> I can try to dig this further, but would appreciate guidance.
>
> Thanks,
> Nuno Cruces
Received on 2011-06-23 02:09:33 CEST

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.