[Webkit-unassigned] [Bug 142400] [buildbot] clean-build script should remove untracked files and revert local changes too

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 6 09:50:48 PST 2015


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

David Kilzer (:ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.webkit.org/sho
                   |                            |w_bug.cgi?id=141946,
                   |                            |https://bugs.webkit.org/sho
                   |                            |w_bug.cgi?id=142083

--- Comment #1 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
See Bug 141946 Comment #25 and Bug 142083 Comment #19 for how to clean up these two particular issues.

In summary, we probably want to write a script that runs 'svn revert --recursive' on the entire tree, then does an 'svn stat' to find "orphaned" files/directories with status "?", then remove those.

Or we could switch the bots to check out from git.webkit.org, then use git-revert and git-clean without having to write a separate script, and get the added benefit of faster updates from trunk/master.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150306/42c033c5/attachment-0002.html>


More information about the webkit-unassigned mailing list