[webkit-reviews] review requested: [Bug 44353] Do Not Copy Subversion Related Files in Inspector Build Phase : [Attachment 64990] [PATCH] Remove .svn directories

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 20 13:59:31 PDT 2010


Joseph Pecoraro <joepeck at webkit.org> has asked	for review:
Bug 44353: Do Not Copy Subversion Related Files in Inspector Build Phase
https://bugs.webkit.org/show_bug.cgi?id=44353

Attachment 64990: [PATCH] Remove .svn directories
https://bugs.webkit.org/attachment.cgi?id=64990&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
Adds the following:

    # Remove any .svn directories that may have been copied over.
    find "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/inspector"
-name ".svn" -type d | xargs rm -r


More information about the webkit-reviews mailing list