RESOLVED FIXED 27404
bugzilla-tool does not understand nested SVN repos
https://bugs.webkit.org/show_bug.cgi?id=27404
Summary bugzilla-tool does not understand nested SVN repos
Adam Barth
Reported 2009-07-17 19:28:44 PDT
@staticmethod def find_checkout_root(path): last_path = None while True: if not SVN.in_working_directory(path): return last_path last_path = path (path, last_component) = os.path.split(path) if last_path == path: return None This code assumes the WebKit SVN checkout isn't nested in another SVN checkout. This causes bugzilla-tool to fail for my hybrid Chromium/WebKit tree.
Attachments
patch (1.82 KB, patch)
2009-07-17 20:14 PDT, Adam Barth
levin: review+
Adam Barth
Comment 1 2009-07-17 20:14:57 PDT
David Levin
Comment 2 2009-07-17 20:22:14 PDT
Comment on attachment 33004 [details] patch > + # Seach up the directory hierarchy until we find a different UUID. typo:Seach
Adam Barth
Comment 3 2009-07-17 20:30:20 PDT
Sending WebKitTools/ChangeLog Sending WebKitTools/Scripts/modules/scm.py Transmitting file data .. Committed revision 46082. http://trac.webkit.org/changeset/46082
David Kilzer (:ddkilzer)
Comment 4 2010-03-22 11:45:48 PDT
*** Bug 28925 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.