[Svnmerge] [PATCH] fix remaining test failures on Windows

Dustin J. Mitchell dustin at zmanda.com
Sat Jul 28 10:29:09 PDT 2007


On Thu, Jul 12, 2007 at 11:53:48AM +0200, Giovanni Bajo wrote:
> At the very least, it should be using "wU" to create the commit log file, instead of doing another pass over it.
> 
> I'm planning to look at all these patches for the testsuite, but I need to dig back to where it all started to make sure it's not a whole lot of useless work.

Mode 'wU' is illegal, according to PEP 278, and accordingly to the
runtime help for 'open'.

I've attached an updated patch to bug #2813 to use regexps and
os.linesep to get the commit log messages right.  It works on Linux, but
that's probably a given.  Luke, do you mind testing it on Windows?

  http://subversion.tigris.org/nonav/issues/showattachment.cgi/688/fixWindowsLineTermFailures.patch

Dustin

-- 
        Dustin J. Mitchell
        Storage Software Engineer, Zmanda, Inc.
        http://www.zmanda.com/



More information about the Svnmerge mailing list