[Webkit-unassigned] [Bug 26914] New: bugzilla-tool fails for SVN users

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 1 19:13:22 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26914

           Summary: bugzilla-tool fails for SVN users
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


bugzilla-tool fails for SVN users

svn is dumb:
svn ci -F -
svn: Reading from stdin is disallowed

Earlier versions of svn have some message about -F - being broken, thus
disabled. :)  Now they've just disallowed it.  Sigh.

Either we could write out the message to a file, or we could pass it via -m. 
If we pass it via -m we need to not use shell=True.  Since Mark would like us
to move off of shell=True anyway, I"ll do that.

The first successful commit with this fix:
http://trac.webkit.org/changeset/45463
(Even though the author of that patch had changed NOBODY(OOPS!) to "NOBODY" so
my reviewer update code failed to update the reviewer. :(


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list