[Webkit-unassigned] [Bug 86779] New: scm.add() doesn't work properly with svn 1.7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 15:06:30 PDT 2012


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

           Summary: scm.add() doesn't work properly with svn 1.7
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dpranke at chromium.org
                CC: eric at webkit.org, aroben at webkit.org,
                    pkasting at google.com, abarth at webkit.org


in order to determine if the directory of a file being added is already under version control, the code looks for a ".svn" in the directory alongside the file. SVN 1.7 no longer uses ".svn" in every directory, so the check fails, the code starts crawling upwards, and ends up trying to do things it shouldn't.

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



More information about the webkit-unassigned mailing list