[Svnmerge] Error during "svnmerge.py init"

Dustin J. Mitchell dustin at zmanda.com
Wed Nov 5 10:23:09 PST 2008


On Tue, Oct 28, 2008 at 1:40 PM, Rick Berge <berge at tecore.com> wrote:
> I find this is a problem with the version of python used.  Running a
> 2.3.4 version on redhat es4, problem.  Running 2.4 on the same
> machine/working directory, no problem.

The error you're seeing is svn getting EAGAIN -- which usually happens
when writing to a file descriptor set up for nonblocking operation.
This would be a sporadic error, based on the timing of the reads made
by svnmerge.  It's quite possible, then, that this is a Python bug
(accidentally leaving a file descriptor in nonblocking mode).

It seems like you've found a workable solution, anyway.

Dustin

-- 
Storage Software Engineer
http://www.zmanda.com



More information about the Svnmerge mailing list